How to use the device connector
28th June 2023
In the draft version for this connector help, this is the information about the connection: I’ll check with the developer if this help page can be finalized and published.
Answer
28th June 2023
In the draft version for this connector help, this is the information about the connection: I’ll check with the developer if this help page can be finalized and published.
27th June 2023
Hi Matthieu, Q1: Is it possible to group notifications and send one email instead of multiple? Maybe an option could be using a correlation rule to group the events/alarms that …
27th June 2023
Hi, When the button is in a table, you need to provide the exact key to the SetParameter method. In case your script does not know the exact value of …
27th June 2023
Hi Koen, the link you refer to, that is about shapes and not placeholders. I believe this is the documentation you are looking for. – Do mind that there could …
27th June 2023
Hi Carolina, Not sure if this can help but have you tried the following from this link in the documentation?
27th June 2023
Can you check if the ID of your DMA Service matches with the ID of the service defined on the booking object ? You can use SLNetCLient test tool to …
27th June 2023
Hi, I believe the feature “export elements to .dmimport file” will be more beneficial to you. This method e.g. will allow you to extract trend and alarm data as well. …
27th June 2023
Sharing some screenshots of what can be done by default, in console, with the current DM releases: I’ve added some reference also to the RCA suggested by Ive – when …
27th June 2023
Hi Tiago, We no longer support offline help. That’s a choice we made, and I believe most people will have internet access these days. This way we are able to …
27th June 2023
Hi Tiago looking at this similar question (Offline version of DataMiner User Guide – DataMiner Dojo) I would say that this is not possible.
27th June 2023
Hi Koen, I had to make use of a different separator because sometimes the booking name contains a comma (‘,’). Not sure if that’s the case for your end user?
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 …