How to get service object details in GQI?

Hi, I have a code something like DmsAgent agent = new DmsAgent(); GetActiveAlarmsMessage getActiveAlarmsRequest = new GetActiveAlarmsMessage(agent.ID); var res = _dms.SendMessage(getActiveAlarmsRequest) as ActiveAlarmsResponseMessage; var activeAlarms = res.ActiveAlarms.WhereNotNull().ToList(); var filteredAlarms = …

Central Database offload timeout configuration

Hi all, We have from time to time a sqlexception from offloading data to a SQL central database. Below is the message in the SLDBConnection log. —> System.ComponentModel.Win32Exception (0x80004005): The …

Plugins Not Available in DIS

The plugins menu item is greyed out in Visual Studio (see screenshot). I am logged in, and other DIS functionality is working correctly. I also tried updating DIS (v3.1.4), but …

Changing SNMP Community String in Dataminer’s SNMP Agent

Hi, As part of internal cybersecurity practices, our servers are subjected to regular vulnerability scans. On a recent scan, the scan result contained “SNMP Agent Default Community Name (public)” vulnerability. …

Refresh stuck display key value

Is there an easy way to force a refresh of a Display Key in a table? Specifically, this is with the Streams table for the Bridge Technologies VB Probe connector. …

ScyllaDB Support

Is there any info on if DataMiner supports the use of ScyllaDB instead of CassandraDB for dedicated cluster storage? It is supposed to be a drop-in replacement for Cassandra 3.11, …

how to hide alarms for a group ?

Hello DOJO We need to hide alarms for some groups, but only the alarms triggered by some templates. Usually, this is done by restricting rigths and views in the group …

Upload to Catalog Error

While releasing an automation script to the Catalog, I encountered an unusual error. After integrating the solution’s repository with GitHub Actions for CI/CD using Skyline workflow for automation scripts, I …