Show TOC

Messages and Return Codes for BR*ToolsLocate this document in the navigation structure

Definition

Messages

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.

Return Codes

The following return codes are possible:

Code

Meaning

0

Successful

1

Successful with warnings - all files were processed (for example, backed up or restored)

2

Canceled during the initialization phase by a user or other signal

3

Errors occurred during the initialization phase, processing was not started

4

Canceled by a user or other signal during processing

5

Failed because errors occurred during processing

6

Internal termination

9

Successful but not finished yet (can be seen in summary logs copied to backup media)