How to put data table in a graph?

In case it’s only about presenting the data: In a DataMiner dashboard or Low code app, you can present any data you can access through Queries in a line/pie/donut chart. …

Unit Testing Mocking for Protocols

Hi Rebecca! We have some videos explaining how to do unit tests and in this part we go through the process of mocking the SLProtocol. You can watch the video …

Unit Testing Mocking for Protocols

Hi, Since DataMiner 10.0, the SLProtocol/SLProtocolExt classes have been changed into interfaces. That makes it possible to mock it for unit testing. If a Nuget with a mocking framework, like …

Visio Stencil Macros for Visio 2019

Hi Randy, Are you able to follow the recommendations/tips from the topic you’ve shared? If you think all steps are taken, maybe we are overlooking something. Does the user see …

DataMiner Failover VIP

Hello all I think the question is not that clear, from what i understood what they want to configure is the following, a Failover with Both Corporate and Aquisition, but …

Character limit in a protocol parameter

Hi Fenta, I suggest taking a look at this question: https://community.dataminer.services/question/best-practice-max-size-of-parameter-value/answer/99767/

DataMiner Failover VIP

Hi Michiel, TLDR: Yes In a failover system, you need as a minimum one shared virtual IP (or hostname). It’s not mandatory to configure it on all interfaces.

DMS/DMA redundancy model

Hi Richard, A shared hostname is a possibility in case a virtual IP is not possible. Unfortunately we have recently detected some issues with this and we are working on …

Alarm state percentage in new dashboards

Edson, From 10.3.4 onwards, GQI adhoc data sources will support a secured link towards DataMiner Core (SLNet) so that you can send any message that Cube or any other client …

Retrieve the polling IP in QAction

Hi, The easiest and best way to get the polling IP of your element is by adding a parameter of type polling to your protocol. In your QAction you can …