Source of Parameter Range Information Displayed in Cube
8th July 2026
Hi Catarina, If you have direct or RDP access to the server where that element is running, can you check the Description.xml file that is inside the element folder? In …
Answer
8th July 2026
Hi Catarina, If you have direct or RDP access to the server where that element is running, can you check the Description.xml file that is inside the element folder? In …
8th July 2026
Does this work for you? using System; using System.Collections.Generic; using System.Globalization; using System.Text; using Skyline.DataMiner.Automation; /// <summary> /// DataMiner Script Class. /// </summary> class Script { /// <summary> /// The …
8th July 2026
Hi Guy, Could you give a little more context about what you’re trying to achieve here? (The image you tried to share did not seem to load correctly) To use …
7th July 2026
Hi, I found the following snippet in our regression tests. Hopefully it can help as a reference. This method creates a new shared alarm filter using an UpdateAlarmFilterMessage and sends …
7th July 2026
Hi Bautiste, I would show the cluster/system name in the Cube header. Hope this helps. Example: Regards, Matthias
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 …