Source:SEP sesam Exit Codes: Difference between revisions

From SEPsesam
No edit summary
m (Added links to Troubleshooting)
Line 10: Line 10:
{|style="margin: auto; margin-bottom:1em; width:100%; border:0px solid grey;"
{|style="margin: auto; margin-bottom:1em; width:100%; border:0px solid grey;"
| rowspan="2" style="padding:0px 10px 0px;" | [[File:SEP_next.png|45px|link=Error_Messages_Guide]]
| rowspan="2" style="padding:0px 10px 0px;" | [[File:SEP_next.png|45px|link=Error_Messages_Guide]]
| style="padding:0px 40px 0px 10px; color: grey; font-size: 90%; text-align:left;" | See also: [[Special:MyLanguage/Error_Messages_Guide|Error Messages Guide]] – [[Special:MyLanguage/4_4_3:Analyzing_SEP_sesam_Log_Files|Analyzing SEP sesam Log Files]]
| style="padding:0px 40px 0px 10px; color: grey; font-size: 90%; text-align:left;" | See also: [[Special:MyLanguage/4_4_3:Analyzing_SEP_sesam_Log_Files|Analyzing SEP sesam Log Files]] – [[Special:MyLanguage/Troubleshooting_Guide|Troubleshooting Guide]] – [[Special:MyLanguage/Error_Messages_Guide|Error Messages Guide]]  
|}
|}


Line 23: Line 23:
| style="padding:0px 40px 0px 10px; color: grey; font-size: 90%; text-align:left;" | Problems? Check [[Special:MyLanguage/Troubleshooting_Guide|Troubleshooting Guide]].  
| style="padding:0px 40px 0px 10px; color: grey; font-size: 90%; text-align:left;" | Problems? Check [[Special:MyLanguage/Troubleshooting_Guide|Troubleshooting Guide]].  
|}</div>
|}</div>
Exit codes can be useful when something unexpectedly happens as they can help you find the cause of the error. A more detailed explanation of the possible cause of an exit code may be in the log file.
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 the exit codes.
The following table contains a list of exit codes.


{| border="2" cellpadding="4" cellspacing="0" style="width:50%; margin: 1em 1em 1em 0; background: #fcfcfc; border: 1px #aaa solid; border-collapse: collapse;"
{| border="2" cellpadding="4" cellspacing="0" style="width:50%; margin: 1em 1em 1em 0; background: #fcfcfc; border: 1px #aaa solid; border-collapse: collapse;"
Line 50: Line 50:
<div class="noprint">
<div class="noprint">
==See also==
==See also==
[[Special:MyLanguage/Error_Messages_Guide|Error Messages Guide]] – [[Special:MyLanguage/4_4_3:Analyzing_SEP_sesam_Log_Files|Analyzing SEP sesam Log Files]]</div>
[[Special:MyLanguage/4_4_3:Analyzing_SEP_sesam_Log_Files|Analyzing SEP sesam Log Files]] – [[Special:MyLanguage/Troubleshooting_Guide|Troubleshooting Guide]] – [[Special:MyLanguage/Error_Messages_Guide|Error Messages Guide]] </div>

Revision as of 15:13, 14 July 2022

Copyright © SEP AG 1999-2024. All rights reserved.

Any form of reproduction of the contents or parts of this manual is allowed only with the express written permission from SEP AG. When compiling and designing user documentation SEP AG uses great diligence and attempts to deliver accurate and correct information. However, SEP AG cannot issue a guarantee for the contents of this manual.

Draft.png WORK IN PROGRESS
This article is in the initial stage and may be updated, replaced or deleted at any time. It is inappropriate to use this document as reference material as it is a work in progress and should be treated as such.
Docs latest icon.png Welcome to the latest SEP sesam documentation version 4.4.3/4.4.3 Beefalo V2. For previous documentation version(s), check documentation archive.


Overview

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 has been executed successfully.
1 i A warning occurs during the script execution.
X x e 2 The script failed with an error.
c C 3 The script has been cancelled.
a The script is active.
q The script 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.