MySQL Connections
4th March 2022
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 …
Answer
4th March 2022
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 …
4th March 2022
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 …
4th March 2022
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. …
4th March 2022
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 …
3rd March 2022
Hi Maximiliano, Perhaps you want to check this other question with a complete explanation of using an alarm repository to retrieve history alarms.
3rd March 2022
This should actually already work for both scenarios when using the <DMAIP> placeholder and HTTPS. If not, then we’ll have to further investigate, but we expect this to work.
3rd March 2022
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 …
3rd March 2022
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 …
3rd March 2022
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 …
3rd March 2022
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 …
3rd March 2022
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 …
2nd March 2022
Hi Miguel, The behavior is exactly as you described above. However there seems to be an issue with this filter functionality. Could you create a task so we can look …
2nd March 2022
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 …
2nd March 2022
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 …
2nd March 2022
Hi Alberto, This specific error indicates a mismatch between the list of logged in users as known by the SLDataMiner and SLNet processes. In this case, it’s basically SLDataMiner receiving …