Unacknowledge Alarm in Automation Script

Hi Jim, Take a look at Code example – Take alarm ownership – DataMiner Dojo the code there should fit your case. Instead of protocol.SLNet.SendMessage you can use engine.SendSLNetSingleResponseMessage

InterApp return message issue

Hi Benjamin, The reason why your response didn’t seem to arrive is because the way you configured the “ReturnAddress” field. You’ve specified the sender element information for the “returnAddress” while …

Automate Scheduler Creation with memory Files

Hi Amer, Providing the memory files to the script action can be done by adding a string to the second string array with the syntax ‘MEMORY:1:MyMemoryFile’. You can add multiple …

DMS cluster : gRPC vs Remoting (intra-DMS comms)

Hi Alberto, 1) When upgrading to 10.3.0, can a DMS cluster still run without enabling the gRPC port? Yes, as Seppe mentioned the default communication channel is still .NET Remoting …

DMS cluster : gRPC vs Remoting (intra-DMS comms)

Hi Alberto, .NET Remoting is still the default method of communication for all DataMiner versions which are currently supported. However, we recommend switching to gRPC  when running DataMiner 10.3.6/10.3.0 or …

Executing automation scripts in parallel

Hi Dario, You can run automation script in parallel by using the SubScriptOptions.Synchronous property. However, if you’re performing sets from those automation scripts to the same element, I’m doubting if …

Combining tables in Dashboards

Hi Chris, I think in this case there are two possible options (that don’t require updating the connector): Using profile definitions: You can create a profile definition that will be …

# character in Shape Data

Hi Ryan, In the documentation of Linking a shape to an Automation script you will see that the hash character (“#”) is used for a permanent memory file. On the …

How to get DMA ID

Hi Pramod, You need to request a DataMiner ID by sending an email to dataminer.licensing@skyline.be as mentioned in Installing DataMiner using the DataMiner Installer