Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm on windows and i need to print the job exit code in the cmd when executing the talend job from the .bat file
I can print what i want with tJava (System.out.print), so in my tPostjob im trying a tJava with System.out.println(globalMap.get( ))
But i dont know what to get to obtain the job exit code.
Resolved !
This at the end of the .bat :
echo %errorlevel%
Or in the studio with a tSystem component = > echo %errorlevel%
Resolved !
This at the end of the .bat :
echo %errorlevel%
Or in the studio with a tSystem component = > echo %errorlevel%