Timer actions – implications and limitations
20th April 2026
Hi Tarik, I’m not entirely sure about the implications, limitations, or risks. However, from what I’ve seen in some older code, I got the impression that in the past it …
Answer
20th April 2026
Hi Tarik, I’m not entirely sure about the implications, limitations, or risks. However, from what I’ve seen in some older code, I got the impression that in the past it …
20th April 2026
So after my previous question above, I found this question https://community.dataminer.services/question/web-applications-exception-in-cube-due-to-invalid-certificate/?hilite=root+certificate+store#/comments/141396/all and @Seppe Dejonckheere had the solution, screenshotted below. Installing the auto-generated API Gateway SSL into the dma machine root …
19th April 2026
I have deemed this not possible so I have added a feature suggestion here: https://community.dataminer.services/new-feature-suggestions/expanded-cube-exe-command-line-parameters-to-navigate-to-trendgroup/ Please upvote 🙂
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.