How to retrieve all alarms with respect to view in GQI script
15th January 2025
How to retrieve all alarms in view (which can have sub views) in GQI script, like for example I want of get all of this table info but in GQI
Question
15th January 2025
How to retrieve all alarms in view (which can have sub views) in GQI script, like for example I want of get all of this table info but in GQI
15th January 2025
Hi, I am wondering how we can integrate DataMiner with PowerBI ? Does anybody have any experience with it ? What are the options ? Thanks, David
15th January 2025
Hi, While executing automation scripts, a pop-up window appears, allowing the user to select the element on which changes will occur. Is it possible to revoke the element selection privilege …
14th January 2025
Hi, Is there a script to trigger “Take Ownership” feature of alarm from the table in GQI and also show to which it is assigned to?
14th January 2025
Hi, How can I get all the services and alarms related to it inside a GQI? Scenario: I want to get all the services and also the element details present …
14th January 2025
As we understand, users with the company’s email domain are automatically added to the same organization by Skyline. However, we are looking for an option under DataMiner Admin roles to …
14th January 2025
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 = …
14th January 2025
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 …
14th January 2025
How to get alarms based on specific view on GQI which contains services?
14th January 2025
Can we get the LCA which was removed, is there any deleted folder or something?
14th January 2025
Hi Dojo, I have a page on which 2 different components are linked to the same GQI query. Both components are using different columns of that query. I’m wondering when …
14th January 2025
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 …
14th January 2025
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. …
13th January 2025
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. …
13th January 2025
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, …