Alarm conditioning on IRD Sync Status
18th April 2026
Hi Joao, Another option could be aggregation rules. You could create an aggregation rule that will count the number for rows in a table based on a condition. The only …
Answer
18th April 2026
Hi Joao, Another option could be aggregation rules. You could create an aggregation rule that will count the number for rows in a table based on a condition. The only …
18th April 2026
I think you will need a QACtion to count the number of “Synced” rows and set the value as a new standalone parameter. Then you would be able to Alarm …
17th April 2026
Thanks @miguel @Joao, I will look into filters and grouping or maybe collection. Thanks for the feedback.
17th April 2026
Hi Thomaz, The Cube has had an update on the colors indeed an we are aware of the problem you are reporting, a fix is in progress and will ship …
17th April 2026
Hi, It seems that the IEngine interface does not contain the FindServiceTemplates method. What could be done is to try to cast it to the Engine class, which inherits from …
17th April 2026
Hi Thomas, Yes, by changing the RunTimeFlag NoInformationEvents. e.g. public void SetParameterSilent(int pid, object value) { // Set the NoInformationEvents flag to disable information events _engine.SetFlag(RunTimeFlags.NoInformationEvents); // Perform a silent …
17th April 2026
Hi Thomas, this is indeed expected behavior. The DxM handling the API requests spreads these across the cluster. If you would really need a specific DMA to handle certain logic, …
16th April 2026
Hey Ross, Could you check if the DataMiner GQI service is installed? If it is, try restarting the service and see if that corrects the issue.
16th April 2026
Hi Anderson, We have very recently created a new feature that allows each user to set his timezone in the web apps themselves. This means that you do not need …
16th April 2026
Hi Alexandre, You can use the DataType to make the distinction between the different property types. Please let us know if this approach works for you. Regards,
16th April 2026
Hi Michael, It is possible to render SVGs using Dashboards or LCAs. This can be done using HTML shapes in templates for a grid, timeline, … or using the web …
16th April 2026
Hi Nejra, We are aware of an issue with the Visio backgrounds. A fix is currently in progress.
16th April 2026
Hi Leander, To achieve this, you can create a flow that merges the outputs of each of the time range components. This flow can then be used as the input …
16th April 2026
Hi Felix, You’re definitely on the right track. The behavior you’re seeing comes down to how context is handled in Visio shapes versus property placeholders. When you use things like …
16th April 2026
Hi, Great question. There are actually a couple of solid approaches, depending on how flexible you want your setup to be. Within DataMiner itself, you already have quite powerful options. …