SRM – Trigger script on cancelation

Hi Gerwin, You can use the Skyline Booking Monitoring driver to detect such use case and trigger an Automation script (via Correlation rule) Create an element ( ie Booking Monitoring) …

Set Parameter Failed

Michiel, It’s always good to start by understanding the expected behavior of an action when getting an exception. I assume you are executing the following method from your automation script: …

AlarmEventMessage.SourceID 23

The code is checking whether the alarm is being generated by DataMiner’s correlation engine. You could use SLEnumValues.CorrelationEngine (in the Skyline.DataMiner.Net.Enums namespace) to get rid of the magic number.

Augmented Operation for position forecasting

Unfortunately, we currently don’t have multivariate trend prediction in DataMiner. It also seems to me that trend prediction isn’t the best approach to achieve what you want to achieve, as …

Cube user/passwort start argument

Hi André, Providing a password in the commandline arguments is not a secure practice so that option is not available. Using the “Remember me” checkbox on the login screen, Cube …

Set Parameter Failed

Hi Michiel, I saw a similar questions in the past: Set Parameter in Automation Script failed Is the option ‘After executing a SET command, check if the read parameter or …