IDP provisioning load balancing

Hi all, In a system with IDP making the discovery and element provisioning, is it possible to define a load balancing between my agents? We have a CI Type that …

how is the flow chart of a Protocol

Hi, right now I am struggling to understand the code, after various triggers and actions I am confused. I lost the overview. I found this Video (https://community.dataminer.services/courses/dataminer-connector-integration-http-basics/lessons/http-internal-flow-introduction-and-dataminer-processes/?hilite=internal+flow) but It’s not …

DISQUE DATAMINER PLEIN

BONJOUR LE DISQUE C DE MON DATAMINER EST PLEIN COMMENT NETTOYER JUSQU’À 75 POUR CENT

Cassandra Monitor System checks

Hi community, I tried to monitor a 3 nodes Cassandra cluster with the “Apache Cassandra Cluster Monitor” driver version 1.0.2.2 The System Checks table shows two warnings for all three …

Timers triggering

Hi Dojo, several questions about protocol timers: Is there anyway to start a timer with a button parameter? Is there anyway to change the default interval? Is there anyway to …

Low-code table broken after protocol update

Hi, We recently updated one of our selfmade protocols and it broke a low-code app. The table started showing the message “Error trapped: Unable to cast object of type ‘System.Double’ …

Embedding a low-code app component in a webpage

Hi Dojo, I’m looking to embed a component from a low-code app inside another webpage. I know this is possible for dashboard components as described here, but when I try …

DynamicTableIndicesResponse Not Found in Documentation

Under the C# documentation for GetTableKeyMappings, it states that this function returns an object of type “DynamicTableIndicesResponse”. However the link to this documentation is broken and I can’t find mention …

[QAction] Fill Table with Parameters

Hi, Problem: I receive data as a JSON and I am parsing it to variables in a QAction. Now I want to put these Data (variables) in a Table. I …

Open alarm tab from script

Hi Community, Would you know if it’s possible to open a new alarm tab from an (interactive) automation script? I need to find a quick way (ideally a single click) …

URL feed to DOM instance

Hi I’m trying to feed a DOM instance to a form in Low-Code apps using the URL feed as described here: https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/Low_Code_Apps/Specifying_data_input_in_URL.html  My unencoded JSON input is: {“version”:1,”components”:[{“cid”:1,”select”:{“object manager instances”:[“334ea9a5-e3d2-4c60-82d9-373fcb9b70ae”]}]}} …