Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Mastering Change Data Capture: Read Now
cancel
Showing results for 
Search instead for 
Did you mean: 
lucasx15
Contributor III
Contributor III

Pause reload QMC

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)

Labels (1)
1 Solution

Accepted Solutions
Chip_Matejowsky
Support
Support

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

Principal Technical Support Engineer with Qlik Support
Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

3 Replies
Chip_Matejowsky
Support
Support

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

Principal Technical Support Engineer with Qlik Support
Help users find answers! Don't forget to mark a solution that worked for you!
Maria_Halley
Support
Support

@lucasx15 

As @Chip_Matejowsky said, you cant do it from the QMC.

But I think you can "build" a solution using  API.

https://help.qlik.com/en-US/qlikview-developer/May2022/Subsystems/QMSAPIref/Content/PIX.QMSAPI.DataO...

NadiaB
Support
Support

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. 

 

Don't forget to mark as "Solution Accepted" the comment that resolves the question/issue. #ngm