Visio Grid Layout- button groups

Hi Gerwin, Unfortunately, there currently is no support for setting the layout option on shape groups. As a workaround you’ll need to extract everything of the group shape into their …

Correlate Alarms by Element Name

Hi Ryan, Since you’re grouping per element anyway, I’d advise to leave the “correlate across DMAs” checkbox unchecked. (all alarm events that need to be grouped together are originating from …

Dataminer System Credentials and Access

Hi Matthew, DataMiner supports several options for centralized authentication: LDAP, SAML, RADIUS, and Crowd authentication. You can find an overview of the possibilities in the help pages here.

Dataminer System Credentials and Access

Hi Matthew, This should not be a problem, DataMiner supports several Identity and Access Management services (for example Active Directory, CROWD). DataMiner also supports SAML authentication, meaning any Identity Provider …

Move MySQL database to different DMA

Hi Jeff, In the past, I’ve used mysqlpump.exe or mysqldump.exe to do this. For example: mysqldump.exe -u[username] -p[password] SLDMADB > backup.sql You can then import again by using mysql.exe (typically …