LCA Timeline Groups with multiple Queries
16th September 2026
There is an open issue on our backlog to tackle this. A workaround for this is to avoid using multiple queries by combining them into one. One way to achieve …
Answer
16th September 2026
There is an open issue on our backlog to tackle this. A workaround for this is to avoid using multiple queries by combining them into one. One way to achieve …
16th September 2026
Hi Mieke, I don’t know if there is a better way to handle this, but one approach could be to introduce an extra layer between the scheduled task and the …
16th September 2026
May I assume Scheduled task = configured on 1 specific agent. So it will always run automation in the same SLAutomation Process. If that is the case, could I perhaps …
16th September 2026
I don’t believe these really mean anything. I couldn’t trace back where these “Multiple” entries in the documentation originate from, but none of the offload database definitions that we have …
16th September 2026
Hi Miguel, this appears to be a genuine issue where the updated redundancy derivced element name is not correctly being propagated in runtime memory. The issue is being tracked under …
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 …