Node Edge Dashboard – Nothing to show

Hi Oscar, This is a general exception message for certain object types (e.g. DOM) which can be caused by several things. If the issue only shows up for users from …

Reasons For System Out Of Memory Exception Connector

Hi Geovanni, Without more context or seeing code it’s difficult to say what could be causing the out of memory exception. Are objects being added to collections (list, dictionary, …)? …

GQI Queries: Duplicated names

Hi Esteban, The list contains the display value of all parameters of your connector. Most likely, you have 2 parameters that share the same display name. We have seen this …

User-Defined APIs – How to log API failures

Hi kévin, To get the DataMiner ID of the DMA your script is running on, you can use the Engine object in your API script, see following question: Automation – How …

DOM Ingest

Hi Harald, A potential cause that I could think of: In the JSON, the values of the field “NWID” are considered JSON Strings, while the FieldDescriptor expects a number. It …

Display key case sensitivity

It’s not case sensitive. When I try to retrieve a parameter value by display key from a script with or without capitals, it always returns the value properly.

Hide/Show shape based in a displaykey

You can use the extended conditions to evaluate a parameter value. Use the Show condition and then Use “Parameter” as your target. Use any table column id to get the …

VS Studio not all C# projects target .NET

Hi Ömer That issue has been resolved in the DIS 2.47 version. This is currently the insider release and can be found here: DataMiner Integration Studio – Downloads – DataMiner …