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 …

Surveyor – See element IP address after name

Hi Henrique, As far as I know, this is not possible. Tom’s suggestion will be the best approach. Keep in mind that you can also create an overview that contains …

Surveyor – See element IP address after name

Hi, 1 way it to use element properties: Step 1: create element property Step 2: you will need an automation script which fills in the Main IP address for each …

Surveyor – See element IP address after name

Hi Henrique, You can add the IP Address as an property on your element. Make sure that option Display this property in the Surveyor is checked. More info can be …

Can you pass data between automation scripts?

If both scripts would need to be started from a visual overview, it is also possible to store the info in session variables by using the “AddScriptOutput” function like this: …