Touch screen compatible?

DataMiner Cube is compatible with multi-touch screen technology, mainly because the touch events and gestures fall back to mouse events through the WPF framework it is built on. Next to …

data sharing between different DMS

Hi Bruno, another way is to use Web Services. Any third-party application, this also includes another DataMiner agent, can retrieve real-time DataMiner data via XML-RPC, SOAP or JSON. Refer to DataMiner …

data sharing between different DMS

Hi Bruno, One way of sharing data is by making use of element replication. You can find more info about this topic in the DataMiner Help.

Unable to use the ResourceManagerHelper

If you use one of the latest versions of the SRM packages you can use this: SrmManagers.ResourceManager.GetEligibleResources(). You also have the ProfileManager and others on the SrmManagers.

Unable to use the ResourceManagerHelper

Hi Pieter-Jan, You need to call the RequestResponseEvent as part of the initiation of the helper as shown below for in an Automation Script ResourceManagerHelper RmHelper = new ResourceManagerHelper(); RmHelper.RequestResponseEvent …

Unable to use the ResourceManagerHelper

The SRM (and other) helpers require a callback to DataMiner. This can be added like this: helper = new ResourceManagerHelper(); helper.RequestResponseEvent += (s, e) => e.responseMessage = engine.SendSLNetSingleResponseMessage(e.requestMessage);

SNMP Tables with Retrieved Columns

Retrieved columns are only required in SNMP tables when some of the data polled via SNMP needs to be parsed or processed in a QAction. As long as this is …

New driver after firmware update?

Some more technical background information: We will always try and support firmware changes in the existing range(s) of a protocol. This off course depends on the nature of the changes, …

New driver after firmware update?

Please refer to the FAQ section: Do I have to buy a new driver/connector license in case the device vendor releases a firmware upgrade?