Get all the services and alarm under view in GQI?
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 …
Question
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, …
13th January 2025
Hi Team, Im searching for an GQI which gives the alarm severity for each element under a service as we see in dataminer cube
13th January 2025
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 …
11th January 2025
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 …
11th January 2025
Hi, I’m trying to retrieve information from an enhanced service protocol, but I’ve encountered several challenges: SLNet Message – GetParameter(): I initially attempted to use the standard SLNet message GetParameter(), …