Move MySQL database to different DMA
19th November 2021
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 …
Answer
19th November 2021
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 …
19th November 2021
Hi Vasco, Specifically for your use case, a new option WantsOnFocusLost was added. This is available from 10.1.10 onwards and will only trigger if the user focusses on an other …
19th November 2021
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 …
19th November 2021
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. …
19th November 2021
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.)
19th November 2021
Hi Fernando, You can configure which NIC needs to be used on the “synchronization” page of your failover configuration. You can find some details on this section in the help.
19th November 2021
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 …
19th November 2021
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 …
18th November 2021
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 …
18th November 2021
No, the only way to achieve this is by setting up an executor monitor that watches 2 session variables and combines them in one new session variable (more info is …
18th November 2021
If you can manage to get the IP (or any other information you want to display) into a ‘custom element property’, you can show it in the surveyor via the …
18th November 2021
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 …
18th November 2021
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 …
18th November 2021
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 …
18th November 2021
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: …