Copy protocol one DMA to other

Hi, You could use the option Exporting elements, services, etc. from a .dmimport file to create an .dmimport package. This package will contain the protocol, Visio file and alarm/trend templates …

Running scripts on DMZ-DMA

Hi Kris, Difficult to give an accurate answer without having access to the system to see how things are configured, but based on what you say, I would guess that …

Best Method to Deal with Flapping Alarms

Would the hysteresis be a good solution for you?  Configuring hysteresis in an alarm template | DataMiner Docs You would probably want a Hyst Off of x seconds on Failed …

GQI Ad hoc – Get multiple parameters at once

Hi Sofian, I havent used a GetParameter(s)Message sucessfully before, just fetching them individually with IDmsElement. Are these individual parameters or table params? If they are individual parameters then IDmsElement.GetStandAloneParameter<T>(pid).GetValue(); is …

GQI Ad hoc – Get multiple parameters at once

Hi Sofian, Something you could try is fetching the data of multiple elements in parallel, using Parallel.Foreach. Something like this (pseudocode); IEnumerable<IDmsElement> elements; var result = new ConcurrentDictionary<>(); Parallel.ForEach(elements, element …

Edge-Core Networks Data Center Switch driver polling

Hi Esteban, Allow me to correct your assumption there, none of the snmp table polling methods are meant to expect consecutive indexes. MultipleGetNext does a GetNext request on every column …

Relational anomaly detection

Hi Manuel, thanks a lot for your post and for bringing this to our attention! I’ve set up a system and followed the tutorial to figure out what went wrong. …

Creating a text entry box.

Hi Kris, Not sure if there are other possibilities, but I’m thinking that you could maybe use a dummy element using the connector Generic Dummy | Catalog | dataminer.services. And …

Windows Defender CPU load spike

From Task Manager on the DMA we can clearly see that it is the defender process that stands for the increase in CPU load, DataMiner processes is just 1 percent …

Windows Defender CPU load spike

Hi Roger, I’m not aware of such reports. I just double checked some internal systems which are being update automatically and the CPU load is stable in the last month …

Element credentials not being saved.

Are you talking about credentials that are available under DATA pages of the element or credentials under the ‘Edit’ of the element? In case it is under the ‘Edit’, there …