.NET SDK Connector Programming DIS
4th May 2026
When working on a connector in Visual Studio using DataMiner Integration Studio (DIS), the .NET SDK version is controlled through the global.json file in the solution. To check or define …
Answer
4th May 2026
When working on a connector in Visual Studio using DataMiner Integration Studio (DIS), the .NET SDK version is controlled through the global.json file in the solution. To check or define …
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 …
30th April 2026
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 …
29th April 2026
Hi Catarina, Most probably there is another way, but a quick workaround is to extract the content of the VSDX file. You can change the extension of the file from …
29th April 2026
Hi Gerwin, Yes, that is possible. You can install a cloud gateway on multiple DMAs (or servers, they don’t necessarily have to be a DMA) and let them all connect …
28th April 2026
If the parameter has not been initialized since the element startup, the WMI query will be executed against the local DataMiner server (i.e. the server where the connector is running). …
28th April 2026
Hi Juan, This page should give you the necessary limits: DataMiner metrics | DataMiner Docs So, for services, that is 10k. If you want to go beyond that, it’s recommended …
27th April 2026
Hi Joao, A possible option is to use the methods available in the web service API to export/import service templates: GetServiceTemplate CreateServiceTemplate Hope it helps.
27th April 2026
Hi Robin, This exception seem to confirm you are trying to use an old xbap version to connect to your 10.5 DMS. See also my answer on Accessing the Web …
27th April 2026
Hi Robin, You say you are using Internet explorer still, does that mean you are still trying to run the xbap version of Cube maybe? In case you do, please …