Retrieving user Guid from an Automation Script
17th November 2021
Hi all, Is it possible to retrieve the Guid for the user triggering an automation script? This script is going to be launched from the context menu of an Alarm …
Question
17th November 2021
Hi all, Is it possible to retrieve the Guid for the user triggering an automation script? This script is going to be launched from the context menu of an Alarm …
17th November 2021
In Microsoft Platform, there is a driver version 1.1.2.8 where we can monitor both the server from the TCP/IP and the ILO Management Interface via SNMP in order to see …
17th November 2021
Hi all, Is it possible to upload an encrypted protocol using only the protocol.xml file? Kind regards,
17th November 2021
Hi, We’re integrating DataMiner with a third party system that will be pulling information from DataMiner using API V1, the third party prefers using http post instead of soap. As …
17th November 2021
When creating creating a new user, it always creates it as a domain user. How can we create a user as a local user instead of a domain user? When …
17th November 2021
when we call GetElementsForService method, then there is <Services> tag in the response. This contains array of <DMAObject>. <Services><DMAObject><DataMinerID>31119</DataMinerID><ID>1647</ID><Name>CHF-E-C79-DSW-02-AJ GD MUX</Name></DMAObject><DMAObject><DataMinerID>31119</DataMinerID><ID>1687</ID><Name>CHF-E-C79-DSW-02-AJ IP CONT</Name></DMAObject> Please clarify what is the significance of …
16th November 2021
Hi Community, I’m using a list view in Visual Overview to show an overview of the active reservations. I’d like to use a filter based on a reservation property. This …
16th November 2021
In our use case, we have a cluster composed of a Frontend and a Backend Agent. We have an automation script that is retrieving external data which is only accessible …
16th November 2021
Via multithreaded timers it is possible to send http requests in parallel. Documentation can be found here: https://help.dataminer.services/development/#t=DataMinerDevelopmentLibrary_Customer%2Fpart1PDG%2FPDGAdvancedFunctionality%2FHTTP1.htm It has an example on how to create an http request. What …
16th November 2021
Hi team we configured a new central database (MSSQL) on our DMA, we used an UDL tool to check connections and it succeded, we checked ports and all seems to …
16th November 2021
After an HW migration, we noticed that the IIS feature was not enabled. After enabling the feature we still need to configure IIS to make sure we can connect to …
16th November 2021
Hi Dojo, I can integrate my sub-views in my booking dashboard overview by specifying property HideInContainer with value false on my views. Since my views have long names and it’s …
16th November 2021
Hi Dojo, Is it possible to have a standalone datetime component in a visual that stores the selected value in a session variable?
15th November 2021
What would be the best way to implement a delay for an SNMP Get operation, when the device needs some time to process a WRITE-only SNMP Set parameter? Example : …
15th November 2021
Hi, In my use case, I would like to highlight all the connections on the Node Edge Component which would match an configurable Multicast IP I can fill in. Is …