Any alternative way to updated elements inside the service?

var addServiceMessage = new AddServiceMessage { DataMinerID = service.ServiceInfo.DataMinerID, HostingDataMinerID = service.ServiceInfo.HostingAgentID, Service = service.ServiceInfo, }; _engine.SendSLNetSingleResponseMessage(addServiceMessage); above is the code used for updating the service if there is any …

DataMiner Maps – No config selected error message

Hi all, I’m currently trying to test the DataMiner Maps locally. I’ve configured the ServerConfig.xml file using a valid Google Maps API key (gmaps) as shown below: However, when I …

DOM CreatedBy & ChangedBy field reference

Hi Dojo Community, Does anyone know which field of user information the DOM helper fields “CreatedBy” and “ChangedBy” refer to exactly? For me, it’s always the username (which in my …

DOM Attachments in IAS

Hi Dojo community, I would like to store some attachments within a DOM instance like mentioned in the docs of the DOM helper class. I was thinking about using FileSelector …

Get details of a service that is deleted

Hi Team, I would want to know if it is possible to get the details of a service(along with the elements that was monitored and view in which it was …

SLProtocol.GetLocalElement implementation

Hi Dojo, Is there any benefit in using SLProtocol.GetLocalElement over just IDms.GetElement? More generally does use of ILocal variants provide benefits? Is there any documentation that explains these benefits and …

Difference between AddRow and SetRow

Hi Dojo, I’ve been trying to call SLProtocol.SetRow, from class that implements SimpleMessageExecutor, to update existing row and was getting the following exception: Exception: System.InvalidOperationException: This type has a ComVisible(false) parent in …

Cisco Meraki – Request for Information

I need help connecting DataMiner to the Cisco Meraki cloud controller. I have deployed the connector available: CISCO Meraki | DataMiner Docs Although it is a simple SNMP connector, it’s …

update alarm severity by script

Hello how can i get the active alarms for one element and change the severy by script? i have to change one alarmas from critical to major and create new …