IAS – Is it possible to copy a value to clipboard
24th November 2025
Hi Thomas, I quickly tested the RunClientProgram method, and it appears to work, at least on my setup with PowerShell V5.1 (DMA 10.5.8) installed on my computer. This is the …
Answer
24th November 2025
Hi Thomas, I quickly tested the RunClientProgram method, and it appears to work, at least on my setup with PowerShell V5.1 (DMA 10.5.8) installed on my computer. This is the …
24th November 2025
Hi Gerwin, I don’t believe it is possible to link those DMA errors into a service. A service typically groups elements together and those DMA errors are not generated by …
24th November 2025
Hi Dominique, I believe there are probably two possible approaches to tackle this problem. First of all, a basic service is just grouping elements together with potentially some dynamic behavior …
24th November 2025
Hi Juan, The instances that you retrieve using ReadAll() also contain the values. But as explained here, the values are grouped into sections. So to retrieve the values, you need …
24th November 2025
Hi, You could use the option Exporting elements, services, etc. from a .dmimport file to create an .dmimport package. This package will contain the protocol, Visio file and alarm/trend templates …
22nd November 2025
Hi Kris, Difficult to give an accurate answer without having access to the system to see how things are configured, but based on what you say, I would guess that …
21st November 2025
Would the hysteresis be a good solution for you? Configuring hysteresis in an alarm template | DataMiner Docs You would probably want a Hyst Off of x seconds on Failed …
21st November 2025
Hi Sofian, I havent used a GetParameter(s)Message sucessfully before, just fetching them individually with IDmsElement. Are these individual parameters or table params? If they are individual parameters then IDmsElement.GetStandAloneParameter<T>(pid).GetValue(); is …
21st November 2025
Hi Sofian, Something you could try is fetching the data of multiple elements in parallel, using Parallel.Foreach. Something like this (pseudocode); IEnumerable<IDmsElement> elements; var result = new ConcurrentDictionary<>(); Parallel.ForEach(elements, element …
21st November 2025
Hi Daniel, The problem seem to be that one of the parameters is not getting the value that was set, ‘Listener’, in the expected time by the read retries. Can …
21st November 2025
Hi Esteban, Allow me to correct your assumption there, none of the snmp table polling methods are meant to expect consecutive indexes. MultipleGetNext does a GetNext request on every column …
21st November 2025
Hi Manuel, thanks a lot for your post and for bringing this to our attention! I’ve set up a system and followed the tutorial to figure out what went wrong. …
21st November 2025
We are currently working on a feature (expected for the 1.5.X MediaOps Q1 2026) that will allow you to define a script with any number of input arguments for the …
20th November 2025
Hi Nils, Cassandra stores the element data, trending and a couple of other minor data sources. Elastic has alarms, information events, DOM & SRM data. For Cassandra, you can create …
20th November 2025
Hi Fenta, No, in this case you need to delete the reservation first. Otherwise, you could end up with a reservation that contains invalid references to resources.