Deleting an element from Automation Script

Hi Matej, To delete an element from an automation script you can use the IDMs class in the following way: IDms dms = engine.GetDms(); DmsElementId id = new DmsElementId(dataminerId, elementId); …

Long time for updating services

Hi Jeroen, Cube is also using TryCreateServiceMessage, do you experience the same timings with Cube? Maybe we should investigate via a collaboration task, so we have a the details?

Enhanced Service Protocol – Clearing Alarm Table

Hi Frederic, This sounds like it will need a very specific investigation, would it be possible to create a collaboration task please. In case, there is something interesting in this …

error: mac address not registered

Hi Chirangee, can you please send the full SLDataMiner.txt logfile to the dataminer licensing group? (dataminer.licensing@skyline.be). We will further investigate and get back to you via email. Regards,

Finding out what happened to Dom instances

Hi Tim, depending on the log levels, it could be that a delete action is logged in the DOM manager log file (SLDomManager_<module id>.txt). If the log level is not …

Export Services into CSV

Hi Ryan, There is an easy way to do this. You can create a GQI Query in a dashboards and visualize it in a table component. Then you’ll have and …