How is offload file limit monitored?

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 …

browser does not support HLS

For displaying a HLS stream in Cube, you should use the Edge WebView2 webbrowser component (UseEdge).

DM in Cloud Failover issue: VIPAcquired.ps1 file

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). …

Elastic to OpenSearch

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 …

Connector error – not able to get or set a row

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 …

Way to get only the element ID in a Visio

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 …

HTTP binary data upload

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 …

HTTP binary data upload

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 …

Namespace ‘Core’ does not exist in the namespace

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 …