Visio ComboBox: How to add a Clear Value
28th November 2024
Hello, I’m building a ComboBox that allows users to select values from a table. The selected value is passed to a variable, which is used by the element above (blue) …
Question
28th November 2024
Hello, I’m building a ComboBox that allows users to select values from a table. The selected value is passed to a variable, which is used by the element above (blue) …
28th November 2024
I need to do a call for the API on the referenced protocol from an automation script. The parameter that holds the information to be on the API call is …
28th November 2024
Hi, I am looking at improving stability and reliability in our dataminer implementation. Currently we seem to be experiencing some dataloss and deadlocking occasionally during high resource utilization periods when …
28th November 2024
Hi Dojo, I’m developing an internal buffer for a protocol, and after performing calculations for the worst-case scenario, the buffer size is estimated to be around 1 MB. Does this …
28th November 2024
For LCA monitoring dashboard, im able to get alarmstate of the parameter in GQI. Is it possible to add background color for a particular parameter based on the alarm state …
27th November 2024
Replicated elements | DataMiner Docs clearly states, “The source and replication DMA must use the same DataMiner version.” This is repeated in: Is replication supported across different major DataMiner versions? …
27th November 2024
Hi all! I have a DMA running on a physical server with CPU Intel(R) Xeon(R) E-2278G CPU @ 3.40GHz and 32 GB RAM; both DataMiner installation and Cassandra DB are …
27th November 2024
Just wanting to know if trending has a cost, I am looking at creating some trending templates for Btechs Appear TVs so we can keep track of issues. Also would …
27th November 2024
Do we have scripts / a solution available to create periodic backups through DataMiner for Cassandra or OpenSearch for self-hosted deployments (e.g. to trigger backup via Medusa or using OpenSearch …
27th November 2024
Hello, After a failover switch, we noticed a particular table of an element was in a Not Initialized state – and in the element log file the following error was …
27th November 2024
Hi everyone, When do we use a trigger of time “change after response” over “change”? Below is a link to the documentation containing the trigger time element. For trigger of …
27th November 2024
Hello, After choosing the About option, the license tab is empty : Following is the version info : Server version : 10.4.4.0-14113 Client version : 10.4.2409.2458-485239c4 Launcher version : 10.3.2324.534-f6dadc78 …
27th November 2024
Hi I have a table using autoincrement in column 1 (primary key). And i have a button to reload the table. The button deletes all the rows from the table …
26th November 2024
Hi everyone, I am working on an Automation script to retrieve all data from a logger table. According to the documentation (Querying logger tables | DataMiner Docs), this should be …
26th November 2024
Hi Dojo, I’m developing a Low-Code app and I need to get all elements that match a name filter in my ad hoc GQI script to have some additional process. …