How do I get a timeout to normal change in a correlation?
6th July 2026
The correlation rules for capturing timeout events under the “Severity = Timeout” rule are now working correctly. What I need now is to be able to detect when those alarms …
Answer
6th July 2026
The correlation rules for capturing timeout events under the “Severity = Timeout” rule are now working correctly. What I need now is to be able to detect when those alarms …
6th July 2026
Hi David, A possible option is to use an automation script to update a session variable: See below code snippet: ScriptParam spValueLocked = engine.GetScriptParam(“ValueLocked”); engine.AddOrUpdateScriptOutput(UIVariables.VisualOverview.CreateKey(“Locked”), spValueLocked.Value); Script Definition: Shape definition: …
3rd July 2026
Hi Carl, Since version 10.6.1, SAML users should see a “Sign in with another user” option. Clicking this invalidates your WebAPI session and redirects you to the authentication page with …
3rd July 2026
Hi Carl, Since DataMiner 10.5 CU11, 10.6, and 10.6.2, the Data API creates elements only on the DataMiner Agent where the API is running. In earlier versions, element creation could …
3rd July 2026
Hi Alberto, I was unable to find any publicly available case studies. However, it might be interesting to take a look at the following catalog items: 1. IP Network Explorer …
3rd July 2026
Hi Arturo, I have it running like this: After the 5min I’m receiving an email.
3rd July 2026
Hi Arturo, Could you double check that neither the checkbox ‘Autoclear’ (for new correlated alarms) nor ‘Execute on clear’ (for ‘Run Scripts’) is selected? Hope it helps.
2nd July 2026
Hi Stefan, Note that those general parameters (=parameters added by DataMiner to each element independent of the connector it is using) are a little bit more hidden away. As indicated …
2nd July 2026
Hi Stefan, If you already double-checked that this general parameter is not monitored in the alarm template, then there is likely something else causing this behavior. I would suggest contacting …
1st July 2026
With the cloud connection, we aim to remain sticky to the same agent whenever possible. As long as the connection stays active, your requests will continue to be routed to …
1st July 2026
Hi Jarek, I will try to answer your questions: Is this architecture officially supported by Skyline? Yes Is DataMiner Failover using a Virtual Hostname fully supported across a Layer 3 …
30th June 2026
It appears the shared MSI installation was performed on your client machine. As indicated in the docs, this type of installation cannot update automatically. The versions.txt + Cube.zip is only …
29th June 2026
Thanks, Pedro. I’ll check things out tomorrow based on the information you provided. By the way, I made a typo and entered “Hiroaysu,” but the correct spelling is “Hiroyasu.” I …
29th June 2026
Hi Hiroaysu, An example connector that implements rate calculation logic can be found on the following GitHub repository: SLC-C-Example_Rates-SNMP.
29th June 2026
Hi Gunnison, Note that script ResourceScheduling_CreateJob is a MediaOps Plan solution script used for interaction in the LCA. We can’t guarantee that the code will stay backwards compatible (e.g.: additional …