Source:SEP sesam Exit Codes: Difference between revisions
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
The following table contains a list of exit/status codes.</translate> | The following table contains a list of exit/status codes.</translate> | ||
{| border="2" cellpadding="4" cellspacing="0" style="width: | {| border="2" cellpadding="4" cellspacing="0" style="width:60%; margin: 1em 1em 1em 0; background: #fcfcfc; border: 1px #aaa solid; border-collapse: collapse;" | ||
|- style="background:#FFCC01; color:#002F55" | |- style="background:#FFCC01; color:#002F55" | ||
! scope="col" | <translate><!--T:6--> Exit/status code</translate> | ! scope="col" style="width: 20%;" | <translate><!--T:6--> Exit/status code</translate> | ||
! scope="col" | <translate><!--T:7--> Meaning</translate> | ! scope="col" style="width: 60%;" | <translate><!--T:7--> Meaning</translate> | ||
! scope="col" | <translate><!--T:18--> Colour</translate> | ! scope="col" style="width: 20%;" | <translate><!--T:18--> Colour</translate> | ||
|- | |- | ||
|style="text-align:center;"|'''0 o O''' || <translate><!--T:8--> The script/action has been executed successfully/is ok. || green</translate> | |style="text-align:center;"|'''0 o O''' || <translate><!--T:8--> The script/action has been executed successfully/is ok. || green</translate> |
Revision as of 14:28, 18 January 2024
Exit codes can be useful when something unexpected happens, as they can help you find the cause of the error. You may find a more detailed explanation of the possible cause of an exit code in the log file.
The following table contains a list of exit/status codes.
Exit/status code | Meaning | Colour |
---|---|---|
0 o O | The script/action has been executed successfully/is ok. | green |
1 i W | A warning occurs during the script/action execution. | orange |
2 X x E e | The script/action failed with an error. Termination without anything happening. | red |
3 C c | The script/action has been cancelled. Some data has already been processed. | red |
Aa | The script/action is active. | blue |
q | The script/action is in queue. |
You might also check out the Error Messages Guide for more specific errors and Analyzing SEP sesam Log Files that can help you identify and resolve the problem.