Change an enhanced service alarm tempate by automation

Hi Daniel, For enhanced services you have to assign the template using the service reference. You can use the following code in your script: var service = engine.FindService(“Service”); var serviceInfo …

SLNET – verbose mode logging

i think it is a problem if components write regardless the log level. we monitored the disk io write / sec with perfmon and sometimes it writes MB /sec in …

SLNET – verbose mode logging

I believe the switches get read on SLNet process startup only. To toggle the value at runtime (not updating the slnet.exe.config file), see SLNetClientTest > Diagnostics > Runtime logging… Note …

Clear table from database

Hi Joshua, When you mention “making existing tables volatile” are you reusing the original element? When converting a table that was previously saved, you must create a new element, otherwise, …

Slow SLNet – 15s to connect?

Hi Alberto, By enabling the checkbox on top ‘[x] Show debug logging’, you can see more details. Here’s a screenshot from my connection and I highlighted the key parts: The …

Big data cannot process the line chart

Hi Davor You are seeing this error because you have a query that contains a sort node which would have to sort > 10k rows. We currently do not allow …

Dropdown filter table column in a low-code app

There are several ways to achieve this, and the best approach depends on your specific use case: Table Variable in a Dropdown Create a fixed table which contains the different …

Make Element update in Automation Script

Hi David, Could you test if adding the following to the beginning of your script helps you? engine.SetFlag(RunTimeFlags.NoKeyCaching); For efficiency reasons, DataMiner will cache the results of your first time …

Visualizing GQI metrics in DataMiner

Hi Tim, There is no out-of-the-box way to visualize these metrics, but we could easily leverage GQI and LCA for this. Let me create something that does this. I’ll keep …

Trending Table in Dashboards/LCA

Hi Rafael, The GQI Data source ‘Get parameter table by ID’ allows you to retrieve trend data: Hope it helps.

Syslog messages element configuration

Hi Timothy, I suspect that the connection is a smart-serial one and that you want to use it as a server. Therefore, you need to define the address you want …