Dashboard, multiple DMS

Hi Manuel, A possible option for your use case could be using GQI – Get adhoc data/custom data. With this feature you could poll data from an external DMS using the …

NuGet packages

Hi Manuel Please check if the required DLLs are present in the Skyline DataMiner/ProtocolScripts/DllImport folder. When DIS compiles the Automation script or protocol, it will extract the required DLLs from …

Pull Syslogs msgs

Hi Usman, Can I know for which connector/driver you are requesting for Syslog? It is possible to receive Syslog messages if the device has Syslog capabilities. We have implemented receiving …

Web Service request .json examples

We don’t have json examples for every single web method, but we do have a few examples. Once familiar with the JSON structure, then I find it relatively easy to …

Show webpage in web app

Showing a webpage inside another webpage could potentially be very dangerous, because that webpage could access in-memory data, session data, storage data, the code, etc of the parent website (our …

OpenLDAP supported configuration

Hi Bing, It is also observed that ‘WORKGROUP’ is prefixed to the added domain group and users. DataMiner will prepend the domain of the server before the groups & users, …

MySQL Optimize operation

Hi Jeff, OptimizeDB.js basically tells the SLDMS process to start optimizing the tables in MySQL. This is done by executing the OPTIMIZE TABLE queries on MySQL. The goal of this …

Spectrum thumbnail in Visio

Hello Yohan, Unfortunately this visio spectrum thumbnail feature doesn’t exist yet. See available ‘SpectrumOptions’ on DataMinerDocs. Feel free to suggest a new feature request. In case the visio setup has …

Issues updating DM10.2.4 to 10.2.7

Hi Jose, The VerifyClusterPorts package tests whether a DataMiner System’s agents can reach other agents in the same DataMiner System over the ports used by NATS. Based on your error …

Failing to install NATS

The server was having another application running on port 9090. This blocked the NATS to start. Solved by running the following command: “C:\Skyline DataMiner\NATS\nats-account-server\nssm.exe” install NAS “C:\Skyline DataMiner\NATS\nats-account-server\nats-account-server.exe” -c “””C:\Skyline …