What do these buttons in Dataminer IDP element do?

Hi Bing, You are correct about the ‘Refresh’ button on the ‘Pending’ page. Its goal is to refresh the information on the ‘Unmanaged Elements’ table to be in sync with …

DaaS – Upgrade DataMiner

UPDATE 18 Sept 2025: this limitation is no longer applicable and you can perform a DataMiner upgrade on a DaaS without the need to contact the DaaS team.

Dataminer AD/LDAP integration

Hi Jerome, Yes, it is possible to authenticate against AD when the DMA is not joined to the domain. The configuration is a bit different, but that is documented here: …

GQI error: missing required argument

Hi Daniel, You can solve this by setting the IsRequired bool for your GQIStringArgument to false. e.g. private readonly GQIStringArgument _myArgument = new GQIStringArgument(“My ID”) { IsRequired = false }; …

Unattended Installation

Answering my own question….. My process uses Ansible to install the pre-requisites and Dataminer onto an exting, new Windows Server 2025 machine. The install target is already joined to Active …

Dom Definition vs Section

Hi Ross, In general, choosing between using multiple sections, or splitting up in separate DOM definitions comes down to: How much data you want to store What parts of that …