Elasticsearch – Daily backup errors
14th September 2021
Hi Tiago, I doubt the snapshot will contain all indices it lists in the logging. From 10.1.4 onwards we have added null checks there that should help handle it beter …
Answer
14th September 2021
Hi Tiago, I doubt the snapshot will contain all indices it lists in the logging. From 10.1.4 onwards we have added null checks there that should help handle it beter …
13th September 2021
Adding to the answer above since the documentation doesn’t describes in case you need to pass parameters to the script. In the scriptOptions array you can also have and item …
13th September 2021
It is possible to execute a script from a driver. To do so, call the ExecuteScript method as specified in the connector development user guide (Link).
13th September 2021
There are different ways to do it. You can for example open the alarm card for the element and filter the history of alarms for the desired period.
13th September 2021
Hi Jeroen, DataMiner (once running) will continue to work when DB is unreachable. At that moment, DataMiner will go into offload mode and store all the information for DB into …
13th September 2021
Hey Wannes You should be able to add arguments in the cube launcher under the advanced information (see screenshot).
13th September 2021
Hi Wannes, There is no “debug mode” available in Cube. If you want to have debug information, you can go to the Logging in System Center and turn on the …
13th September 2021
Hi Jens, That functionality should be working When exporting a parameter, it will only contain the references of the protocol linked with the function that you are exporting. If you …
13th September 2021
You can do this with the Parameter shape data. Case 1: Your Visual Overview is NOT linked to the element. First step: Link a shape to an element with the Element shape …
13th September 2021
Hi Pengf, This is thoroughly explained in the help: see Linking a shape to an element parameter. This is also mentioned in the Visual overview course.
13th September 2021
Hi, You can do that by using the ‘Parameter’ shape data. You can reference the primary or display key of the row by making use of the ‘:’ for static …
13th September 2021
Hi, Does the driver have the unicode option in the protocol type specification? Something like < Type relativeTimers=”true” options=”unicode” If this is not specified then the driver uses by default …
10th September 2021
The query for the singe connection can be done like this. You just need to provide a unique key for a single line. In this case this would be “Source …
10th September 2021
It seems you can’t do it on the quick search bar, but creating a new tab with a custom filter allows you to use regex. see the screenshot below to …