I can’t see “Create cloud share” option in the share dashboard menu
17th October 2022
Hi Mahito-san, It could be because your Groups Permissions are not allowed to share the Dashboard. Can you please enable it as below:
Answer
17th October 2022
Hi Mahito-san, It could be because your Groups Permissions are not allowed to share the Dashboard. Can you please enable it as below:
14th October 2022
Hi Christine, Currently there are still some known issues with using hostnames for the connections between DMAs. By extension the same applies to FQDNs. We’re hoping to resolve this in …
14th October 2022
Hi Michiel, I saw a similar questions in the past: Set Parameter in Automation Script failed Is the option ‘After executing a SET command, check if the read parameter or …
14th October 2022
With a bit of trial and error I managed to get to the following queries which i executed through postman on the elasticsearch cluster: search query for all alarms older …
14th October 2022
Hi Robin This issue has in the meantime already been fixed. Today we released DIS 2.39.1.26 that has that fix included.
14th October 2022
Hi Gerwin, Below some code examples in case the script is executed from a DOM button in a Low code app. Load basics var instanceId = context.ContextId as DomInstanceId; var …
14th October 2022
Hi Gerwin Retrieving FieldValues from a DOM instance can be done using the following steps: Create an object of the DomHelper class (DomHelper class | DataMiner Docs) Create a filter …
14th October 2022
Before trying to launch the jar from C# code, first make sure that you can launch the same command (java.exe -jar xxxx.jar) manually from a command prompt or terminal window. …
14th October 2022
Hi Nathan, When you delete the element all saved parameters linked to that element are removed from the database. In case you move the element with DELT, the saved parameters …
13th October 2022
The comment field of the timeout alarm will contain the IP address and the port which are configured on the interface that is timing out. This should give you the …
13th October 2022
Hi Jeroen, your object probably will have states in the background. Therefore you need to go to the behavior definition and define for each state if a field needs to …
13th October 2022
Dear Dojo community, we have a setup of two domains with individual forests. There is a trust relationship between the two forests. We are able to connect DataMiner to both …
13th October 2022
Jeff DataMiner Compute Requirements – DataMiner Dojo provides the hardware specification for the new deployments. This also shows the minimum requirements for DMA, Cassandra and Elasticsearch. You will need these …
13th October 2022
Hey Bernard, The standalone Elastic tool basically calls the _snapshot API on all the indices that are relevant for DataMiner. Elastic will then proceed to gather the data for the …
13th October 2022
To be able to use the Class Library, you’ll need to do the development with Visual Studio and DIS. Developing DataMiner protocols and Automation scripts as Visual Studio solutions | …