Messages and Return Codes for BR*Tools
BR*Tools issues messages in the following form:
BR<NNNN><X> Message text
NNNN
: sequential number of the message
X
: type of message:
I
: information
W
: warning
E
: error message
The text of the message contains the following variables:
%s
: string
%d
: integer
%f
: real number in floating-point format
In most cases, the SAP tools issue a group of messages, which enables you to precisely analyze the error.
The following return codes are possible:
Code |
Meaning |
|---|---|
|
Successful |
|
Successful with warnings – all files were processed (for example, backed up or restored) |
|
Canceled during the initialization phase by a user or other signal |
|
Errors occurred during the initialization phase, processing was not started |
|
Canceled by a user or other signal during processing |
|
Failed because errors occurred during processing |
|
Internal termination |
|
Successful but not finished yet (can be seen in summary logs copied to backup media) |