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 …

How use Pop-up in dashboard ?

Hi Jaroslaw, You cannot do this with a dashboard, but you can with a low code app. This can be done by configuring a template on the column you want …

Custom parameters in an install package

Hi Benjamin There is no support for this as the app packages don’t have an interactive installer. Alternatively you can read out a file on the system from within the …

DataMiner connectors – minimum DataMiner version

Hi Thomas, There is no straightforward check to know the absolute minimum supported DataMiner version of a connector. Typically a developer will initially develop against the minimum supported version of …