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 …

Move MySQL database to different DMA

Hi Jeff, i tried copying the files manually before but this gave me trouble with corrupted system files in MySQL, if i want to move manually the DB i use …

AutomationScript – Alternative to ‘WantsOnChange’?

Hi Vasco, The WantsOnChange is indeed an option to have automatic delayed update on a control. However, you can configure the option ‘updatevalueonenterkey’ when you use datetime controls. When this …

Element Alarm summary

Hi Julien, Not sure if you tried with our Correlation module before, but I see that you could have a simple correlation rule that groups all the alarms per element. …

ChartDir.lic usage

It’s a license file for a 3rd party component (ChartDirector) that is used in the legacy Reporter. (Note, it’s located at C:\Skyline DataMiner\Files\chartdir.lic, so not in the C:\Skyline DataMiner\ folder.)

Correlate Alarms by Element Name

Hi Ryan, At first sight I don’t see anything wrong with the correlation rule. Is it possible to add a screenshot of the “Actions” section of your correlation rule as …

Streamviewer SOCKET ERROR

Hi Carlos, Are you able to verify if connectivity towards the device from the DataMiner server is working as expected? An easy way to verify this is by opening an …

Dataminer log files forwarding to a syslog

Hi Simone, That’s not natively available in DataMiner.  It would be possible though to plug in a connector for that, which basically takes the log files (or a filtered subset …