LCA input fields validation

Hi Alija, There is no way to validate input using the input components in LCAs. Instead, you can do this using interactive scripts, which can be embedded in LCAs using …

Adding the script condition ‘count(*)’ as a range

Hi Ken, You can achieve this by configuring two separate script conditions combined with an AND operator: Is Script condition  count(*) >=4 And Script condition  count(*) <7 Because both conditions …

MediaOps Live : ConnectionHandler

Hi Sion, ConnectionHandler script should be placed under MediaOps>ConnectionHandlerScripts folder in the Automation module . Is that the case ? Did you add the “Action” and “Input Data” arguments to …

Import Ping Configuration on a new Generic Ping element

Hi Lisa, As Jason noted, this problem should be resolved in the latest Generic Ping version. According to version history in Catalog (Generic Ping | Catalog | dataminer.services), version 3.1.2.16 …

Notes displayed in Visio-Drawings?

Hi Simon, You could trigger an automation script to start when the Visual Overview gets opened and report the result back to the Visual Overview. Keep in mind that the …

Assistance for DMA Element Migration

Hi Juan, As a starting point, please refer to the element migration documentation here. In addition, there are previous Dojo questions that provide more detail on the process here and …

Dataminer ConnectApp call

Hi, would it be possible for a cloud connected onPrem System? Running ConnectApp and then any Webservice Call works fine on local DNS but on the could one: ***.on.dataminer.services i …

Possible causes for DMA ID = 0 or -1

Hi Jordy, DMA ID = -1 is the initial value on a fresh install. If it remains on that value, it means registration either never occurred, or failed. The easiest …