Exporting services containing virtual elements

From the follow-up email: The [first] Screenshot is the Error that appears when exporting the Service. The [second] Screenshot is the service containing the element. The one in curly brackets …

Does the Automation API support creation of DCF connections

Hi Jens, you can use below code using an SLNet call: using Skyline.DataMiner.Automation; using Skyline.DataMiner.Net.Messages; public void AddExternalConnection(Engine engine, int dmaID, int ElementId, int SourceInterface, int DestinationDMA, int DestinationElement, int …

Use TLS1.2 on backup DMA

Hi Arunkrishna, Since the active and offline agents will monitor the same devices/DBs, it is not advised to have different configurations on these two DMAs. I believe that the use …

Offloading to DB

The systemcache/local folder is used as a temporary offload of all the elementdata queries before we push them into MySQL (it’s faster to push a bulk of data than to …

Offloading to DB

Hi Arunkrishna, Offloading towards files (instead of DB) happens when DataMiner is unable to communicate with the DB. You will need to find out why your MySQL database was unreachable …

Export a table to multiple DVE

Hi Julio, Is it the same row of the SNMP table that needs to be exported to multiple DVEs? Or one row of the SNMP table to one DVE and …

Dataminer Element icon’s

Hi Ahmed, The icons page in the DataMiner help provides a step by step guide on how to do this.

Automation script for maintenance mode?

Hi Michal, We are actually building a DataMiner app for these type of use cases called The DataMiner Planned Maintenance app. This app will make it very easy for operators …