Show number of Alarms of Alarmfilter in visio shape
21st February 2025
Hi Toon, Thanks for the fast answer. That is what I found in the docs but it didn’t work. That was because I used #Alarms in square brackets. Works now. …
Answer
21st February 2025
Hi Toon, Thanks for the fast answer. That is what I found in the docs but it didn’t work. That was because I used #Alarms in square brackets. Works now. …
21st February 2025
You can show alarm statistics of your alarm summary shape by adding a placeholder to your shape text. In your case this will be “#Alarms”.
21st February 2025
Hi Min, It should be possible, by using the SetDataMinerInfoMessage with What=149. Nevertheless, I would avoid doing that. Is there a specific requirement for this? Have you considered a simple …
21st February 2025
Hi Jake, I took a look at the connector, and it seems that this feature is not implemented in any of its ranges. Since this is an SNMP driver, you …
21st February 2025
Apologies for the delay in responding. I wanted to ensure that I could provide you with a useful update, so my team and I re-prioritized QA and the release of …
21st February 2025
Next to the answer of Toon, there is a way to achieve this using actions: Add a shape on top of the text shape in the template. Configure the color …
21st February 2025
Hi Jake, We had a quick look into this and we would need to run further investigations in order to be able to help you further on this. Looking at …
21st February 2025
Hi Jake, This sounds like it might be a bug and would need further investigation. You should raise a UOSA ticket.
21st February 2025
The content of the text in the template editor is in html. You currently have an underlined piece of text which happens to contain a URL. To turn it into …
21st February 2025
Hello Again :). As i know the only way is to make the the fields through the connectors and add a button(where the function of table is through Action where …
21st February 2025
Hi Nejra, Can you have a look into the following How to Mask Alarms in Advance for Scheduled Maintenance? – DataMiner Dojo and How to trigger the mask/unmask alarm as …
21st February 2025
Hi Edward, If you use engine.SetFlag(RunTimeFlags.NoCheckingSets); in your script then it should work always. public void Run(Engine engine) { engine.SetFlag(RunTimeFlags.NoCheckingSets); // Existing code script
21st February 2025
Hello Min Than Aung 1.DataMiner Cube(client) that is installed and running on your system when you connect to a DataMiner Agent (DMA). It matches the version of the DMA server …
21st February 2025
Hi Alberto, Some feedback below: Between DMAs, EndPoints.txt is being requested when setting up a connection between agents, mainly to auto detect the destination port (at least for .NET Remoting …
21st February 2025
Devor’s solution described in his comment works like a charm.