Source:SEP sesam Exit Codes: Difference between revisions

From SEPsesam
(Created exit codes list as proposed by KRI (#27461).)
 
m (Inserted link (test purpose))
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
{{Copyright SEP AG|en}}
{{Copyright SEP AG|en}}
{{draft‎}}
{{draft‎}}
{{Navigation_latest|release=[[Special:MyLanguage/SEP_sesam_Release_Versions|4.4.3/4.4.3 ''Beefalo V2'']]|link=[[Special:MyLanguage/SEP_sesam_Documentation#previous|documentation archive]]}}</div><br />
{{Navigation_latest|release=[[Special:MyLanguage/SEP_sesam_Release_Versions|4.4.3/5.0.0 ''Jaglion'']]|link=[[Special:MyLanguage/SEP_sesam_Documentation#previous|documentation archive]]}}</div><br />


=={{anchor|overview}}Overview==
=={{anchor|overview}}Overview==
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]]  
|}
|}


{|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 Tip.png|45px|link=Special:MyLanguage/FAQ|FAQ]]
| rowspan="2" style="padding:0px 10px 0px;" | [[File:SEP Tip.png|45px|link=Special:MyLanguage/4_4_3_Beefalo:FAQ|FAQ]]
| style="padding:0px 40px 0px 10px; color: grey; font-size: 90%; text-align:left;" |  
| style="padding:0px 40px 0px 10px; color: grey; font-size: 90%; text-align:left;" |  
Check [[Special:MyLanguage/FAQ|FAQ]] to find the answers to most common questions.
Check [[Special:MyLanguage/4_4_3_Beefalo:FAQ|FAQ]] to find the answers to most common questions.
|}
|}


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 [[Special:MyLanguage/SEP_sesam_Glossary#logging|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 46: Line 46:
  |}
  |}


You might also check out the [[Special:MyLanguage/Error_Messages_Guide|Error Messages Guide]] for more specific errors and the [[Special:MyLanguage/4_4_3:Analyzing_SEP_sesam_Log_Files|Analyzing SEP sesam Log Files]] that can help you identify and resolve the problem.
You might also check out the [[Special:MyLanguage/Error_Messages_Guide|Error Messages Guide]] for more specific errors and [[Special:MyLanguage/4_4_3:Analyzing_SEP_sesam_Log_Files|Analyzing SEP sesam Log Files]] that can help you identify and resolve the problem.


<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:29, 19 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/5.0.0 Jaglion. 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.