Source:SEP sesam Exit Codes
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 codes.
Exit code | Meaning |
---|---|
0 | The script/action has been executed successfully. |
1 i | A warning occurs during the script/action execution. |
X x e 2 | The script/action failed with an error. Termination without anything happening. |
C c 3 | The script/action has been cancelled. Some data has already been processed. |
Aa | The script/action is active. |
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.