Adhoc datasource wont load assembly

Hi Gerwin, This error usually occurs when trying to reference an assembly that is targeting a different CPU architecture (32 vs. 64 bit). Can you check whether your internal Nuget …

Change Timeout Alarm Icon color

Hi Souhail, A possible option (not ideal) is to remove the timeout for that specific element (more information in DataMiner Docs, see Include timeout). Another option is to make use …

About cluster connections for DataMiner Agents

Hi Hideaki, If I understand correctly, your cluster contains two failover pairs (both failover pairs in a DataMiner cluster). (1) where can we find out this status on the Primary …

Change user group with an automation

Hi Henri, To get the groups for a given user you can reference this answer. With the GetInfoMessage(InfoType.SecurityInfo) call you can fetch all users and all groups and then do a …

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 …