Multithreaded Timer and SNMP Polling

Hi, I have tested this with DataMiner version 10.1.12.0 and there it’s working correct. I’m only using one main SNMP connection where both the multithreaded timer and polling groups are …

New DMS Alerter?

Hi Fares – the plan is to integrate / migrate the Alerter features and capabilities into the Cube client application, which since a while also resides in the system tray …

How to mask alarms from a single interface?

Hi Jorge, Another approach is to use the filtering options with some wildcards in the alarm template to only alarm the production interfaces leaving the other ones without monitoring and …

Update Production Version from Automation Script

Hi Ryan, You can achieve this with the following C# code: SetDataMinerInfoMessage sDIM = new SetDataMinerInfoMessage() { bInfo1 = int.MaxValue, bInfo2 = 1, DataMinerID = <YOUR DMAID>, HostingDataMinerID = <YOUR …

Export Rule not working

Hi Ana, From a regex perspective, everything seems OK to me and for the export rule as well. Could you please confirm for me, is table 33000 the one exporting …

How to resolve duplicate properties

If downtime is a concern, do note that if you manually edit an element.xml file while the agent is running, (re)starting the element will load the new file. (also be aware …

How to check that connection strings are being used?

With “connection strings”, I assume you are talking about the connection strings that can be configured through SLNetClientTest. These allow for redirecting traffic between two agents through another host/port or …