Set Parameter in Automation Script failed
1st September 2022
Hello Ryan, You could disable the option of checking the parameter after doing the set.
Answer
1st September 2022
Hello Ryan, You could disable the option of checking the parameter after doing the set.
1st September 2022
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 …
1st September 2022
Hi Thijs, First of all, since you are talking about element provisioning, my first approach will be to use existing functionality provided by IDP. There are Process Automation activities that …
1st September 2022
Thanks for the personal mention Daniel 😀 I believe you should be able to achieve what you want (showing the alarm color of an element on a line or arc), …
1st September 2022
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 …
1st September 2022
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.
1st September 2022
Hi Jens, if performance is critical for you I would suggest using the engine.FindElementsByProtocol as it is using the GetLiteElementInfo SLNET Message in the background. Right now, IDms is using …
1st September 2022
HI Jens, For now, I would say the Engine call. Why? The class library could be made better. proposed change 1: do not retrieve the protocol if you already have …
1st September 2022
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 …
1st September 2022
Something like this is possible using GQI in Dashboards. Using a Get Parameter Table by ID you can retrieve the table as shown in your screenshot. After that you can …
1st September 2022
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 …
31st August 2022
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 …
31st August 2022
Hi Thomas, If my memory serves me right, a field can only be saved on a DOM instance that resides in state X whenever state X has a DomStatusFieldDescriptorLink for …
31st August 2022
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”); …
31st August 2022
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 …