string values on a table are truncated

The actual data limit is indeed here the database field. Since on MySQL it is of type TEXT the size comes down to 65535 bytes. Some notes depending if your …

Registering self-made connectors with Skyline

You can send an email to your DataMiner contact person to register the protocol entry and to provide you with the details to use in the protocol. Just registering it …

DMA Reporter is currently unavailable

My main guess would be services. Especially on MySQL systems, SLASPConnection (the process hosting this report module) requires quite some time to initialize its info for all of the services.

DMA Reporter is currently unavailable

Hi Luis The next time that the reporter is unavailable, could you check if these work? The new reporter http://localhost/dashboard/#/ The “old” reporter http://localhost/Dashboards/Default.aspx It’s also interesting to know what …

How can I fully delete and Alarm Filter from Dataminer?

Next to the above, the filters are located here: C:\Skyline DataMiner\Users\SharedUserSettings\Filters for the public/protected filters C:\Skyline DataMiner\Users\<username>\Filters for the private filters This way you can always verify if they were …

Error on setting up new DataMiner Configs

Hi Jeeva From the exception message, I’d say this would be the 1st DM config on the system. Could you verify that the folder C:/Skyline DataMiner is now a shortcut …

Bulk Alarm Filter Creation

Hi Michael, We can use a UpdateAlarmFilterMessage from an automation script to programmatically read such CSV file and then add the required filters. Due to the flexible nature of the …