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 …

Trending data is lost after 24hrs – why?

Hi Jack, Can you evaluate on which DataMiner agent the element (for which you see this behavior) is located? Maybe the settings on that DataMiner agent are different?

Aggregation inside one Element

Hi Euler, You can calculate the SUM in a visio file using shapedata ParametersSummary.  The syntax is explained here. Example: Sum|6/97148:176|6/97149:176|6/97150:176| As you can see in the example, this shapedata …

DataMiner: Trend Graph

The timer base can go between 0 and 10.  What exactly does this do?  If it sets the real-time trending timer, then why is it limited to 10 and not …