I am not able to sign-in to DataMiner Cube App
25th January 2024
The connection to Ziine.Skyline.be was resolved by using the gRPC on ‘connection type’
Answer
25th January 2024
The connection to Ziine.Skyline.be was resolved by using the gRPC on ‘connection type’
25th January 2024
Hi Bing, The size of 10GB is enforced on the SQLite database level, we calculate the actual amount of data stored in the database file(s) and stop writing if the …
25th January 2024
For displaying a HLS stream in Cube, you should use the Edge WebView2 webbrowser component (UseEdge).
25th January 2024
Hi Ladan, I was wondering how things are currently. My appologies for net getting back to you sooner! Next week our newer DataMiner Feature release version will be released (10.4.2). …
25th January 2024
Hi Jeroen, The procedure is feasible as each of the two Opensearch clusters are treated independently. However this would require downtime of the DMS from step 5 onwards up until …
25th January 2024
Hi Frederic, You can have these errors when using GetParameterIndex or SetParameterIndex. The second argument of these methods is the 1-based row number of the cell that you want to …
25th January 2024
Hi Min, I believe notice alarms need to be manually cleared by selecting them and from the right-click menu clear them. I’m not sure why it’s a manual process though. …
25th January 2024
Hi Ailton, Following the answer Jarno, a better regex expression would be \d+\/(\d+) instead of \/(.*) as the one mentioned would only remove the / and leave everything else and …
25th January 2024
Hi Ailton, You can make use of the RegexReplace placeholder: [RegexReplace:\/(.*),[this elementid],$1] Kind Regards, Jarno
25th January 2024
Hi Jelle, When the Content-Type header doesn’t contain a charset, the data is automatically encoded as UTF-8. In this case that’s not desired because you want to send the raw …
25th January 2024
Hi Jelle, Internally there are 2 types of parameters: a double or a string. In this case a string is being used and is interpreted as such. The bytes that …
25th January 2024
Hi Ive I have taken a look at your setup and I can confirm that you are having an issue we have recently fixed. The grid component displaying the raw …
25th January 2024
Hi Jaroslaw, Can you elaborate a bit more your question? Maybe if you can include screenshots about the tables that you would like to use in Node Edge? In order …
25th January 2024
Hi Sylvain, If you create a protocol solution using a recent version of DIS, all you have to do is add a reference to the Skyline.DataMiner.Core.DataMinerSystem.Protocol NuGet package (this package …
25th January 2024
Hi Michiel, The alpha channel of the cell color is based on the cell value itself and the possible min/max value of that cell. Note that the display value of …