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 …

Slow down SNMP Table polling

Hi Robert, this is probably not completely what you’re looking for, but maybe have a look at the “pollingRate” option. See https://help.dataminer.services/development/DataMinerDevelopmentLibrary_Customer/part3MarkupLanguage/MARProtocolParams/Protocol_Params_Param_ArrayOptions_ColumnOptions_ColumnOption.htm?rhhlterm=pollingRate#XREF_25524_pollingRate. With this option it’s possible to slow down the …

SMS not being received

Hi Arunkrishna, That is a known issue that should have no impact on the main SMS functionality. The error is logged when the SLGSMGateway process tries to send an update …

Implement Filter in script list

Hi Catalin, As an alternative to using those UIBlocks directly, you could use the IAS Toolkit. It’s a handy framework that allows for cleaner code, hides the UIBlock logic and …

How to enable/disable correlation rule from code?

Hi Ruben, you can use one of the below methods as a starting point:     /// <summary> /// Enables the correlation rule refered by folderName and ruleName /// </summary> /// <param …

NotifyProtocol – User Groups clarification

Hi Alex, It would be good to understand your use-case. It is not common practice to manipulate users / groups via a connector. When better understanding where your need comes …