Dataminer API to export Visios

Hi Maxime, Regarding your specific question, I had a look at the web service API, there are some methods that allows you to retrieve data related to Visio files (e.g. …

Configuring temperature alarm template

Thanks so I understand, if I add the values in your example, 30;40 for Normal that would be any value between 30-40. I was told from another developer that if …

Retrieving all view info from the name?

Hi Apurva, Instead of using ViewID, you could use the property ‘View’. Note that this is an internal call and we do not recommend using this, as it is not …

Setting the Comment in Scheduler Template

Hi David, If you would like to display the value of a script parameter in the scheduled event, you could the placeholders explained here. Below an example: Result: Hope it …

Adhoc – Getting table data from element

Hi João, The message you are probably looking for is GetPartialTableMessage. To make things a bit easier you could use this class to send and parse the message. Example: var …

GQI query : Get bookings data source

Hi Wale, Could you share the DataMiner version you are using? Since version 10.4.2, a GQI count aggregation based on the ID column should be optimized to go to the …

Setting the Comment in Scheduler Template

Hi David, Could you explain a bit more what you are trying to achieve with this comment? A comment in an automation script doesn’t really do anything except for some …

Exception: BPA doesn’t have a valid signature

Hi Stijn, The log file SLBPAManager will usually contain events related to BPA. You will see something like this at the start of this file : 2024/12/04 01:09:19.090|SLNet.exe|RefreshAcceptedCertificates|CRU|0|119|Force loaded certificate: …

Using engine.AddScriptOutput()

Hi Ross, The output of a script is only available in a LCA when the script is fully done running. If you want to show progress to the user, I …

Agent Recovery

Hi Curtis, When creating a failover pair, the second agent always needs to be empty. All the data will be synced automatically. For more info, please see this help page …