Update GQI DxM on a DaaS system
9th April 2025
Hi Willem, Since DaaS is offered as a service, you will have to contact daas@dataminer.services for this as this requires access to the DataMiner node. Kind regards, Wouter
Answer
9th April 2025
Hi Willem, Since DaaS is offered as a service, you will have to contact daas@dataminer.services for this as this requires access to the DataMiner node. Kind regards, Wouter
9th April 2025
Hi Maxime, Sharing a Low-Code App via Cloud sharing is currently not possible. “At present, only dashboard sharing is supported.” Source: DataMiner Sharing | DataMiner Docs Kind regards, Wouter
9th April 2025
Changed: string inputString = row.GetValue<string>(_inputColumn); string inputString = Convert.ToString(row.GetValue(_inputColumn.Name)); Then i can do an IsNotNullOrEmpty check
9th April 2025
Hi David, The comments don’t seem to be entirely correct, we will look into improving that. I did a quick test, and you cannot skip the task type neither the …
9th April 2025
Hi Gerwin, I recall having a similar issue in the past. In this case, most probably one of the cells in the column is empty. To further investigate this issue …
9th April 2025
How I did it: Parameter Group dynamicId should be pointed to DVE table (table which will create DVEs) then it will automatically create all interfaces for all DVEs (one row …
9th April 2025
Hi Stefan, If I understand this well your current cluster is not yet making use of an indexing database (elasticsearch / opensearch) and is running the local cassandra database in …
9th April 2025
Hi Ryan, See below question that deals with similar use case: Behavior or show/hide shape based on element property value when property is empty Hope it helps.
9th April 2025
Hi Roger, You would indeed loose the trend and alarm history, and also saved parameter will be lost (=this might contain some element settings). But apart from that, I believe …
8th April 2025
Answering my own question… There’s a persistent setting that can be applied. It would be nice if this could be done through the Elastic/Opensearch cluster monitor PUT /_cluster/settings { “persistent” …
8th April 2025
Hi Paul, Unfortunately, that is currently not possible to do. It is a current limitation that is on our road map to tackle.
8th April 2025
Backups are taken based on the poll interval set in the Poll manager table for ‘Get Backup’. You can disable this automatic backup by disabling the polling in the table. …
8th April 2025
Hi Gerwin, you can probably speed up the reindexing by dropping some indexes that are not crucial for your operations. In the past when I was doing these kinds of …
8th April 2025
Hello Paul, The safest way to delete uses is via Cube – System Center – delete one at the time (like you have mentioned). Regarding the users folder, better is …