Retreive Protocols XML Code in a Protocol C# Code

Since your code is already running on the DataMiner server, I think you can simply retrieve all protocols from the C:\Skyline DataMiner\Protocols folder, and process the content of the files …

Delete Services from Automation

Thanks for the update. but i am not able to find this dll – can you please guid me where i can find it \ what am i doing wrong? …

Delete Services from Automation

Hi Wale, The common library supports a method to work with services (IDmsService methods). For your use case you could use the method IDmsService.Delete. In this case keep in mind …

Any way to see the full Dataminer driverlist?

Hi Bruno, Currently that’s not possible.  I’ll arrange for a separate full listing for you, and we will soon start work on the Catalog front-end to further expand it extensively …

Issue loading KML on maps

Hi Jose, Have you already tried to take a look at this DataMiner help article for KLM files? https://help.dataminer.services/dataminer/#t=DataMinerUserGuide%2Fpart_4%2Fmaps%2FLayer_types.htm There is also a handy link for documentation included in the …

Dataminer UDP listening port

Dear, Yes this is perfectly possible in DataMiner.  In order to have a listener driver over UDP you create a protocol of type “smart-serial”. This driver will work for both …