Reducing page file usage

ArunKrishna How to determine the appropriate page file size for 64-bit versions of Windows – Windows Client | Microsoft Learn has details on what Microsoft recommends for the page file …

Logger tables: TTL

Hi all, I was now able to find answers to my above questions: defining TTL (via the Partition tag) on more than one column for the same logger table will …

Data security

Hi Anizan Ali I would love to give you a full answer, but data security is a very broad topic and is embedded in all aspects of our DataMiner software. Know …

Reducing page file usage

Hi Arunkrishna, don’t know if this can help? https://learn.microsoft.com/nl-nl/archive/blogs/clinth/tracking-page-file-reads-and-writes

Configuring Connection strings for FO clusters

Michiel, just sharing from my past usage – tuning in to receive other insights as well. I believe it can be sufficient to define the Main-to-StandBy communication just through the …

script confirmation message

Besides the two options presented, there’s a third approach that will make it possible to show something in the Visio itself. With your Automation Script, you can set session variables …

Sending email with attachement from a QAction

Hi Pilar, You could do it like below: MailMessage mail = new MailMessage(“info@skyline.be”, “pilar@dojo.be”); SmtpClient client = new SmtpClient(); client.Port = 25; client.DeliveryMethod = SmtpDeliveryMethod.Network; client.UseDefaultCredentials = false; client.Host = …