Alarm condition between 2 different table
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 …
Answer
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 …
16th April 2025
Hi Rachel, Could you share your parameter XML definition? Sometimes the HTTP status code received from an HTTP session contains more than just the code number, and if you just …
16th April 2025
Hi Amber Stopping an element is indeed faster than starting an element. Internally, it simply needs to stop the polling and unregister from certain protocols. Starting an element requires more …
16th April 2025
Hi Dojo! As a solution for our problem (and much more), now we are using the Connector “Generic Dynamic Table”. Thanks for your help! Daniel
16th April 2025
Starting a new answer so i can add a screenshot Hi Jurica, There is no need to manually enter the link to the alarm. If you create (or update) the …
16th April 2025
Hi Wale, This is currently not possible, only importing templates from components in the same LCA is supported. We do have plans to make this possible in some way, but …
16th April 2025
Hi Jurica, Thank you for the detailed information. Based on the info you provided, I believe the hyperlinks.xml approach would be the best option for you. Your hyperlinks file could …