Login To DM Self Managed

Hi Team, I noticed that my account is unable to log in, displaying the error shown in the image below (AFTER). Initially, it was working fine (BEFORE). Can you assist …

GQI column updation problem

I have a low code app of which the data is populated via a GQI script. The data which I am populating is parameters of the table of elements which …

Can we call another automation script from API automation script?

How can we call an automation script which is normal, from this type of script [AutomationEntryPoint(AutomationEntryPointType.Types.OnApiTrigger)] For eg. /// <param name=”requestData”></param> [AutomationEntryPoint(AutomationEntryPointType.Types.OnApiTrigger)] public ApiTriggerOutput CreateEventMonitoringService(IEngine engine, ApiTriggerInput requestData) { InitializeEngine(engine); …

Unix Logfile Reader connector

I was wondering if there are any instructions on how this connector works. I am wondering if it can alarm on specific text strings in the logfile? https://catalog.dataminer.services/details/b85c2251-3b3a-4dd6-b7c5-7f828bc129c2

Better way to delete rows

Hi Dojo, Currently, the driver is deleting a part of the total rows at once, which is taking too much time and causing an RTE to pop up. We have …

Upgrade of existing IDP on DMS

Hello Dojo Community, I have the following situation. On a DMS version 10.3.9, there is an IDP (version 1.2.0-2208) with its configurations.I want to upgrade the IDP to the latest …

Protocol measurement string with lines

Hi Dojo, I have an read/write parameter with lines. This is used in my case for a long url. First I thought it’s not working because it’s too long, but …

Python Development for Dataminer

Hi, I have found some here about the ability to use Python rather than C# as the development language used. I however wanted to check a couple of things. To …

GQI Custom Data Source

I have written code that grabs a column from a table in an element and returns a list of all unique entries. In this case it’s a list of Customers. …