Confirmation before launching a script in LCA
2nd September 2025
Hi Harinee, It is not possible to configure this in the LCA itself. I would suggest creating a IAS script that shows a confirmation dialog to run the script itself. …
Answer
2nd September 2025
Hi Harinee, It is not possible to configure this in the LCA itself. I would suggest creating a IAS script that shows a confirmation dialog to run the script itself. …
2nd September 2025
Hi Jason, You can access this like so: requestData.QueryParameters.TryGetValue(“id” /*your param name*/, out string paramValue);
1st September 2025
Hi Sok-Khing You can achieve this in a couple of steps by exploiting the IDms interface: Retrieve the IDms interface in the Automation engine: https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Core.DataMinerSystem.Automation.EngineExtensions.GetDms.html Using the IDms interface, get …
1st September 2025
(posting here so I can include images) Elements which are hosted on a DMA that is down, should still be visible in the surveyor as such: They are visible but …
1st September 2025
Hi Koen, A swarming request to the DMS always goes to the new target host. This DMA will then in turn try its best to stop/unload the element on the …
1st September 2025
Hi Alberto, It is not possible to link the colors in the dashboard directly to the XML file. Dashboards has no concept of ‘severities’, only of (conditional) data colors. The …
29th August 2025
Hi Ruben, Here’s what you were looking for This should get you up and running with a system quite quickly. If there’s anything else you need, feel free to circle …
29th August 2025
Hi Samita, One way to generate an alarm each time the number increases would be to set up a “Rate” alarm type. By setting the difference to 1, this will …
29th August 2025
Hi Sebastián, To retrieve data from logger tables, you should indeed be able to use the GetPartialTable SLNet message. This message allows for filtering, enabling you to extract only the …
29th August 2025
Hi Maximiliano, There might be other options that I’m not aware of, you should be able to do this with the Class Library. I suggest you take a look at …
29th August 2025
Hi Dan, I see that this question has been inactive for quite some time. Do you still need help with this, or have you been able to sort this out …
29th August 2025
Hi Ciprian, One way is to create VIsual Overview like Steve subscribed. Or perhaps the feature Hyperlinks will help you further: Hyperlinks.xml | DataMiner Docs Another way is just to …
29th August 2025
Hi Samita, That is because the alarm includes the value which the parameter has at the moment the threshold is reached. If the real-time value further increases over time, the …
29th August 2025
Hi Juan, The connector in question uses the redundant polling feature (docs), which allows DataMiner to switch to a secondary connection if the primary one times out. This is why …
29th August 2025
Hi Paul, Since each pair is separate, I do believe that the wizard will not take the difference between the Cassandra versions into account. Therefore, I believe you should be …