DOM database question
14th June 2024
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.
Answer
14th June 2024
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.
14th June 2024
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 …
14th June 2024
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 …
14th June 2024
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 …
14th June 2024
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 …
14th June 2024
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 …
13th June 2024
Hi Mark, An exception of type InteractiveUserDetachedException or ScriptAbortException will be thrown when the script is being aborted. For more information, see https://docs.dataminer.services/user-guide/Advanced_Modules/Automation_module/FAQ/How_do_I_abort_a_running_Automation_script.html
13th June 2024
DirectConnection already exists for a while. I think it’s safe to say that you can use it since DM 10.0. It existed prior to that but were still actively being …
13th June 2024
Hey Lars, I reviewed the connector but I don’t believe this functionality currently exists in the CloudWatch connector. All that’s done currently is retrieve metrics, not queue lists. In my …
13th June 2024
Hi Steve, I tried the following content and managed to import the rows: “Destination Address”,”Interval”,”Description”,”Buffer Size”,”Timeout Time”,”TTL”,”Pings Per Cycle”,”Jitter Interval” 192.168.1.1,60,Router 1,32,1000,123,4,2 192.168.1.2,60,Router 2,32,1000,123,4,2 Checking your screenshot, it seems that …
13th June 2024
Hi Mieke. Is this what you are looking for? https://docs.dataminer.services/user-guide/Troubleshooting/Logging/Consulting_the_DataMiner_logs_in_DataMiner_Cube.html
13th June 2024
Hi Greisen, Since you mentioned your xml syntax, but did not include the syntax for your groups and actions, did you take the connection attribute into account? As shown in …
13th June 2024
Hi Frederic, If I understood correctly, you would like to hide the shape that represents the destination if the generated service does not contain this child element. If I am …
13th June 2024
Hi, This is a bit of a workaround that require some steps, but this can be done with the help of the SLNetClientTestTool. Connect with this tool with your own …
13th June 2024
Hey Alberto, I’m wondering what the use case is you try to achieve here, DVE elements are there to isolate logic from a from a bigger element. Is the correlated …