Source:SEP sesam Exit Codes

From SEPsesam
Revision as of 14:14, 19 May 2020 by Sta (talk | contribs) (Created exit codes list as proposed by KRI (#27461).)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 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.

The following table contains a list of the 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 the Analyzing SEP sesam Log Files that can help you identify and resolve the problem.