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 …

Agilent E4411B – Socket error during opening port

Hi Jens, Can you double check if the Keysight/Agilent IO Libraries were installed? (DataMiner Help – Configuring the GPIB settings of a spectrum analyzer element) Please also check if the …

How to mask alarms from a single interface?

Hi Jorge, In the alarmconsole you can right click on an alarm and pick the option “Mask alarm…”. Here you can choose to mask only the selected alarm(s). You can …

NATS errors during startup

Hi Jens, It’s critical to make sure your NATS service is running correctly for your system to operate. Can you go over the troubleshooting suggestions made here to see if …

Getting IPv6 information from a trap

SNMPv1 is showing its age, agent-addr is defined as a 4 octet IPv4 address so trying to cramp an IPv6 address in there will not work. DataMiner though uses the …

Dashboards – Export to CSV

Hi Koen, We can classify this as a software issue for which I have created a new task (DCP175186). This likely got introduced by the lazy loading feature which only …