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 …

Edit element IP from Automation

Hi Pedro, Can you check my answer to this other question Change Polling IP from a Automation? – DataMiner Dojo It is similar to what you are after and in …

Change Polling IP from a Automation?

Hi Rosalia, The reason for it being read-only is that it reflects the IP address of the main connection when an element may have multiple ones. Via automation, it is …

Migration from Elastic to OpenSearch

Hello Jeeva, At the moment, this functionality isn’t available. However, we’re actively developing a migration tool, and it’s currently in the testing phase. It should be ready for use soon. …

Dataminer Login Failed

Hi joshua! From the SLDataminer log messages, I can see that your nats and nas services are indeed not running. A possible cause for this could be because of Windows …

Unit tests invalid “nullable” values

In the project file, you’ll have to disable both nullable and implicit usings. QActions use C# 7.3 but these features are not supported in that language version. (the reason that …