Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
when building my job
from a directory point of view (urenControle) the result is an empty zip file. In 6.5.1 this was no problem.
Then building a job, like updUrenGegevens 1.10, I got a zipfile, but this one has serious problems implementing the correct context. It gets the development context instead of the production context.
The .sh file has the --context=Production at the end of the statement.
Has anybody the same problems as I do?
Best regards,
WIlco Groothand
Hello,
Before building your Job, could you 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 to see if it works?
Best regards
Sabrina
Hello,
Before building your Job, could you 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 to see if it works?
Best regards
Sabrina
Thanks Sabrina!
That did the trick.