MySQL Offload DB Schema
16th November 2022
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
Answer
16th November 2022
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
15th November 2022
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 …
15th November 2022
Hi Jeff, Once a user account has been deleted or renamed you can not access the Trend Groups of this user via Cube. However you can still delete them by …
15th November 2022
Hi Paul, There is no hard limit on the number of trendgraphs but to ensure optimal performance, we advise you not to open more than 10 trend graphs simultaneously. You …
15th November 2022
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 …
15th November 2022
Hi Jeff, If you have deleted the users from your DataMiner System it is save to delete the user folders.
15th November 2022
Hi Dominik, The first answer on the Dojo post you linked is correct, so you can indeed install DataMiner when logged in as a non-Administrator user. The user will still …
15th November 2022
Hi Arunkrishna, – The status window does show all elements of an agent that are hosted by that agent. – The migration does show those elements of an agent, but …
15th November 2022
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 …
14th November 2022
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 …
14th November 2022
Hi Stijn, here is the picture of automation scripts: Not sure why version in desciption is older than installed?!
14th November 2022
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 …
14th November 2022
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?
14th November 2022
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 …
14th November 2022
We have over 50 on a trend but I wanted to know if there was a max as I didn’t want to crash a live system. I thought someone in …