Dataminer Agent syncronisation via proxy

Hi, One way you could achieve this is to edit the connectionstrings between the 2 agents. This can be done using the SLNetClientTest tool (see DataMiner Help ) Your connection …

How to change IP Address of a DataMiner?

Hi Bruno, I’ll try to summarize an approach of what I believe would be good approach to deal with this change. Non Failover DMA in a DMS: Stop the DataMiner …

How to Set Colors in Visio Shape Data

Hi Craig, By default, your shape will get the alarm state color of the object the shape is linked to (element, parameter, etc). In case you want to override this …

cluster Agent Credential

Hi Bernard, The credentials that are requested by Cube when adding a new agent to the cluster are not stored. They get used for a temporary connection from the Cube …

BPA test – description

Hi Koen, This info will be added on Dojo very soon, under Resources > Other resources > Tools > DataMiner tools. I’ll keep you informed!

Context Menu – How to get the row instance

Hi Jens, When using ‘singleSelection’ by default the row key is passed as the last value of the contextData Object in your QAction. With your current setup the contextData object …

Context Menu – How to get the row instance

Hi Jens, see the context menu help section that explains how to use a context menu on a table. The object that is passed to the QAction can be casted as …