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

TOS Exit Codes

Hi everyone
Does anyone know if there is a list of Talend Exit Codes, and their meaning?
I have a job that shows the following:
Starting job SUBSCRIPTION_MEASURES_MNTH_1 at 15:09 15/07/2009.
Job SUBSCRIPTION_MEASURES_MNTH_1 ended at 15:11 15/07/2009.

There are a whole bunch of steps, whose log information is not being displayed here. These steps all have stat catcher set, but for some reason I dont get a log file and I get the exit codes above.
Any ideas?
Labels (2)
8 Replies
Anonymous
Not applicable
Author

Hello
if it returns 0, means the job works fine.
if it returns 1 or any other digit, means the job works failed.
Best regards

shong
Anonymous
Not applicable
Author

Hi
Thanks for the reply
I was hoping to get a more detailed breakdown. Would like to know what the individual codes mean?
Anonymous
Not applicable
Author

hi i also have the same request
when the job finishes with error, exit code is sometimes "1" and sometimes "4".
what is the difference?
where can i find a list of exit codes?
thanks
Anonymous
Not applicable
Author

hi i also have the same request
when the job finishes with error, exit code is sometimes "1" and sometimes "4".
what is the difference?
where can i find a list of exit codes?
thanks

Do you customize the exit code in the job using tDie or tWarn componet?
Best regards
Shong
Anonymous
Not applicable
Author

hi,shong
yes, i use tDie! and "4" is set for tDie's default error code.
so, if i wanna finish with "1" when error occurs, i can set the error code to "1".
is that right?
thanks
Anonymous
Not applicable
Author

hi,shong
yes, i use tDie! and "4" is set for tDie's default error code.
so, if i wanna finish with "1" when error occurs, i can set the error code to "1".
is that right?
thanks

Yes, you are right, set the error code to 1 if needed.
Best regards
Shong
_AnonymousUser
Specialist III
Specialist III

Hi 
Exit code =1 has a specific meaning, Refer the link for more information.
Beside that one can give a number in tDie component of his/her choice.
_AnonymousUser
Specialist III
Specialist III

Hi 
Exit code =1 has a specific meaning, Refer the link() for more information.

Beside that one can give a number in tDie component of his/her choice.