Elasticsearch – Daily backup errors

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 …

Calling script from a driver

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 …

Calling script from a driver

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).

Element Masking – history

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.

SRM – Missing protocol link after function import

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 …

reference table entries in the visio mimic

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 …

reference table entries in the visio mimic

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.

reference table entries in the visio mimic

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 …

Save Arabic text in Parameter

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 …