Alarm filter picking up historical alarms
17th April 2025
Hi Curtis, When you search for active alarms, you will always get the corresponding alarm tree for each active alarm because the status is open, meaning the alarm is active. …
Answer
17th April 2025
Hi Curtis, When you search for active alarms, you will always get the corresponding alarm tree for each active alarm because the status is open, meaning the alarm is active. …
17th April 2025
Hi Catarina, please check: Managing user permissions for dashboards and dashboard folders has never been easier. 📊🚫 – YouTube also this Kata: Master Dashboard user permissions – #Kata 44 – …
17th April 2025
Hi Catarina, I tried creating & sharing a dashboard like you show without any issues. To investigate further, We would need to take a look at the permissions and WAF …
17th April 2025
Hi Trong, There is already a similar question: Retrieving Parameter name with PrameterID in automation script Hope it helps.
17th April 2025
Hi Trong, From param 65006, you can get the dataminer id, element id and parameter id. With this info, you could do something like this: int dmaId = 1; int …
16th April 2025
I ended up using ChatGPT o3-mini-high to figure out the formatting. Here is the resulting param string and the information that I had submitted to ChatGPT. “5402:[param:Evertz MUXIP Primary,9013:*/” & …
16th April 2025
Hi Marco,I think what you’re trying to achieve can be done using the conditions in the alarm template, especially since the tables are connected via a foreign key relationship. When …
16th April 2025
Hi Paul, Thanks for reporting. The table editor indeed seems to not be aware of this option and therefore marks it as unknown. I’ve created a task to update this logic …
16th April 2025
Hi Maximiliano, You will need to copy the precompiled automation script from the c:\skyline dataminer\scripts\libraries folder to the c:\skyline dataminer\files folder. Note that starting from DataMiner 10.5.5, the GQI engine …
16th April 2025
Hi Simonas, This isn’t possible using the built in search input of the table component. The search will look for the exact value in all columns, there are no special …
16th April 2025
Hi Gerwin, There is currently no way to trigger query execution without adding the query to a component. I can think of a (complicated) way to implement this: Create a …
16th April 2025
Hi Daniel, Based on your comment, maybe a possible solution could be updating the connector. You could add an exception tag on that column parameter. When setting the value to …
16th April 2025
Hi Rachel, The “value” tag in the discreet element expects an exact match. As the value is “HTTP/1.1 200” and not just “200” DataMiner cannot find a match and does …
16th April 2025
Hi David, When you create a scheduled task in a DMA (via Cube or automation script), a Windows scheduled task will be created on the server hosting that DMA. As …
16th April 2025
Hi Rachel, I suspect some other part of your connector, like the QAction that processes the responses, is writing this raw value to the parameter instead of only the code …