MySQL Connections

Hi Neil greeting! If you have access to MySQL workbench you can change the Max connections and apply the new setting. We usually use “max_connections=1000” on MySQL deployments. Please refer …

MySQL Connections

Hi Neil, Checking previous DataMiner installers (9.6), the maximum amount of concurrent connections is set to 1000 (Release notes). Please could you confirm which installer has been used in this …

MySQL Connections

We have seen it before that the max connections reached over 100 on some other setups, what we did in that case is just increase the max connections to 500. …

Implement Filter in script list

Thank you all, I managed to make `it work. UIBuilder uib2 = new UIBuilder(); //uib2.AppendDropDown(“opt”, new string[] { “val1|Selection 1”, “val2|Selection2”, “val3|Selection3”, “val4|Selection4” }); UIBlockDefinition uiblock = new UIBlockDefinition(); uiblock.Type …

Alarm Mask Wizard window contents

You can just go ahead and mask the alarm without filling in anything in that field.  This is optional for you to add any comments that you want to share …

Alarm Mask Wizard window contents

Hi Stefan, In that area you can optionally fill in a reason for masking the alarm. This will be added as a comment to your alarm, which you can see …

How to debug WebSocket errors in Dashboards app?

When our web applications can’t use web sockets, you’ll see the following error in the console: Upon seeing this, you can check the following things: Are web sockets installed on …

Transaction information failure

Hi Arun, Some possible clues and hints: sl_clean_alarm is a transaction DataMiner runs on MSSQL databases in order to clean out the alarm table. I would guess that either the …

Link aggregation rule to dashboard

In the new Dashboards app, it’s unfortunately not possible in 10.1.0, as this functionality has only been added in 10.1.4. In edit mode, under the Parameters data set, it’s possible …

Routercontrol bindings for styling

Hi Gerwin, The binding {Binding Model.CellDisplayValue[15]} maps to the value in the 16th column of the source table, in your case that would be parameter 1816 of table 1800, assuming …

Cassandra cluster : Number of nodes

Hi Wale, It is possible to have a one node Cassandra Cluster, so the minimum would be one. Keep in mind that this means that you have a single point …