How to get the output from automation script on Visio

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 …

Regarding Latest Dataminer Release 10.5.0 CU9

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 …

Copy protocol one DMA to other

Hi all, Need to support, to copy Imagine Selenio network processor driver/protocol, from one DMA to other, including visio and alarm templates? Thanks.

Running scripts on DMZ-DMA

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 …

Read and Insert DOM instance

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. …

Best Method to Deal with Flapping Alarms

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 …

GQI Ad hoc – Get multiple parameters at once

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 …

Get errors on DMA in service

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 …

Force delete a resource used in future reservations

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 …

Creating a text entry box.

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 …