Agent Recovery
15th January 2025
If a dataminer agent in a failover pair fails (for this instance a vm instance is corrupted)and does not have a dmbackup, when a new agent is created will the …
Question
15th January 2025
If a dataminer agent in a failover pair fails (for this instance a vm instance is corrupted)and does not have a dmbackup, when a new agent is created will the …
15th January 2025
Hi all. I am monitoring an antenna which on a one week time frame has always a patern for one of the parametars(Elevation in this case). This would be the …
15th January 2025
Dojo, I’m setting up a report to give me the total number of bookings. On average it takes about 3 mins before the dashboard is populated with data. How can …
15th January 2025
I have an alarm generated with a field (named FIELD_YYYYY) containing a string (for example XXXXXXX:ID151) I have created a correlated alarm to capture all the occurrences of this alarm …
15th January 2025
Hello, I am creating a scheduled task in the DM Scheduler and cannot find a way to create a task that includes both a single start action and a final …
15th January 2025
Hi, I’m using engine.AddScriptOutput(UIVariables.VisualOverview.CreateKey() to output logging to my Low Code App Web component for the user to see progress. How do I add to the output whilst using the …
15th January 2025
Is there a way to display a trend graph which gets the custom start and end time from feeds? Let’s take the example that I have a table with DOM …
15th January 2025
Hi All I’m trying to add a web components in my LCA, it should open a device that Dataminer already able to reach. But when I try to add the …
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 = …