Service Template – Unable to find the element
10th July 2026
Part of the explanation here will be that the dash being used in the element name (–) is an en-dash, which translates to 3 bytes in UTF-8 encoding. In your …
Answer
10th July 2026
Part of the explanation here will be that the dash being used in the element name (–) is an en-dash, which translates to 3 bytes in UTF-8 encoding. In your …
10th July 2026
Hi Guy, Why the cloud share can’t be iframed: Opening the cloud-share link redirects to DataMiner’s login provider, dataminerservices.b2clogin.com (Microsoft Azure AD B2C). That Microsoft-hosted page returns X-Frame-Options: deny, so browsers refuse to render …
10th July 2026
Hi, The following steps should result in some output being shown: Configure the setting to collect the metrics for a specific element e.g. QACTIONMETRICS_ELEMENT_346:450 and press Apply. The MaintenanceSettings.xml file …
10th July 2026
Hi Ramesh, make sure that the ‘NoConfirmation’ option is set in the Hyperlink.xml for that hyperlink, otherwise the pop-up will be shown as you mentioned. When I trigger such an …
10th July 2026
This driver appears to be interfacing directly with SLDataMiner to create an alarm event. Most likely this will be called as protocol.NotifyDataMiner or as SetDataMinerInfoMessage over SLNet Before: Type: (int) …
9th July 2026
Yes after clicking the checkbox it does work and this pop up doesn’t appear. But it also open’s the automation script execution popup screen behind it. I don’t want the …
9th July 2026
To automate this process or create a quick toggle, you would need to implement a mechanism that changes this setting with a script. There is no official support in our …
9th July 2026
Hi Daniel, Can you try using the Indices data source: You should be able to list the indices: Hope it helps.
9th July 2026
Since an automation script actually runs server-side I don’t think there is any other way in achieving this than using ShowUI.
9th July 2026
I get the impression that this question has already been answered in the comments. If this is indeed the case, could you select this answer to indicate that the question …
8th July 2026
Hi Yahya, Could you provide more details about your use case? Rather than assigning alarms directly to elements/services, you could consider the following approaches: Service: You could define specific conditions …
8th July 2026
Hi Chie, We are actually working on this as we speak. This will become available shortly. The idea is that you can easily create a UI with AI and link …
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 …