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: 
root
Creator II
Creator II

Sub-job not executing

I have a strange problem. I have a main job which calls a couple of subjobs.

 

Main job:
tJava (set context values) --> tRunJob (call the subjob)

 

I pass on the contexts set in the main job to the sub-job. The problem is:

  • When I run the subjob manually, it executes perfectly fine
  • I print the contexts (sent from main job to subjob), it is listed correctly
  • However, when I execute the main job and it calls the sub-job, the process hangs.

I am out of options trying to figure out whats going wrong here. How can I troubleshoot this? 

Any help is appreciated.

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Have you tried deleting the tRunJob in your Main job and re-adding the child job. I've seen situations where this fixes issues like you're describing.

View solution in original post

5 Replies
Anonymous
Not applicable

Have you tried deleting the tRunJob in your Main job and re-adding the child job. I've seen situations where this fixes issues like you're describing.

root
Creator II
Creator II
Author

Ahh, i did not try this. I tried restarting talend and my computer. Thanks.
Anonymous
Not applicable

Let us know if it works

root
Creator II
Creator II
Author

Yes, that helped. I will keep it in my troubleshooting list!
Anonymous
Not applicable

Glad it helped