Reinstall DMS without losing the license

Hi Mauricio, Regarding the first question you can consult our documentation at Installing DataMiner using the DataMiner Installer | DataMiner Docs there is a section on how you can deal …

Need to enable Backups in dataminer

Hi Bhavana, Behind the scenes what happens is that DataMiner creates a scheduled task in Windows. Technically speaking, you can further tweak this scheduled task in Windows as long as …

Need to enable Backups in dataminer

That level of flexibility is not available today. In cube you only have the option to select one Schedule type i.e. (monthly, weekly, or daily). Feel free to raise a …

DMA Hardware migration fails during Cassandra data restore

Hi Jörg, After checking the logs, we found the error : 2025-05-27 16:19:15.313|114|PollStorageTypes. System.Exception: No connection with the database. at SLCassandraClassLibrary.DBGateway.Failure.FailureStorageType`1.GetSizeInMB() 2025-05-27 16:20:19.148|128|PollStorageTypes. System.ArgumentException: Could not get the short path …

Creating dashboards from code

Hi Jeroen, My 2 cents: Don’t create 1000 dashboards to display 1000 HTML pages. Create 1 generic dashboard that contains a generic HTML component (or grid component). Use DOM to …

Hiding Subpages does not hide pagebutton

Hi Joshua, As you mentioned, the Visibility element | DataMiner Docs only hides pages and subpages—it does not affect page buttons that open subpages in a popup. Given your use case, …

LCA maps linked to charts

Hi Joel, There are multiple ways to achieve this: Add a table to your panel that contains a query which retrieves the selected element/parameter/index, based on the id in the …