C# WebClient
27th June 2023
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 …
Answer
27th June 2023
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 …
27th June 2023
I was able to solve the issue by re-registering DataMiner DLLs and service using the batch files indicated below:
26th June 2023
Hi Carlos, Looking at the exception, I could find the following entry: … Could not load file or assembly Microsoft.Extensions.Logging This leads me to believe that you are facing a …
26th June 2023
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 …
26th June 2023
Hi Mieke, There is nothing built-in since DataMiner does not know the actual secret of the token (only a secure hash). You can however manually create another token on the …
26th June 2023
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 …
26th June 2023
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).
26th June 2023
Hi Mieke, I attempted to implement your solution, but I encountered a problem. The reservation takes a few seconds to be created, and as a result, the script that attempts …
26th June 2023
Jeroen, This will be supported in DMA 10.3.8 (see RN36276)
26th June 2023
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 …
26th June 2023
Hi Manideep, If I understand it correctly, you are able to connect to DataMiner successfully, but you are not able to do this via one specific IP or URL? If …
24th June 2023
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 …
23rd June 2023
Hi Gelber, You can find this information in DataMiner docs: Enabling TLS encryption for serial communication Hope it helps.
23rd June 2023
It’s linked to your regional settings but you can change it to another zone. Alternatively, on windows regional settings, you can customize it individually – below I’ve selected 00:00 time …
23rd June 2023
Hi Steve – my cube shows 24h time. If I’m not mistaken Cube just follows date & time format set on the client machine. I assume it just shows what …