migrations on older DataMiner versions

Hi Jeroen, Indeed we don’t maintain downloads for old installers on our public sites. I suggest you contact me directly for an alternative.

Missing trending

Hi Arun, What is the sliding window size that you have set on this system for real-time trending? I notice that you’re looking already some time in the past, potentially …

Missing trending

Hi Arun, When you right click on the trend graph and select the option ‘Show most detailed data’, what do you see then? You can also evaluate what data is …

DMPs with New Usage Based Model

Hi Alex, DataMiner Probes (DMPs) are only available as perpetual use licenses. Because they are often used to connect to remote sites with limited connectivity, metering could be a challenge. …

Retrieving polling port for an element in automation

Hi Hans, You can achieve this by making use of the Class Library IDms myDms = engine.GetDms(); IDmsElement myElement = myDms.GetElement(“element name”); foreach (var connection in myElement.Connections) { if (connection …

Elements in Read-only Mode

To add another method: via the right click menu of a view in the surveyor, you can choose export under the actions menu. Then you can choose to export to …

Elements in Read-only Mode

Hi Mark, In Dashboards you can create a GQI query that retrieves the list of elements in a DMS. When selecting which columns should be displayed, you will find the …

Elements in Read-only Mode

Hi Mark, Not sure if you can see it in Cube, but you can create an automation script to request all the elements in Read-only mode. IDms myDms = engine.GetDms(); …