FindServiceTemplates not found
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 …
Answer
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. …
16th April 2026
This is fixed in later updates that are currently available. DataMiner server upgrade packages – DataMiner Dojo
15th April 2026
Hi Chris, I would recommend ensuring that the affected users are no longer listed in the security.xml file of any DMA within the cluster, nor in the Windows local users. …
15th April 2026
Hi Ryan, You could filter the column Protocol using a regular expression: Protocol A|Protocol B Hope it helps.
15th April 2026
Hi Sheik, Could you exclude the parameter ‘Backup MMI Status’ from the base template? In addition, could you move the base template to the top of the list? Hope it …