Protocol general parameters / communication info

Maybe also the Stream Viewer can give you some additional insights in what is happening?  Connecting to an element using Stream Viewer | DataMiner Docs On a lower level, a …

How to monitor online contacts (= active users)

Hi guys, You could use the following code to get an overview of all active connections on the system: DiagnoseMessage diagnoseMessage = new DiagnoseMessage() { Type = DiagnoseMessageType.OpenConnections }; var …

dataminer agent host

Hi Praveen, 1. Access via the browser is possible to the Monitoring app. This is an HTML5 based application giving you access to the DataMiner system with limited functionality. For …

IDP Via Wireless LAN Controller

Hi Stuart, For IDP, the most important point is being able to communicate with its target even if there is a controller or something else in the middle, so as …

Is there a recommended size for partialSNMP Option?

Hi Gabriel, The documentation may have been written while reflecting on a regression test, these often have small datasets and thus, use small bulk sizes. Regarding your case, it’s not …

Number of retries in an HTTP session

Hi Andrea, A connector can only set the default retry attempts for the element creation wizard per connection (see PortSettings>Retries>DefaultValue). A connector can not overrule the configured amount of retries, …