Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!!
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
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!
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