Counter64 SNMP parameter displaying negative number

Hello, I am encountering an issue where the display of SNMP number parameter is negative even though the value coming from the device is positive. After some investigation I believe …

How to achieve pagination for the GQI script in LCA for table?

Hi I have code: public GQIPage GetNextPage(GetNextPageInputArgs args) { _logger.Information(“Fetching next page”); var rows = new List<GQIRow>(); List<GetParameterResponseMessage> paramInfo = new List<GetParameterResponseMessage>(); try { foreach (var service in serviceList) { …

dms.SendMessages in loop causes delay?

Hi I am trying to do _dms.SendMessages in loop to the value of parameters of elements it takes lot of time and goes into timeout, what is the workaround for …

Alarm grouping using alarm correlation

Hello Team, I have a view with view elements using the same protocol for different regions I need to group the alarm based on the below combination for each element …

Combining Floor Plans & Network Topology

Hi team, A customer inquired about the possibility of combining a floorplan with a network topology view to make troubleshooting faster and more intuitive. Their idea is to map devices …

Visio TableRowFilter alarm not working

Hi Dojo, I’m trying to create a table in my Visio that only displays rows that have an alarm on them. I have followed this documentation (https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/reference/Dynamic_table_filter_syntax.html?q=tablerowfilter#alarm) and written the …

Connect to an external SQL database

Hi Dojo, we have an external SQL database and I want to connect our Dataminer to it. There are information’s which we than use to create services in Dataminer. What …

DataMiner and Slack Messaging Intergration

Hello, We would like to connect our DataMiner with Slack. I understand with the Slack Messaging Connector: https://catalog.dataminer.services/details/918ef3fc-5d46-4263-b80d-a58a8ec50da8 It was written to be compatible with Slack Legacy Apps – Now …

Add parameters from two different connectors

Hi Dojo, How can I add parameters from two different connectors? For example, I want to retrieve param_A from Connector A and param_B from Connector B. Using a Virtual Connector, …

DataMiner Web Support Assistant

Hi, is there an offline version of the DataMiner Web Support Assistant plugin available for people who have no access to the Chrome Web Store?

Automatically Filter Alarm Console on Visio Open

At the moment, we use a button that, when clicked, filters the alarm console (Making a shape filter Alarm Console tabs when clicked | DataMiner Docs). I was wondering if …