Scheduled Task gets disabled after single run

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 …

.NET SDK Connector Programming DIS

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 …

.NET SDK Connector Programming DIS

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 …

.NET SDK Connector Programming DIS

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 …

creating service with core Automation

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 …

LCA – Timezone per LCA

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 …

How to debug an interactive script with dnSpy

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 …

How can I mask a specific table row alarm in DataMiner?

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 …

Offload Database in AzureSQL ?

Hi Hugo, We do not currently support offloading to Azure SQL, and there are no plans to add support for it at this time. If offloading to Azure SQL is …