Adhoc datasource wont load assembly
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 …
Answer
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 …
5th February 2025
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, …
5th February 2025
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 …
5th February 2025
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 …