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 …

Alerts not Triggered in Dataminer

Hi Roshan, Would it be possible to share some more details about your setup? How do you have your alarm templates and/or outgoing mail settings configured?