Adding Context Menu

Hi, I’m assuming that this is tried to open the context menu of a table inside an element card in DataMiner Cube (not the mobile client), by right-clicking inside the …

DMA internet access

A similar problem is described in C# API connection using proxy. Do you think it would be an option to apply the same configuration in your scenario?

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 …