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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Build job in TOS 7.0 not generating .java files for all the dependent jobs

When I am building a parent job in TOS 6.3.0, it is generating .java files for all the dependent and related child jobs and for routines too. This is perfectly fine. But doing same in TOS 7.0.1, it is generating .java file only for Parent job, not for child jobs and routines. I have JDK1.8-64 bit version, TOS is also 64bit and OS also 64 bit. I also checked the Windows->Preference->Java and Maven and Talend settings, they are same for both the TOS versions (6.3.0 and 7.0.1). Also I have checked JAVA_HOME and PATH variables, everything is fine. Please provide some solution. Thanks!!

Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hello,

Have you already tried right-click on the job, selected 'Setup routines dependencies' option to add all  routines?

Before building your Job,  please go to Window > Preferences, select Talend > Import/Export, and then select the Add classpath jar in exported jobs check box to wrap the Jars in a classpath.jar file added to the built Job.

Let us know if it doesn't work for you.

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi Sabrina,

 

Thanks for your response!.

I have already done both the things you have suggested. So it has the classpath.jar file added to the built job.

But still it is not creating .java files for all the child jobs and routines, creating only for parent job.

 

What do I do now, please suggest. Thanks!

 

Anonymous
Not applicable
Author

Hello,

Are you able to run your job script file(.bat or .sh) in cmd successfully without error when you build your job as "Standalone job"?

Best regards

Sabrina

Anonymous
Not applicable
Author

Sure, will try running the .bat file.
Thanks a lot!! 0683p000009MACn.png