How to debug WebSocket errors in Dashboards app?
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 …
Answer
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 …
2nd March 2022
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 …
2nd March 2022
No, sprints are not mandatory.. however, in practice almost every squad in Skyline uses sprints because they decided it works best for them. Often in combination with aspects of Kanban. …
2nd March 2022
Thanks to Jens Vandewalle who built a specific driver, weighted (taking in account the population for each city) and unweighted (RAW) SLA average are now available. This allow our customer …
2nd March 2022
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 …
2nd March 2022
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 …
2nd March 2022
For contributing bookings the service is indeed created when the booking gets converted to a contributing resource. Using the same name will also create the resource with the same name, …
2nd March 2022
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 …
2nd March 2022
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 …