C# WebClient

Hi Zabdi, Looking at your code, your webclient should be clientFail instead of clientFalla. clientFail.DownloadString(url_offtime); Also if possible, it would be good to test the API call on Postman if …

Error 1067 starting SLNet

I was able to solve the issue by re-registering DataMiner DLLs and service using the batch files indicated below:

Enhanced Impersonation Generic Folder Monitor

The issue is with the logon type and logon provider used in the SetImpersonationContext method in QAction 1. The protocol uses LOGON32_LOGON_INTERACTIVE & LOGON32_PROVIDER_DEFAULT, as where this article states that …

Priority Alarms

Hi Stefan, Have you looked into the Root Cause Analyzer functionality? This allows you to build logical topologies and use the RCA slider in the alarm console to filter the …

Emptying a DOM field value from a lowcode app

Hi Jeroen, I believe currently you can only achieve this by updating your values through an automation script. There is a great example available in the docs (link).

Service definitions in Elastic database

Hi Ashwini, Note that it’s not recommended to directly access the databases of DataMiner. This is not supported because this is internal-use only and therefore this can change in any …

Cassandra keyspace created with unexpected values

Hi Bing, Some suggestions to check: 1: Running CONSISTENCY in cqlsh will display how many nodes in the replica must respond for the CQLSH session, rather than the consistency level …