Visio drawing Alarm Table row filtering

Hi Olivier, As the Generating shapes that represent alarms | DataMiner Docs explains, there is no such concept as AlarmSeverity when using the ChildrenFilter. Instead you need to make an …

Start script using drag and drop

Hi, It is currently not possible to launch an interactive automation script from drag and drop when using the NoConfirmation option on the execute shape data.

Average trend value

Screen gif related to a comment on the other thread: 

.net Framewokr higher than 4.8 ?

Hi Ömer, Automation scripts are compiled and executed agains the .NET framework version used by DataMiner. Which version that is exactly can be found here: https://docs.dataminer.services/dataminer/Reference/DataMiner_Compute_Requirements.html?#microsoft-net. Scripts that target .NET 5/6/7/8/10 …

How to run automation script with 64-bit

Hi Ömer, Currently you can’t run an automation script in 64-bit mode. Automation scripts are always executed in a 32-bit process. This means that referenced DLLs need to be built …

alarming on “NaN” for a number field.

Hi Sam, You should be on the right path, the “others” tag is indeed what you need. I’m not entirely sure about the exact cause of your issues, but the …

Average trend value

Good day Stefan! I assume you are working with DataMiner 10.5 or later. Please see below dashboard with options when you edit the line graph component. There you will find …

Automation script “host key not verified” via ssh

The root cause of this issue was incompatible libraries. VS Studio had a newer version of the library installed, and everything worked fine there. However, the automation script was using …