Alarm condition between 2 different table

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 …

AdHoc Issue – Could not load file or assembly

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 …

Multiple value search in LCA Table component

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 …

LCA trigger adhoc source on buttonclick

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 …

Scheduler Tasks and Cluster Behavior

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 …

Element Start-Up Time When Using Automation Script

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 …

LCA : Grid Templates

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 …