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 …

Does a dashboard gateway access to a single DMA ?

A Dashboard Gateway connects to one DMA of the cluster (it could be a failover pair by using the virtual IP/hostname). You can also set-up multiple Dashboard Gateways, each linked …

Failing to install NATS

Hi Pedro, Is it possible this is on a Windows Server 2012 server? (Not Server 2012 R2) I think NATS is only supported from Server 2012 R2 onwards.

Baseline value from another parameter?

Hi Manuel, you can do this by changing the connector. In the connector, you can define this as an attribute on the Alarm tag. type attribute | DataMiner Docs I’d …

Visual Alarm in visio

Hi Yasser, You can put the alarm filter in a session variable and display that variable in a shape. – Making a shape display the current value of a variable …

Visual Alarm in visio

Hi Yasser, There is some great documentation on how to display alarm information on the Visual Overview: Link a shape to an alarm: https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/linking_shapes/Linking_a_shape_to_an_alarm.html Link a shape to an alarm …

Automation – move elements from one view to another

Hi Sean, Following code should help you using Skyline.DataMiner.Library.Automation; using Skyline.DataMiner.Library.Common; private void MoveElements(Engine engine) { var dms = engine.GetDms(); var currentView = dms.GetView(“Current View”); var newView = dms.GetView(“New View”); …

Installing IDP 1.2.0 on 10.2.0 CU2

Hi Jeroen, IDP is not packaged in the new package format. The IDP package can be installed as a DM upgrade package with the taskbar utility or with cube. Note …