Is it possible to directly load a “SetVar” session variable with?
5th November 2025
Hi Dojo! I tried to set up a variable to pass it to an execute for an automation script. It works fine with a “SetVar” for a PageVariable, but I …
Question
5th November 2025
Hi Dojo! I tried to set up a variable to pass it to an execute for an automation script. It works fine with a “SetVar” for a PageVariable, but I …
5th November 2025
While running the SLCCMigrator tool, we observed that Dashboards stopped populating historical data. This behavior was not present prior to the Cassandra migration process and Cube still gathered this information …
5th November 2025
Hi Dojo, When a new version is released, apart from the notification on cube client nd researching the release notes, Is there another mechanism to be notified of new releases …
5th November 2025
Hi All I have a string that I am retrieving from a PID which follows the format A;B;C;D How do I split the string up so each part in the …
5th November 2025
Hi Dojo, I’m configuring a Scheduler Task to send an email with a Dashbord as PDF report. This Dahsboard has a timespan component with a “Last 7 days” value by …
5th November 2025
When running the SLCCMigrator tool, we are seeing “Db Failing” indications from many of our server pairs. Everything would seem ok when looking at the DB and DataMiner app. Is …
5th November 2025
Hello Dojo, We’re evaluating Cassandra transition architectures in the context of a legacy DMS cluster to use newer versions of Cassandra (locally to start with, then possibly moving to a …
5th November 2025
Hi everyone, I’m testing the Kafka Consumer protocol (Generic Kafka Consumer) across two DataMiner agents with identical configuration parameters, both meant to consume messages from an AWS MSK (Kafka) cluster …
5th November 2025
Hi, in LCA when using start from query, when both querys are used on the same page is the query that is being used by another query executed twice? I …
5th November 2025
Hi I have cube on Server and on client PC, alarms are updating on the DataminerCube of Server PC but it not updating on the DataminerCube of client PC, can …
4th November 2025
We need to have this query: All contacts not applied to selected event SELECT c.* FROM CONTACTS c LEFT JOIN EVENT_CONTACTS ec ON c.ID = ec.ID_contact AND ec.ID_event = [linked …
4th November 2025
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, …
4th November 2025
Hello Dojo, We are planning to move an element in a DMS with a clustered database (CassandraCluster + Elasticsearch) via the following procedure: Export an element to a .dmimport package. …
4th November 2025
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 …
4th November 2025
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. …