Verify cloud connection from automation script
18th January 2024
Hi Seppe, I think you should be able to use this message to know if the DMS is registered with dataminer.services (= cloud-connected). As far as I know there are …
Answer
18th January 2024
Hi Seppe, I think you should be able to use this message to know if the DMS is registered with dataminer.services (= cloud-connected). As far as I know there are …
18th January 2024
Hi Ive, The % character is part of the list of restricted characters for naming elements, services, views, etc (Naming of elements, services, views, etc. | DataMiner Docs) You can …
18th January 2024
Hi Mieke, Let me share my experience. I do have flows in Power Automate that monitors the following: – shared domain support mailbox, when a new topic/mail comes in – …
18th January 2024
Hi Jens, You can retrieve the ExitFail message by setting the “Extended Error Info” flag and then using GetErrorMessages() method. E.g., var script = engine.PrepareSubScript(“Cost and Billing – Script – …
18th January 2024
Hi Mykyta. The response I got from the support team is basically that it works as expected, that regardless of backup type – it will always have “custom” in the …
18th January 2024
Hi Sachi, A possible option here is to create a dashboard that contains the list of alarms: Save your custom alarm filter (Working with saved alarm filters) Create a dashboard …
18th January 2024
On a different note, if you have time difference among your cassandra nodes itself, you can run into this problem : Cassandra cluster node in unexpected state | DataMiner Docs.
18th January 2024
Hi Depending on the type of database you are using (Cassandra Cluster vs Separate Cassandra) there are some tools and documentation available. General information on backing up an agent: Backing …
18th January 2024
You need the same clock on all the servers that form one cluster. This is for the Cassandra, OpenSearch and DataMiner clusters. To achieve this, use the same NTP server …
17th January 2024
Hi Aditiben, I am not sure if it is possible to change the corrective action of an information template dynamically. A possible option here is using an alarm property that …
17th January 2024
Hi Samuel, In order to allow a user to use the ‘Drag-and-drop editing’ option, you need to check the following permissions: In the ‘Rights’ tab: In the ‘Views’ tab, the …
17th January 2024
Hi Steve, see the following page in our docs which explains what to do in case the system does not have an indexing database configured: https://docs.dataminer.services/user-guide/Troubleshooting/Known_issues/KI_Upgrade_fails_VerifyElasticStorageType_prerequisite.html?q=VerifyElasticStorage#fix
17th January 2024
Hi Jaroslaw, These parameters are defined in the elements that expose DCF interfaces. When you open an element that expose DCF connection, you should be able to see the DCF …
17th January 2024
Hi, There are currently no plans to support this gateway, and I actually believe this device is already EOL for quite some time… Source: PEOL 030817-00.pdf (digikey.com) So it looks …
17th January 2024
Hi Catarina, If I understand your question correctly, you should be able to use the Method FindInteractiveClient of the Engine class. It will allow you to prompt a user or …