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 …

Multiple Cloud gateways

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 …

maximun service per DMA and DMS

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 …

How to Export Service Templates Programmatically

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. Update: Please find below a …