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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Job design with rollback/savepoint

Hello,

 

I have 3 jobs to update/insert the same table in the database.  Job1, Job2, and Job3. 

Here I want to do is        Job1 ---on sub job ok-->  Job2 ----on sub job ok---> Job3 

                                         | on error                       | on error                         | on error

                                     rollback                      rollback Job2 and Job1          rollback Job3, Job2 and Job1  

 

Please help me how to design the job to realize this...?  

 

Thanks for your help!

 

  

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hello,

Here is a  tRunJob component which can master complex Job systems which need to execute one Job after another.

Best regards

Sabrina