serviceDefinitionFilter placeholder not working in SET command?
17th January 2025
Hi Nick, Are you maybe referring to the placeholder [tableIndex]? See the following question: Visio script execution links to element Hope it helps.
Answer
17th January 2025
Hi Nick, Are you maybe referring to the placeholder [tableIndex]? See the following question: Visio script execution links to element Hope it helps.
16th January 2025
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. …
16th January 2025
Thanks @ Ive.Herreman and @ Miguel.Obregon for you input on this. Much appreciated.
16th January 2025
Hi, Below is the screenshot of the service configuration
16th January 2025
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 …
16th January 2025
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 …
16th January 2025
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 …
16th January 2025
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 …
16th January 2025
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 …
16th January 2025
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 …
16th January 2025
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: …
16th January 2025
Hello Nick, Strange indeed. I don’t see anything strange or suspicious in your screenshots. All looks fine to me. A good test would be to use a fixed row key …
16th January 2025
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 …
16th January 2025
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 …
16th January 2025
Hi Amber, I double checked this on my DataMiner and the script is triggered on both a Service and a View. This is on DataMiner 10.4.11.0-15028. If the values in …