Automated Element Export
10th December 2024
Hi All. Is there an easy way to export all elements in the system using an automated process? We do something similar with all of the VISIO pages, but the …
Question
10th December 2024
Hi All. Is there an easy way to export all elements in the system using an automated process? We do something similar with all of the VISIO pages, but the …
10th December 2024
User> Do you have in your driver portfolio a driver that can monitor TCP connections ? I am interested on monitoring ports: 443, 5094, 61007 and 8443. Me> I’m not …
10th December 2024
Hello Dojo, I’m encountering a timezone issue with my extranet application. When I use it in France, it correctly displays French time, and I’ve added local time for example for …
10th December 2024
foreach (var parameter in paramsNeeded) { var msg = new GetParameterMessage(childInfo.DataMinerID, childInfo.ElementID, parameter.ParameterID, parameter.FilterValue, true); reqParam.Add(msg); } try { _logger.Information(“Send DMA request”); var responseMsg = _dms.SendMessages(reqParam.ToArray()); var response = responseMsg.OfType<GetParameterResponseMessage>().ToList(); …
10th December 2024
Hello Dojo, DMA version: 10.4 CU6 I have the backup network path configured for failover agent as shown below: The number of backup to keep is configured as 7. As …
10th December 2024
Hi All, I have a single element with a large table (1300) where each row represents a different service I would like to visually display. I have managed to dynamically …
9th December 2024
I’m writing a default script that is used to send an email from alarm(s) triggered by a correlation rule. I want to make a table in the mail with the …
9th December 2024
I’m trying to set up a TreeControl sorted by date in descending order (newest to oldest). From what I understand in the documentation, adding the pipe | in OverrideDisplayColumns lets …
9th December 2024
Hi, For some of our automation scripts we use some custom created dll’s, so functions can be shared over all automation scripts. On an on-premise system, we place these in …
9th December 2024
Hello everyone, I am currently trying to create a Visio that lists all Elements in a View with their respective alarm colors. Nothing too difficult. However the generated shapes should …
9th December 2024
Hi Dojo, Currently we are using the Generic Trap Receiver to collect traps. In our example we get the following Trap: In the trap receiver we see the following: So …
9th December 2024
Is there a way to disable automatic updates of Cube Launcher? I mean still update the Cube version depending on DMS connected to, but not automatically update the Launcher app? …
9th December 2024
Hi Is there a way in the QAction code that can dynamically change the units and decimals of another parameter? e.g., I have a parameter A which i can enter …
9th December 2024
I managed to create an Element using Cerebrum connector(ver. 1.0.2.1), and applied the credentials. And I got the response for port:40007 from the device as below. As you can see, …
9th December 2024
How to filter active alarms for administrator to show tab with alarms for specific group of users?