Adding Context Menu
6th February 2025
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 …
Answer
6th February 2025
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 …
6th February 2025
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?
6th February 2025
Hi Juan, I would try the following solution if I understood the problem correct: This way it should go off after 30mins. We don’t alarm on Admin State only on …
6th February 2025
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 …
6th February 2025
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 …
6th February 2025
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 …
5th February 2025
Hey Juan Here the image of the exclusion you can set on the oper status parameter, to avoid monitoring the admin down interfaces. Now I’m not sure if this is …
5th February 2025
We are already ignoring Operational Status if Admin Status is down And also at some point want to ignore those if they are admin down for a period of time …
5th February 2025
Hi Juan Maybe is better to use another approach, we got a similar situation with cisco devices, and we reached the desired monitoring combining the admin status and the operational …
5th February 2025
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 …
5th February 2025
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 …
5th February 2025
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 …
5th February 2025
Eventually i found the answer: I had to add the smartIpHearer, and then filter it in the driver.
5th February 2025
Hi Reza, Yes, that is possible. For DataMiner it doesn’t really matter which user account this is, as long as you get authenticated in Azure, DataMiner will accept that user. …
5th February 2025
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 …