Visual Overview – Default alarm color for shape

Hi Robin, This is possible when your shape is linked to an Alarm Filter (ref. Linking a shape to an alarm filter | DataMiner Docs -> Options : DefaultAlarmLevel=Normal). This …

GQI – Random Row from Source

Hi Thomas, To get rid of the input parameters, you could add an extra column with a random number in your custom operator. Then you could use that new column …

how to use engine in Ad hoc data source

Hi Bernard, The engine object is only available in actual automation scripts. In GQI adhoc data sources and custom operators this is not available. However, there is the possibility to …

Problem with running DataMiner

Hey Adrian, Going by the logging it seems that the system is trying to process offload files. These files contain data that was generate when the DMA was running but …

DOM database question

Hi Jeroen, All DOM data is stored in the indexing database, so indeed OpenSearch/ElasticSearch. Feel free to check out the DOM data storage page in the Docs for more info.

Service in dashboard, select elements

Hi Stefan, I remember a similar question: Dashboard GQI Custom Operator and Services As far as I know there is no GQI data source that can provide you this information …

Enable HTTPS for Element – Dataminer 9.6

Hi, I don’t know if DataMiner 9.6 can handle Element polling through HTTPS, but I think it is possible to gain more insight by using Wireshark and looking at the …

Cassandra update and Cassandra TLS setup

Hi Seppe, I get following exception in Cassandra logs on startup: ObjectIdentifier() — data isn’t an object ID (tag = 48).  I’m using keytool from C:\Program Files\Java\jdk-22\bin. I tried with …

Cassandra update and Cassandra TLS setup

Hi, Depending on where you have the Cassandra instance installed, different versions can be used. If you are running Cassandra on Windows, it’s not possible to update to Cassandra 4.0 …

Offloads not reaching database

Regarding the lock violation issue, I connected to the DMA today to check if it could cause any side effects and to identify which file is being violated, but I …