how to retrieve securityinfo groupname by code
24th November 2025
Hello DOJO Is there a way to retreive the groupname associated to the ID ? Currently we are able to get the users info and the groups they belong to …
Question
24th November 2025
Hello DOJO Is there a way to retreive the groupname associated to the ID ? Currently we are able to get the users info and the groups they belong to …
24th November 2025
Hi, I would like to add a button to my interactive script that, upon clicking, copies a provided value to the users’ clipboard. Is this possible with interactive scripts? Kind …
24th November 2025
I have a button on visio which triggers the script. And the script has Key “MYOutput”. engine.AddScriptOutput(UIVariables.VisualOverview.CreateKey(“MyOutput”), “Green”); But when I try to get the session variable in visio it …
24th November 2025
How can we check the compatibility of the latest DataMiner release 10.5.0 CU9 with the existing drivers running in the DMA? We are planning to upgrade, so I need to …
23rd November 2025
Hi all, Need to support, to copy Imagine Selenio network processor driver/protocol, from one DMA to other, including visio and alarm templates? Thanks.
22nd November 2025
I have a script that controls two Nevion Switches simultaneously on our DMS. This is for a customer however and they access through our DMZ-DMA but I have discovered that …
21st November 2025
Hello dojo, Im straing with DOM Im tring to use script automate to insert and read all the field of each one to import from CSV and genere API output. …
21st November 2025
Good afternoon everyone! I’m looking for recommendations on the best way to handle flapping alarms within an Alarm Template. Here’s the scenario: I have an alarm that triggers when polling …
21st November 2025
Hi Dojo, I’m trying to loop over several elements and retrieve around 20 parameter values for each element. This takes quite some time, so I’m looking for ways to improve …
21st November 2025
Hello Team, I have 4 different box shapes each for different sourcename. I need to change the color of the box based on status and state column value. If the …
20th November 2025
Is it possible to fetch an dma error into an service? I’ve got an service to monitor the dataminer agents and databases, however i also want to include errors on …
20th November 2025
Hi Dojo, after migrating to STaaS, we are planning to decommission the former, self-hosted DB infrastructure (Elasticsearch & Cassandra). Before performing that procedure, we are thinking about taking one final …
19th November 2025
We have an automation script that can simply turn on/off AWS MediaConnect flows and other infrastructure after 3 certain parameters are set; Element, Subelement (flow, instance, etc.), Start or Stop. …
19th November 2025
Hi all, If a resource is used in past, cancelled or future reservations, the SrmManagers.ResourceManager.RemoveResources(params Resource[] resources) method doesn’t delete the resource. There are boolean flags/parameters that can be passed …
19th November 2025
Hi, I want to creat a box on my DM page for entering text. I want to use this box as a label, so anyone can select the box and …