Disposable Objects in DataMiner

Hello Dojo, I have a driver that uses an HttpClient to communicate with an API. For all of the API calls, we simply initialize the Http object, sends the request, …

NATS configuration issue

Hi Dojo, On one of our clusters I’m running the BPAs and I’m getting an error from the NATS BPA: – NATS client could not communicate with a NATS client …

check a table for specific value

Hi All I am trying to check a table and if a row has a specific value in a parameter such as “Not Processed” then this will trigger another method. …

GetAlarmDetails in a Swarming DMS

In a DMS that is configured for Swarming, how do use GetAlarmDetails in Client Test? The previous AlarmID and ElementID are now marked as deprecated, but I don’t know what …

Updating a table row

Hi All I am currently looking at a connector, that when updated is using protocol.AddRow, this is going to lead to a new entry added to the table everytime. Is …

Pre-fill filter component via URL

Hi all I have a question that maybe sounds silly but I was confused and I wasn’t able to find the docs related My question is: is possible to pre …

Get rid of “Commas”

Hi, I think this is a easy question to the experts in Regex, I’m not one of them. I will get rid of a comma with help of Regex in …

Match Regex in Queries (Low-code App)

Hi, I have no more hair left after trying to show correct data in queries. I have channel name with lots of “rubbish” in the column that I will not …

In a LCA how to apply table selected DOM instance name as panel title

In documentation https://docs.dataminer.services/dataminer/Functions/Dashboards_and_Low_Code_Apps/Low_Code_Apps/Style_guide.html is mentioned: Panels Show additional information in a side panel on the right for each item on a page. If your panel updates based on a selection, …