Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to perform Restart of Job from starting from the Point of Failure in TOS

Hi Team,

 

I have master job which have 20 child jobs.

How can perform the scenario like below.

 

In case of any child job failure I should be able to restart the whole job from the Job it fail.

For example:  total 20 jobs -> failed at 10 child job -> start from 10th  Jobs instead of beginning.

I don't have access to use the Talend tool after I give the build to my client.

Is it still possible without using the tool to manually start the job from 10th Job in TOS?

 

Please suggest.

Labels (2)
1 Reply
Anonymous
Not applicable
Author

The easiest way of doing this is to set up a database table to be used as a log. At the beginning of each of child job, send a started message to the table for the child job and when it finishes, send a finished message. Then at the beginning of the parent job, perform a query of the dataset to see whether the last run completed successfully.