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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Execution failed : tRunJob not setup or child job not found.

Hi,
I have a Parent Job where i have some child Jobs which are called using tRunJob.
When i try to Run the Parent Job, it fails and gives an error message like: "Execution failed : tRunJob not setup or child job not found." Also, when i try to see the generated code, its blank.
The codes are getting generated for all the child Jobs though. Only, the parent Job has this issue.
Also when i try to do an Export item, the parent Job says, "An Error occurred (ChildJobPath/jobname.screenshot) No such file or directory." But the Export Job happens fine.
I am using Talend 5.1.1 on Linux machine.
Let me know how this issue can be resolved.
Thanks,
Diwakar
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Possibly one of the tRunJobs is pointing to a job that doesn't exist.

Yes,
One of the SubJobs was not exported properly(an internal screenshot file was not getting generated), so while import the tRunJob was blank.
So, i duplicated the subjob and reincluded it in the Parent Job, and then its export items worked fine.
Thanks,
Diwakar

View solution in original post

2 Replies
alevy
Specialist
Specialist

Possibly one of the tRunJobs is pointing to a job that doesn't exist.
Anonymous
Not applicable
Author

Possibly one of the tRunJobs is pointing to a job that doesn't exist.

Yes,
One of the SubJobs was not exported properly(an internal screenshot file was not getting generated), so while import the tRunJob was blank.
So, i duplicated the subjob and reincluded it in the Parent Job, and then its export items worked fine.
Thanks,
Diwakar