Connector error – not able to get or set a row
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 …
Answer
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 …
25th January 2024
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 …
25th January 2024
Hi Michiel, Can you try to disable the “heat map” setting?
25th January 2024
There is the option under settings to have an initial selection, but I could not find a way to have no selection as the initial setting.
24th January 2024
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 …
24th January 2024
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 …