Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have approximately 510 tasks in QMC that run automatically every day, and I would like to know if it would be possible to change some field so that I can stop the reload of these tasks, on certain dates, instead of stopping task by task.
I'm using an old version of Qlikview Server (12.10.20500.0)
Hi @lucasx15,
Other than adjusting the start triggers for tasks, I'm not aware of a way to accomplish what you want to do via the QMC UI.
Best Regards
Hi @lucasx15,
Other than adjusting the start triggers for tasks, I'm not aware of a way to accomplish what you want to do via the QMC UI.
Best Regards
As @Chip_Matejowsky said, you cant do it from the QMC.
But I think you can "build" a solution using API.
Hi @lucasx15
Other option would be to do it at script level, probably use an external configuration file with the dates that you don't want the reload to execute and validate at the beginning the current date and exit the reload with EXIT SCRIPT; if condition is not met. Keep in mind that if there are dependent tasks this probably needs to be done there, the configuration file could be an application level, or maybe a configuration file where you can configure all the exceptions per application, it really depends on what you are trying to achieve.
The API's option as Maria mentioned is another way, you can write a program to execute tasks specific dates and use the API to trigger the reloads, customize the solution to execute reloads on specific dates.
Hope it helps.