Script alternative for protocol.GetKeysForValue

Hi Ryan, There’s no built-in GetKeysForValue() method available in an automation script, but you can achieve this using a small helper method, for example: public ICollection<string> GetKeysForValue(Element element, int tablePid, …

Link URL avoiding # character

Hi David, Tom explained what your problem is but even better, the framework already supports a placeholder for URL-escaping values.You can use [EscapeDataString:x] for this. Kind Regards, Jarno

PopUp on Visio Execute Button

Hi Ramesh, No, you cannot specify a custom confirmation message with Execute like you can with SET. Your only option is to use NoConfirmation to completely disable the confirmation dialog. …

How to get the output from automation script on Visio

Hi Ramesh, You can add the “Options” shape data to your button with the “cardvariable” value (same use case for “pagevar” or “WorkspaceVar”) to define the scope of the created …

IDP bulk update rack information

Here’s a breakdown of steps 👇 Initial State The 1,250 elements will appear as Unmanaged Inventory under Inventory > Unmanaged. Enable Management with IDP Define CI Types for these elements. …

Link URL avoiding # character

Hi David, The # character in a URL is a special character that is being used as ‘fragment identifier’. E.g. ‘Computing’ in the following URL: https://en.wikipedia.org/wiki/Number_sign#Computing If you want to …

[GQI] Remove old Data Sources

Hi Kristian, This issue is fixed in DataMiner 10.5.11 when using the GQI DxM, which becomes the standard in 10.6. If you are on an older version or not using …

How to create correlation alarm to compare times.

Hi Pascal, I don’t think this can be achieved using a correlation rule. Correlation rules work on alarms, which means you would first need alarms to correlate. From your description, …

MySQl.Data.DLL BPA warning

Hi, In BPA UI, the BPA item can be expanded to see an overview per DMA and there you can see the Message column. Click on the three dots (…) …

Security BPA – No such host is known

Hi Seppe, I’d just worked that out Myself, with a bit of help from Wireshark to see what it was trying to resolve. The db.xml had a database server in …