Visio: Alarm table Overview by using filter View Name
22nd September 2026
Hi Tim, Most probably I am missing something, but when you select a view and then select Alarms, you should be able to see the alarms linked to the view: …
Answer
22nd September 2026
Hi Tim, Most probably I am missing something, but when you select a view and then select Alarms, you should be able to see the alarms linked to the view: …
22nd September 2026
Hi Berman, Cassandra 5.0 is recommended : see DataMiner Compute Requirements | DataMiner Docs. (but all supported Cassandra versions are supported by us) OpenSearch 3.X : see Installing an OpenSearch …
21st September 2026
Hi Juan, A Grid component may be a good fit if you want to display the filtered GQI row. Each GQI row becomes an item in the Grid, and you …
18th September 2026
Hi Carlos, thanks for the reply, but your solution doesn’t work for me. I’ve already tried something similar, but even with that approach, I only get the result from one …
17th September 2026
Hi Christoph, Indeed we need to use a JOIN to accomplish this. In this case, I used a LEFT JOIN, with the two columns I selected being the Display Key …
17th September 2026
Hi Jens, If this script is built using the SDK, you can configure it to Generate a DataMiner Package in the csproj file when you run dotnet build on the …
17th September 2026
The DMS was accidentally unregistered, instead of renewing the connection, which leaves it in an unrecoverable state. Contacting techsupport, as was done in this case, is the recommended way to …
17th September 2026
Hi Jens, The reason DIS behaves this way is to ensure that a script is always published with the same runtime context and dependencies that it will have when deployed …
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 …