DOM Editor Automation script failed
6th May 2026
Hi Cheryl, The DOM Editor is typically following what DataMiner has to offer related to DOM. Therefore, we are introducing versions that are more thightly linked to DataMiner versions. Can …
Answer
6th May 2026
Hi Cheryl, The DOM Editor is typically following what DataMiner has to offer related to DOM. Therefore, we are introducing versions that are more thightly linked to DataMiner versions. Can …
5th May 2026
Hi Julien, Could you try and add the following line to the builder. “.WithRepetitions(-1)” (see docs). This should tell the task to run infinitely instead of a set amount of …
5th May 2026
Hi Michael, To avoid confusion, the global.json file is only relevant for solutions that make use of the Skyline.DataMiner.Sdk SDK (like Automation script solutions) Such projects have the following in …
5th May 2026
Hi Tom and Pedro Thank you so much for your replies! I tried using Tom’s version. I created a new solution and a global.json file. I then get an error …
5th May 2026
Hi Michael, Connector QActions currently target .NET Framework 4.8. (You can see this when you double click the project file in the solution explorer:<TargetFramework>net48</TargetFramework>) On DataMiner, QActions are compiled using …
5th May 2026
Hi Tim, In case, there’s nobody that can share a CorrelationHelper or AlarmFilterHelperClass (could not find any myself), I guess, you’ll have to code one yourself using the slnetmessages Cube …
5th May 2026
Hi, Could you modify the object[] request to have the same structure with the agentId included as documented here As there is no agentId included, it means that it is …
5th May 2026
Hi Juan, You will need to instantiate a IDmsProtcol object to assign a service protocol to your service. See below example: IDms dms = engine.GetDms(); IDma dma = dms.GetAgent(123); IDmsProtocol …
5th May 2026
Hi Robin, Both the ClientSettings.json as the new setting in the UI are on a user level. It is currently not possible to specify a time zone for a specific …
4th May 2026
Hello, For alarm templates, you can use this library class Class AlarmTemplateHelper | DataMiner Docs
4th May 2026
Hi Johannes, Let me start by confirming that your understanding is correct: If no template is assigned to the DVE, it inherits the parent template If a template is assigned …
4th May 2026
Hi Jens, I’ve run into something similar in the past. What was happening is that the SLAutomation process had accumulated a very large number of loaded assemblies. This caused significant …
3rd May 2026
I keep getting this error. I am not sure what I am doing wrong. The following was returned from the script: EXIT: “Something went wrong: (Code: 0x80131500) Skyline.DataMiner.Automation.ScriptAbortException: Script parameter …
30th April 2026
Hey Harun, I had a similar issue a while ago: IAS – Detect Client TimeZone – DataMiner Dojo. You can get the Client TimeZone from the DateTimePicker using the ClientDateTime …
30th April 2026
Hi Deema, To pass information from the alarm that triggered the correlation rule to an automation script, you can follow the process described in DataMiner Docs: How do I parse …