MySQL Offload DB Schema

Hi Elvio, You can find this information on our documentation site. Here is a link to the overview of the offload functionality, while the structure can be found here

Parse JSON Response QAction

Hi Ross, you could do something like this: List<object[]> rows = new List<object[]>(); foreach(Port port in rootobject.ports) { object[] row = new object[5]; row[0] = port.ifname; //assign all columns here …

Skyline Alerter Alarm Colors

Hi Steve, It is not possible to use the custom color set defined in DataMiner.xml in SLAlerter. Regarding the color mismatch between the balloon and the data stream : Do …

Deleting old user accounts?

Hi Jeff, If you have deleted the users from your DataMiner System it is save to delete the user folders.

Skyline Alerter Alarm Colors

Hi Steve, I think your Dummy Parameter 08 changed severity first to Major and then critical, thus showing a major alarm popup first. After you would close this major alarm …

Techex MWCore statistics interface

Hi Philip, I’ve only set this up once and was back in early 2021 but did so using the version of OpenSLL that is deployed with Git (Git – Downloads …

Meinberg NMS installation

Hi Stijn, here is the picture of automation scripts: Not sure why version in desciption is older than installed?!

Meinberg NMS installation

Hi Kestutis, Based on the error in the logging you provided, it is possible the automation script ‘Meinberg_SetupWizard_Run’ is missing. Could you send us an image of the available automation …

Meinberg NMS installation

Yes, step by step. The only step that concerns me is about administrator right. I was given a user type “Administrator”: Is it enough for installation?

Element logs shows white blank page after HTTPS upgrade

Hi Robin, It looks like the hostname that was configured in MaintenanceSettings.xml contains a wildcard *.domain.com. It should contain the actual hostname of this specific dataminer agent, e.g. dma.domain.com. The …