LCA input fields validation
15th September 2026
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 …
Answer
15th September 2026
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 …
15th September 2026
Hi, A togglebutton type is only intended for a write parameter. The read parameter should have the measurement type discreet. Both read and write parameters are linked together because the …
14th September 2026
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 …
14th September 2026
Hi Maximiliano, There is currently no authoritative list or feed of vulnerabilities affecting DataMiner or its third-party dependencies. At present, the best available way to monitor this is by reviewing …
14th September 2026
Hi Sam, The Table Index list is populated with the table’s display keys, and the selected value is submitted through the display-key route. There is currently no Cube setting or …
10th September 2026
Hi Juan, You can filter on on parameter description by protocol and filter on DataMiner Element Control Protocol, here you can find the script added and other parameters linked to …
10th September 2026
Hi Alexander, Hi Jason, Thank you both for the guidance! Yes this now works on version 3.1.2.20! Small note, I had to alter my CSV format to get it to …
10th September 2026
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 …
10th September 2026
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 …
10th September 2026
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 …
10th September 2026
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 …
10th September 2026
Hi Lisa, I can reproduce your issue on version 3.1.2.14. I’ve tested it on version 3.1.2.20 (the latest version) and can not reproduce the issue anymore. Are you in a …
9th September 2026
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 …
9th September 2026
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 …
9th September 2026
Hi Bautista, The CSV export wizard of the TreeView control currently does not support M:N relations. It expects to follow a straight path down to the leaf table and fails …