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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Oggy172
Creator II
Creator II

Chained Reload not executing

Hi folks,

I have a few jobs that are routinely reloaded based on the previous one succeeding (using the inbuilt scheduler) - and have been working fine for weeks. 

However, last week one part of the chain stopped working. It just doesn't execute any more.

I've tried deleting and recreating the schedule, but still nothing. 

Any pointers?

The task chain is basically:

1 -- ILE_Production (Timed)

2 -- StaticData (Dependent on the above succeeding)

3 -- VE_Production_Consumption (Dependent on the above succeeding)

4 -- production-variance-finance-extract (Based on above succeeding) This is the one that doesn't run

5 -- Production Variance (triggered by above succeeding)

6 -- Production Variance QVD Generation (triggered by above succeeding)

 

ve_production_consumption

Oggy172_1-1756463518355.png

running daily as expected:

Oggy172_2-1756463642540.png

production-variance-finance-extract (the job that's not running) - last run is not populated as I rebuilt the schedule in the hope it fixes it.

Oggy172_3-1756463752500.png

was running, and just stopped? 

Oggy172_4-1756463847249.png

 

However, the dependent task is 100% returning SUCCEEDED status 

 

Oggy172_5-1756463993488.png

 

 

 

Labels (3)
2 Replies
marksouzacosta

Hi @Oggy172 ,

If you are familiar with Postman and Qlik REST APIs you could check it the task ids are properly setup:

marksouzacosta_0-1759252750257.png

 

Check these end-points for more details:

https://qlik.dev/apis/rest/tasks/#get-api-v1-tasks

https://qlik.dev/apis/rest/tasks/#get-api-v1-tasks-id

 

Regards,

Mark Costa

Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com

Oggy172
Creator II
Creator II
Author

Hi Mark,

 

Appreciate the reply.

 

I fully deleted the task chain and recreated it to fix, as I couldn't have it not running overnight, the fallout was too great.

If it represents itself, I'll check it via postman.

 

Cheers