BRTools Messages & Return Codes

Messages

The BR*Tools issue messages in the following form:

BR<NNN><X>   Message text

NNN:  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:  a string

• %d:  an integer

• %f:  a 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:

• 0: Successful

• 1: 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: Started, but not completed because errors occurred during processing

• 6: Internal termination

You May Also Like

Leave a Reply?