Brtools Messages and Codes
Brtools Messages and Codes
Language English
Header Data
Released On 16.04.2012 08:28:05
Release Status Released for Customer
Component
BC-DB-ORA-DBA Database Administration with Oracle
Priority
Recommendations / Additional Info
Category
Help for error analysis
Symptom
BR*Tools-Meldungen.
Other Terms
BR*Tools
Solution
Messages and Return Codes
BRARCHIVE, BRBACKUP, BRCONNECT, BRRECOVER, BRRESTORE, BRSPACE, BRTOOLS
The programs BRARCHIVE, BRBACKUP, BRCONNECT, BRRECOVER, BRRESTORE, BRSPACE and BRTOOLS issue
messages in the following form:
BR<NNNN><X<>)> message text
NNNN: Sequence number of the message
X: Message type:
- I: Information
- W: Warning
- E: The system issues an error message.
The following are placeholders for:
%s : a character string
%d : an integer
%f: a real number in floating point format.
In most cases, the SAP utilities issue a group of messages, which will enable you to precisely
analyze the error.
Return codes:
The following return codes may be issued:
0 - Successful backup/restore.
1 - Backup/restore ended with warnings. All files were saved/restored.
2 - Backup/restore canceled during the initialization phase by a user or another signal.
3 - Errors occurred during the initialization phase, backup/restore was not started.
4 - Backup/restore was canceled by a user or another signal during processing.
5 - Backup/restore was started, but not completed because errors occurred during processing.
6 - Internal termination of the backup/restore (this value is also visible in summary logs during
the program run)
9 - Program run was not complete (this value is only visible in a summary log stored on a backup
medium)
Messages:
BR0002I BRARCHIVE %s
BR0002I BRARCHIVE %s
Explanation:BRARCHIVE version number. This number is independent of the SAP release number.
Program reaction:There are none.
User action:There are none.
BR0003I BRARCHIVE terminated successfully.
BR0003I BRARCHIVE erfolgreich beendet.
Explanation:BRARCHIVE ended successfully with return code 0.
Program reaction:There are none.
User action:There are none.
BR0004I BRARCHIVE terminated with warnings.
BR0004I BRARCHIVE beendet mit Warnungen.
Explanation:BRARCHIVE ended with return code 1.
Archiving or deleting was completed successfully.
Program reaction:There are none.
User action:Pay careful attention to the warnings.
archived, or the ORACLE ARCHIVELOG mode was temporarily deactivated. BRARCHIVE was started with
Option -s, -sd, -ss, or -ssd.
Case 2: Offline redo log files were deleted using operating system utilities after they were
archived once by BRARCHIVE, but not yet deleted by BRARCHIVE. BRARCHIVE was started with Option -sc,
-scd, -ds, or -dc.
Program reaction:The offline redo log file is ignored.
User action:Case 1: SAP recommends a full backup of the database. The warning is normally only
output once. After at least one archive log with a larger log sequence number was saved, it is
automatically suppressed. Therefore in this case action is not necessary.
Case 2: The warning is issued repeatedly when BRARCHIVE is started with Option -sc, -scd, -ds, or dc. To suppress the message, you have to edit the summary BRARCHIVE log
<ORACLE_HOME>/saparch/arch<DBSID>.log.
In the #COPIED and #DELETED lines, which refer to the affected offline redo log files, replace the
first character, '#', with '+' or '*'.
For example:
Display before:
#ARCHIVE.. 622/oracle/C11/saparch/C11arch1_622 1995-03-03 03.36.47
#SAVED.... acovzgvj ssd#C11A34/131995-03- 03 08.05.18
#COPIED... ........ .................. .......... ........
#DELETED.. ........ ............. ........
Display after:
#ARCHIVE.. 622/oracle/C11/saparch/C11arch1_622 1995-03-03 03.36.47
#SAVED.... acovzgvj ssd#C11A34/131995-03- 03 08.05.18
+COPIED... ........ .................. .......... ........
+DELETED.. ........ ............. ........
BR0018I Waiting for the next offline redo log file...
BR0018I Warten auf die naechste Offline-Redo-Log- Datei...
Explanation: When you select Option -f in the BRARCHIVE command, BRARCHIVE waits for the next
offline redo log file and immediately archives it when it appears in the archiving directory. This
message is also displayed when the offline redo log files were processed successfully and a new file
is being added to the archiving directory. See
Program reaction:The program continues if offline redo log files appear in the archiving
directory.
User action:There are none. If necessary, you can interrupt the BRARCHIVE run with Option -f stop.
BR0019I Volume size limit reached - no more offline redo log files will be processed.
BR0019I Datentraeger-Groesse erreicht - keine weiteren Offline-Redo-Log-Dateien werden verarbeitet.
Explanation:BRARCHIVE can only use one tape for the requested archiving - in other words it does
not support continuation tapes. The number of selected offline redo log files depends on parameter
tape_size.
Program reaction:BRARCHIVE processes the selected offline redo log files and terminates
automatically. Several redo log files remain in the archiving directory.
User action:The remaining offline redo log files will be saved during the next BRARCHIVE run. If
you want to saved them immediately, you must restart BRARCHIVE.
BR0020E BRARCHIVE already running or was killed.
BR0020E BRARCHIVE laeuft gerade oder wurde abgebrochen.
Explanation:You tried to start an archiving process for a specific database.
Program reaction:BRARCHIVE is not started.
User action:If another BRARCHIVE process is running, you have to wait until it has terminated. If
a BRARCHIVE run terminates, refer to the other messages.
BR0021I Please delete the file %s if BRARCHIVE was killed.
BR0021I Bitte die Datei %s loeschen, wenn BRARCHIVE abgebrochen wurde
Explanation:This message appears together with BR0020E. Program reaction:BRARCHIVE is not
started.
User action:Check whether BRARCHIVE is running (for example using the UNIX command ps). If not,
delete the specified file and start BRARCHIVE again.
BR0022I Setting BRARCHIVE lock failed.
BR0022I Setzen von BRARCHIVE-Sperre gescheitert.
Explanation:This message appears together with BR0020E.
Program reaction:BRARCHIVE processing terminates because the lock cannot be set.
User action:See BR0020E and BR0021I.
BR0025E Not enough backup devices for this function.
BR0025E Nicht genug Sicherungs-Geraete fuer diese Funktion.
Explanation:You used option -ss or -ssd (parallel archiving on two backup devices), but have only
specified one backup device in the init<DBSID>.sap parameter file.
Program reaction:The BRARCHIVE run is not performed.
User action:Make sure at least two backup devices are used for archiving. Even though you can
specify more devices, only two will be used. Restart BRARCHIVE.
BR0026I BRARCHIVE started with option %s will be stopped now.
BR0026I BRARCHIVE gestartet mit Option %s wird jetzt gestoppt.
Explanation:A brarchive -f run was stopped with brarchive -f stop.
Program reaction:BRARCHIVE terminates properly.
User action:There are none.
BR0027I BRARCHIVE started with option %s has been stopped.
BR0027I BRARCHIVE gestartet mit Option %s wurde gestoppt.
Explanation:This message confirms that BRARCHIVE that was started with brarchive -f was stopped
successfully.
Program reaction:There are none.
User action:There are none.
BR0028E BRARCHIVE started with option %s is not running.
BR0028E BRARCHIVE gestartet mit Option %s laeuft gerade nicht.
Explanation:The BRARCHIVE run could not be stopped because brarchive -f is not running.
Program reaction:The program is not called.
User action:There are none.
BR0029E Stopping BRARCHIVE started with option %s failed.
BR0029E Stoppen von BRARCHIVE gestartet mit Option %s gescheitert.
Explanation:The BRARCHIVE run that was started with brarchive -f could not be stopped.
Program reaction:brarchive -f stop terminates.
User action:Take the other messages into account. Try to correct the error. Then repeat the
processing.
BR0030W BRARCHIVE log %s not found - volume management reset.
BR0030W BRARCHIVE-Protokoll %s nicht gefunden - Datentraeger-Verwaltung zurueckgesetzt.
Explanation:The summary BRARCHIVE log <ORACLE_HOME>/saparch/arch<DBSID>.log forms the foundation
for volume management. If this no longer exists, BRARCHIVE loses the information about volumes used.
Program reaction:BRARCHIVE requests the first volume from the volume_archive pool and continues
processing.
User action: If you do not want this response, cancel BRARCHIVE and restore the summary log. The
summary log can be imported from the last BRARCHIVE backup volume by calling brrestore -n sum_log.
BR0031W Redo log sequence number was reset for database instance %s.
BR0031W Redo-Log-Sequenznummer wurde zurueckgesetzt fuer Datenbank-Instanz %s.
Explanation:BRARCHIVE has detected that the current log sequence number is smaller than the log
sequence number of the last archived offline redo log file. This can occur, for example, if the
database instance was opened with ALTER DATABASE OPEN RESETLOGS after a recovery.
Program reaction:Processing continues.
User action:There are none.
BR0032I %d offline redo log file/s found from database instance %s.
BR0032I %d Offline-Redo-Log-Datei/en gefunden von Datenbank-Instanz %s.
Explanation:The number of offline redo log files selected by BRARCHIVE for a database instance is
issued.
Program reaction:There are none.
User action:There are none.
BR0033E Archive directory %s not found.
BR0033E Archivierungs-Verzeichnis %s nicht gefunden.
Explanation:The archiving directory defined in Profile init<DBSID>.ora in log_archive_dest does
not exist.
Program reaction:The program terminates because it cannot find any offline redo log files.
User action:Correct the parameter or create the directory. Then repeat the process.
BR0051I BRBACKUP %s
BR0051I BRBACKUP %s
Explanation:BRBACKUP version number. This number is independent of the SAP release number.
Program reaction:There are none.
User action:There are none.
BR0052I BRBACKUP terminated successfully.
BR0052I BRBACKUP erfolgreich beendet.
Explanation:BRBACKUP terminates successfully with return code 0.
Program reaction:There are none.
User action:There are none.
BR0053I BRBACKUP terminated with warnings.
BR0053I BRBACKUP beendet mit Warnungen.
Explanation:BRBACKUP ended with return code 1.
The backup was successful.
Program reaction:There are none.
User action:Pay careful attention to the warnings.
Analyze them and, if necessary, correct the cause of the problem.
BR0054I BRBACKUP terminated with errors.
BR0054I BRBACKUP beendet mit Fehlern.
Explanation:BRARCHIVE finished with a return code greater than 1.
Program reaction:The BRBACKUP run is terminated.
User action:Analyze and correct the specified errors. Then repeat the backup.
BR0055I Start of database backup: %s %s%s
BR0055I Start der Datenbank-Sicherung: %s %s%s
Explanation:BRBACKUP start message. The action ID (b<encoded timestamp>), the function ID
(extension), and the start timestamp (date, time) are specified in this order, to characterize the
backup. The action ID and the function ID form the file name of the detail BRBACKUP log.
Program reaction:There are none.
User action:There are none.
BR0056I End of database backup: %s %s%s
BR0056I Ende der Datenbank-Sicherung: %s %s%s
Explanation:BRBACKUP end message. The action ID, function ID, and end timestamp are issued.
See BR0055I.
Program reaction:There are none.
User action:There are none.
BR0057I Backup of database: %s
BR0057I Sicherung der Datenbank: %s
Explanation:The name of the database to be backed up is issued.
Program reaction:There are none.
User action:There are none.
BR0058I BRBACKUP action ID: %s
BR0058I BRBACKUP Aktions-ID: %s
Explanation:The action ID contains an encoded timestamp that specifies the starting time of
BRBACKUP.
This timestamp appears at the beginning of the file name of the detail BRBACKUP log, after a "b".
Program reaction:There are none.
User action:There are none.
BR0059I BRBACKUP function ID: %s
BR0059I BRBACKUP Funktions-ID: %s
Explanation:The function ID (extension) indicates the backup mode in which the BRBACKUP run was
performed. It appears second in the file name of the detail BRBACKUP log.
one tape. SAP recommends that you do not create files in the database if these are larger than the
physical tape size.
BR0071E BRBACKUP currently running or was killed.
BR0071E BRBACKUP laeuft gerade oder wurde
abgebrochen.
Explanation:Only one backup process should be started for each specific database.
Program reaction:BRBACKUP is not started.
User action:When another BRBACKUP process is running, you have to wait until it has terminated. If
a BRBACKUP run terminates, refer to the other messages.
BR0072I Please delete file %s if BRBACKUP was killed.
BR0072I Bitte die Datei %s loeschen, wenn BRBACKUP abgebrochen wurde.
Explanation:This message appears together with BR0071E.
Program reaction:BRBACKUP is not started.
User action:Check whether BRBACKUP is running (for example using the UNIX command ps). If not,
delete the specified file and start BRBACKUP again.
BR0073I Setting BRBACKUP lock failed.
BR0073I Setzen von BRBACKUP-Sperre gescheitert.
Explanation:This message appears together with BR0071E.
Program reaction:The BRBACKUP processing terminates because the lock cannot be set.
User action:See BR0071E and BR0072I.
BR0074W BRCONNECT call failed.
BR0074W BRCONNECT-Aufruf gescheitert.
BR0074E BRCONNECT call failed.
BR0074E BRCONNECT-Aufruf gescheitert.
Explanation:Program BRCONNECT is started if you start a backup with BRBACKUP, in order to monitor
the database status.
Program reaction:Continuation (BR0074W) or termination
(BR0074E) of the BRBACKUP processing.
User action:Analyze the other error messages that were issued. Try to correct this error. If
BRBACKUP was terminated, repeat the processing.
BR0077I Database files for backup: %s
BR0077I Datenbankdateien fuer Sicherung:%s
Explanation:The online redo log files to be backed up, the control file, and other database files
that were specified individually using the backup_mode parameter or Option -m (not using the
tablespace name) are issued.
Program reaction:There are none.
User action:There are none.
BR0078I Non-database files for backup: %s
BR0078I Nicht-Datenbankdateien fuer Sicherung: %s
Explanation:The non-database files to be backed up are displayed.
Program reaction:There are none.
User action:There are none.
BR0079I Directories for backup: %s
BR0079I Verzeichnisse fuer Sicherung: %s
Explanation:The directories to be backed up are displayed.
Program reaction:There are none.
User action:There are none.
BR0080E File %s to be backed up not found.
BR0080E Zu sichernde Datei %s nicht gefunden.
Explanation:The file to be backed up does not exist.
Program reaction:Termination of the BRBACKUP run.
User action:Correct the backup_mode parameter or use option -m to specify the correct file name.
Then repeat the processing.
BR0081W Directories will not be compressed.
BR0081W Verzeichnisse werden nicht komprimiert.
Explanation:Software compression is activated (compress = yes or option -k yes). However, the
contents of the directories are not compressed.
Program reaction:Directory contents are not compressed.
User action:There are none. This is a limitation of BRBACKUP.
BR0082W Backups of directories will not be verified.
BR0082W Sicherungen von Verzeichnissen werden nicht verifiziert.
Explanation:Backup verification is activated (option -w|- verify). However, the backed-up contents
of directories are not verified.
Program reaction:Backed-up directory contents are not verified.
User action:There are none. This is a limitation of BRBACKUP.
BR0083W Compression rates out of date - run BRBACKUP with option '-k only'.
BR0083W Kompressionsraten veraltet - starten Sie BRBACKUP mit Option '-k only'.
Explanation:The last simulated backup with compression to determine the compression rates
(compress = only or option -k only) was started more than a year ago.
This is a warning that is only issued when hardware compression is activated (compress = hardware or
option -k hardware). This message is also displayed the first time BRBACKUP Version 3.0 is started,
regardless of when the last simulated backup with compression took place.
Program reaction:The old compression rates are accepted or, if none are available, the default
values are used.
User action:You can continue processing.
Start the detection of the compression rate (compress = only or option -k only) on a regular basis
so that the most recent compression rates are available to BRBACKUP.
BR0100E Internal error for '%s' at location %s-%d.
BR0100E Interner Fehler fuer '%s' an der Stelle %s-%d.
Explanation:Internal error during processing.
Program reaction:Processing terminates.
User action:Contact SAP.
BR0101I Parameters
BR0101I Parameter
Explanation:The current values of the parameters relevant for the backup/restore operation are
displayed.
Program reaction:There are none.
User action:There are none.
BR0102I Following backup devices will be used: %s
BR0102I Folgende Sicherungs-Geraete werden benutzt: %s
Explanation:The backup devices (in accordance with the value of the init.sap profile parameter
tape_address) that are used for the backup are issued.
Program reaction:There are none.
User action:There are none.
BR0103I The following backup volumes will be used: %s
BR0103I Folgende Sicherungs-Datentraeger werden benutzt: %s
Explanation:The names of the volumes, selected by automatic volume management or with option -v|volume, that are used for backup are issued.
Program reaction:There are none.
User action:There are none.
BR0104I %d scratch volume will be used.
BR0104I %d Scratch-Datentraeger werden benutzt.
Explanation:The number of the volume required for the backup is displayed. You used option -v or
one of the init.sap parameters volume_backup and volume_archive with the reserved word SCRATCH. This
deactivated the automatic volume management. This means that the program only checks the expiration
period for the inserted backup volume(s); any name is possible. To find out the actual names of the
volumes used, see message BR209I.
Program reaction:Any volume with an expired expiration period (lock period) is accepted.
User action:Provide any volume with an expired expiration period.
BR0105E Only %d free backup volumes found, %d required.
BR0105E Nur %d freie Sicherungs-Datentraeger gefunden, %d erforderlich.
Explanation:Free volumes (with an expired expiration period) are sought in the list of backup
volumes specified in Profile init.sap. Fewer free volumes were found than are required.
Program reaction:Processing terminates.
User action:Either add the required number of valid volumes to the list in the profile, or use the
Command Option -v SCRATCH when you start the program. Repeat the processing. The problem can also be
corrected by reducing the expiration period (parameter expir_period in Profile init<DBSID>.sap).
Observe the SAP recommendations for the expiration period
BR0106I Files will be saved on disk in directories: %s
BR0106I Dateien werden auf Platte gesichert in
Directory: %s
Explanation:During a backup to disk, only the directory names (in accordance with init.sap
parameter backup_root_dir) that are used for backup are displayed.
Program reaction:There are none.
User action:There are none.
BR0107I Remote backup device will be accessed through pipe.
BR0107I Auf entferntes Sicherungs-Geraet wird ueber pipe zugeriffen.
Explanation:Confirms that parameter backup_dev_type or option -d|-device is set to pipe or
pipe_auto.
Program reaction:The backup is performed in a remote system defined in the init.sap parameter
read_fifo_cmd.
User action:There are none.
BR0108I Automatic volume remount active.
BR0108I Automatischer Datentraeger-Wechsel aktiv.
Explanation:BRBACKUP was called with the init<DBSID>.sap parameter
backup_dev_type=tape_auto|pipe_auto (or option -d tape_auto|pipe_auto).
Program reaction:There are none.
User action:No operator action is necessary during a volume switch when you use tape devices with
automatic tape changing.
BR0109I Files will be saved by backup utility at file level.
BR0109I Dateien werden gesichert von Backup-Utility auf Datei-Ebene.
Explanation:Confirms that the backup is performed at file level using an external backup program.
Parameter backup_dev_type = util_file or option -d util_file was set.
Program reaction:There are none.
User action:There are none.
BR0111I Files will be compressed.
BR0111I Dateien werden komprimiert.
Explanation:Confirms that the software compression configured with parameter compress = yes or
option -k yes is active.
Program reaction:There are none.
User action:There are none.
BR0112I Files will not be compressed.
BR0112I Dateien werden nicht komprimiert.
Explanation: Confirms that files are to be compressed during the backup. Parameter compress = no or
option -k no was set.
Program reaction:There are none.
User action:There are none.
BR0113I Files will be compressed by hardware.
BR0113I Dateien werden komprimiert mit hardware.
Explanation:Confirms that tape devices with hardware compression are used and that this fact will
be taken into account.
Parameter compress = hardware or option -k hardware was set.
Program reaction:There are none.
User action:There are none.
BR0114I Compression will not be performed for backup utility.
Program reaction:If all the redo logs to this point have been processed, BRARCHIVE waits for the
next offline redo log files.
User action:There are none. To cancel this BRARCHIVE, run use option - f stop.
BR0128W Option '%s' ignored for '%s'.
BR0128W Option '%s' ignoriert fuer '%s'.
Explanation:In the case of two contradictory options (option and parameter), one is given
priority.
Program reaction:The option is ignored.
User action:When you next call, do not use the option that is now ignored.
BR0129W Force option set - no label checking during initialization.
BR0129W Force-Option gesetzt - keine Kennsatz- Pruefung bei Initialisierung.
Explanation:The SAP utility was called with option -i force. Important:No label check is
performed during volume initialization with option -i force. This means that a volume that is still
locked could be overwritten.
Program reaction:No label check.
User action:There are none.
BR0130I Backup device type: %s
BR0130I Sicherungs-Geraetetyp: %s
Explanation:The value of init.sap parameter backup_dev_type or option -d|-device is displayed.
Program reaction:There are none.
User action:There are none.
BR0131I All volumes get the name SCRATCH.
BR0131I Alle Datentraeger bekommen den Namen SCRATCH.
Explanation:During volume initialization, parameter volume_archive/volume_backup or option -v|volume was set to SCRATCH. This solution is not normally recommended, because the volume names are
not unique. This may cause problems when reloading a backup of such volumes.
Program reaction:The name SCRATCH is assigned to all volumes.
User action:There are none.
BR0132I Show option set - volume label will be displayed without initialization.
BR0132I Show-Option gesetzt - Datentraeger-Kennsatz wird angezeigt ohne Initialisierung.
Explanation:The SAP utility was called with option -i show. The volume labels are displayed.
Program reaction:Volume is not initialized, only the label is displayed.
User action:There are none.
BR0133I Label of volume in device %s:
BR0133I Kennsatz von Datentraeger in Geraet %s:
Explanation:The contents of the volume label are displayed.
Program reaction:There are none.
User action:There are none.
BR0134I Unattended mode with 'force' active - no confirmation allowed.
BR0134I Unbeaufsichtigter Modus mit 'force' aktiv - keine Bestaetigung erlaubt.
Explanation:The program was started with option -c force.
Program reaction:All interaction with the operator and cpio is suppressed (exception: password
entry).
User action:There are none.
BR0135I Query with check option set - no processing.
BR0135I Abfrage-mit-Pruefung-Option gesetzt - keine Verarbeitung.
Explanation:The program was called with option -q check. The required resources are displayed. The
system checks that the correct volumes are inserted in the backup devices. No backup is started.
Program reaction:If incorrect volumes are inserted into the devices, these volumes are rejected.
User action:There are none. Use this option, for example, if you want to use CRON to schedule
backups. This way you can make sure that the right volumes are inserted.
BR0136I Verify option set - double the work to do.
BR0136I Verify-Option gesetzt - doppelte Arbeit zu tun.
Explanation:The SAP utility program was called with option -w|- verify.
Program reaction:The saved files are imported again and compared with the original data.
User action:Using this option roughly doubles the backup time. Therefore, allow more time for the
backup.
BR0137W Verification will not be performed for backup utility.
BR0137W Verifikation wird nicht durchgefuehrt fuer Backup-Utility.
Explanation:Option -w|-verify is ignored when the backup is performed using an external backup
program.
Program reaction:The backup is performed without a verification run.
User action:There are none. Use an external backup program to start the next backup without this
option.
BR0138I Non-database files
BR0138I Nicht-Datenbankdateien
Explanation:A description of the non-database files that are backed up is displayed.
Program reaction:There are none.
User action:There are none.
BR0139I Directories
BR0139I Verzeichnisse
Explanation:A description of the directory contents that are backed up is displayed.
Program reaction:There are none.
User action:There are none.
BR0140I Number of parallel copy processes: %d.
BR0140I Anzahl der parallelen Kopierprozesse: %d.
Explanation:The number of copy processes to be started by BRBACKUP is issued.
Program reaction:There are none.
User action:There are none.
BR0142I Files will be switched to backup status during the backup.
BR0142I Dateien werden waehrend der Sicherung in Backup-Status versetzt.
address) are defined correctly. Make sure that no other processes access the backup device during
the backup. If necessary, analyze the volume contents. Then repeat the processing.
BR0215W Label on volume in device %s has wrong format.
BR0215W Kennsatz auf Datentraeger in Geraet %s hat falsches Format.
BR0215E Label on volume in device %s has wrong format.
BR0215E Kennsatz auf Datentraeger in Geraet %s hat falsches Format.
Explanation:The contents of a volume label are corrupted.
Program reaction:Waits for user action (BR0215W) or for the processing to terminate (BR0215E).
User action:Correct the error and then repeat the process. Also see the notes regarding message
BR0214X.
BR0216W Wrong volume %s in device %s, should be %s
BR0216W Falscher Datentraeger %s in Geraet %s, sollte %s sein.
BR0216E Wrong volume %s in device %s, should be %s
BR0216E Falscher Datentraeger %s in Geraet %s, sollte %s sein.
Explanation:You inserted an incorrect volume in the backup device. The volume name was determined
automatically. The program requires that you accept this proposal.
Program reaction:Waits for the user to insert the correct volume (BR0216W) or processing to
terminate (BR0216E).
User action:Insert the correct volume and continue the operation or repeat the processing.
BR0217W Lock period for volume %s in device %s not expired.
BR0217W Sperrfrist fuer Datentrager %s in Geraet %s nicht abgelaufen.
BR0217E Lock period for volume %s in device %s not expired.
BR0217E Sperrfrist fuer Datentrager %s in Geraet %s nicht abgelaufen.
Explanation:The volume inserted in the backup device is still physically locked. You can only use
the volume when the period configured by parameter expir_period in the init.sap profile has expired.
Program reaction:Waits for the user to insert the correct volume (BR0217W) or for processing to
terminate (BR0217E).
User action:Find out about the
lock management and repeat the action with the correct parameters.
BR0218W Reading volume label from %s failed.
BR0218W Kennsatz-Pruefung auf Datentrager in Geraet %s gescheitert.
BR0218E Reading volume label from %s failed.
BR0218E Kennsatz-Pruefung auf Datentrager in Geraet %s gescheitert.
Explanation:This is a general error which is displayed along with other label errors. This may
concern a non-SAP volume, even though an SAP volume was requested, or problems may exist with the
device used.
Program reaction:Waits for the user to insert the correct volume (BR0218W) or for processing to
terminate (BR0218E).
User action:Analyze and correct the error, repeat the process if necessary.
BR0219W Initialization of volume %s in device %s failed.
BR0219W Initialisierung von Datentraeger %s in Geraet %s gescheitert.
BR0219E Initialization of volume %s in device %s failed.
BR0219E Initialisierung von Datentraeger %s in Geraet %s gescheitert.
Explanation:The initialization of a volume has failed.
Program reaction:Waits for the user to insert the correct volume (BR0219W) or for processing to
terminate (BR0219E).
User action:If you used option -i for initialization, the volume that is inserted must be an SAP
volume. Check that this is the case. If the correct volume was inserted, inspect the device. If you
want to initialize another volume (non-SAP), use the -i force option. You should also refer to the
other error messages.
BR0220W Volume in device %s is write protected!
BR0220W Datentraeger in Geraet %s ist schreibgeschtzt!
Explanation:The volume in the device is write-protected.
Program reaction:The operation can continue when cpio can write to the terminal window.
User action:Remove the write protection and continue the process.
BR0221W Writing of volume header files to %s failed.
BR0221W Schreiben der Datentraeger-Kopfdateien auf %s gescheitert.
BR0221E Writing of volume header files to %s failed.
BR0221E Schreiben der Datentraeger-Kopfdateien auf %s gescheitert.
Explanation:The write process for the first files (label, init<DBSID>.ora, init<DBSID>.sap) on the
volume failed.
Program reaction:Waits for user action (BR0221W) or the processing terminates (BR0221E).
User action:Note the other error messages issued along with this message. Correct the error and
then repeat the process.
BR0222W Copying %s to/from %s failed due to previous errors.
BR0222W Kopieren von %s auf/von %s gescheitert aufgrund frueherer Fehler.
BR0222E Copying %s to/from %s failed due to previous errors.
BR0222E Kopieren von %s auf/von %s gescheitert aufgrund frueherer Fehler.
Explanation:This message is issued after other error messages that display the termination of a
file backup. If you only use one device, the entire backup terminates. If several devices are
available, the backup continues on the other devices.
Program reaction:Waits for user action (BR0222W) or for the processing to terminate (BR0222E).
User action: Note the other messages. Correct the error and, if necessary, repeat the processing for
the objects that were not backed up.
BR0223E Last copy process failed.
BR0223E Letzter Kopierprozess gescheitert.
Explanation:The last copy process on the last available device failed due to a previous error.
Program reaction:Processing terminates.
User action:Note the other messages. Correct the error and then repeat the process.
BR0224E Compress of %s to %s failed.
BR0224E Komprimieren von %s auf %s gescheitert.
Explanation:A file could not be compressed.
Program reaction:Processing terminates.
User action:Note the other messages. Correct the error and then repeat the process.
AIX
Cannot read from the specified input.
Out of phase.
HP-UX
Out of phase -- get help.
End of volume.
OSF1
Not a cpio archive.
SUN
cpio: impossible header type.
NT
cpio: bad magic number in archive
Program reaction:Processing terminates.
User action:Initialize the volume using option -i force, then repeat the process.
BR0237I Scratch volume required in device %s
BR0237I Scratch-Datentraeger erforderlich in Geraet %s
Explanation:Prompt to provide a scratch volume for the backup.
Program reaction: Waits for a volume to be inserted.
User action: Any volume with an expiration period (lock period) that has expired may be inserted
into this device.
BR0238I cpio continuation volume required in device %s.
BR0238I cpio-Fortsetzungs-Datentraeger erforderlich in Geraet %s
Explanation: The cpio command reached the physical end of the volume.
Program reaction:Waits for a continuation volume to be inserted.
User action:In this case, as the continuation volume, you should only insert a volume that has not
been used for BRBACKUP/BRARCHIVE backups (for example a volume that is not specified in the pool).
If a cpio continuation volume is described, any existing labels are simply overwritten. To avoid
this situation in future, reduce the value of parameter tape_size.
BR0239W No label checking on cpio continuation volume.
BR0239W Keine Kennsatz-Pruefung auf cpio- Fortsetzungs-Datentraeger.
Explanation:The volume labels will not be checked for a cpio continuation volume.
Program reaction:The backup continues.
User action:To avoid this situation in future, we recommend reducing the volume size defined by
parameter tape_size in profile init<DBSID>.sap so that BRBACKUP/BRARCHIVE can assume the
continuation volume handling.
BR0240E Less data backed up than the size of file %s
BR0240E Weniger Daten gesichert als die Groesse der Datei %s
Explanation:The quantity of saved data reported by cpio is less than the size of the file for
backup.
Program reaction:Processing terminates.
User action:Also check the other
error messages to find and eliminate the cause of the error.
BR0241I Checking label on volume in device %s
BR0241I Kennsatz-Pruefung auf Datentrager in Geraet %s
Explanation:Before a volume can be used for a backup, its label is checked. This check is also
performed after the backup to ensure that the backup was performed successfully.
Program reaction:Processing continues.
User action:Depends on the program reaction. See volume administration, check the volume label.
BR0242I Scratch volume in device %s will be renamed to %s
BR0242I Scratch-Datentrager in Geraet %s wird umbenannt in %s
Explanation:A volume with the name SCRATCH is renamed during a backup. This can only happen if the
volume had the name SCRATCH.
Program reaction:The volume is renamed.
User action:There are none. However, you should not initialize any volumes with the name SCRATCH.
BR0243W Wrong creation date %s for volume %s in device %s device %s
BR0243W Falsches Erstellungsdatum %s fuer Datentraeger %s in Geraet %s
BR0243E Wrong creation date %s for volume %s in device %s
BR0243E Falsches Erstellungsdatum %s fuer Datentraeger %s in Geraet %s
Explanation:The creation date found in the label is wrong. The volume was not described during the
backup that you should use for the restore.
Program reaction:Processing terminates.
User action:Find out the cause of the error.
Repeat the process with a correct volume.
BR0244I Unload the volume in device %s and mount it once again!
BR0244I Entladen Sie den Datentraeger in Geraet %s und montieren Sie ihn nochmal!
Explanation:The properties of the backup device require you to unload the volume and mount it
again.
Program reaction:Waits for execution.
User action:Unload the volume and mount it again.
BR0245W Directory %s will not be compressed.
BR0245W Verzeichnis %s wird nicht komprimiert.
Explanation:Despite the fact that software compression is activated (parameter compress = yes or
option -k yes), the directory contents are not compressed. This is a limitation of BRBACKUP.
Program reaction:Processing is continued without compression.
User action:There are none.
BR0246E Error in backup utility for unknown file %s
BR0246E Fehler in Backup-Utility fuer unbekannte Datei %s
Explanation:The external backup program reported an error when backing up a file that was not part
of the backup request.
Program reaction:Processing terminates.
User action:Contact the supplier of the external backup program (supplier of interface program
BACKINT).
BR0247E No Backup utility ID or ID longer than %d characters.
BR0247E Keine Backup-Utility-ID oder ID laenger als %d Zeichen.
Explanation:The backup utility ID returned by the external backup program is longer than 16
characters.
This is not allowed.
Program reaction:Processing terminates.
User action:Contact the supplier of the external backup program (supplier of interface program
BACKINT).
BR0251W Function %s failed at location %s-%d
BR0251W Funktion %s gescheitert an der Stelle %s-%d
BR0251E Function %s failed at location %s-%d
BR0251E Funktion %s gescheitert an der Stelle %s-%d
Explanation: A standard C function could not be executed.
Program reaction:Warning and processing continues (BR0251W) or the processing terminates
(BR0251E).
User action:If a termination occurred, the function has returned an error return code (BR0253E).
The information about the termination point should be forwarded to SAP Support.
BR0252W Function %s failed for '%s' at location %s-%d
BR0252W Funktion %s gescheitert fuer '%s' an der Stelle %s-%d
BR0252E Function %s failed for '%s' at location %s-%d
BR0252E Funktion %s gescheitert fuer '%s' an der Stelle %s-%d
Explanation:A standard C function could not be executed.
Program reaction:Warning and processing continues (BR0252W) or the processing terminates
(BR0252E).
User action:See BR0251X. In addition, the current parameters of the function that caused the
termination are displayed.
BR0253W errno %d: %s
BR0253W errno %d: %s
BR0253E errno %d: %s
BR0253E errno %d: %s
Explanation:The system error number and the relevant system text are displayed. These should help
you find out why the standard C function failed.
Program reaction:Warning and processing continues (BR0253W) or the processing terminates
(BR0253E).
User action:Analyze this message and try to correct the error.
BR0254E Memory allocation of %d bytes failed at location %s
BR0254E Speicheranforderung von %d Bytes gescheitert an der Stelle %s-%d
Explanation:No main memory is available. This is either because of an internal program error or
because the swap area was defined too small.
Program reaction:Processing terminates.
User action:Try to correct the error.
BR0255W Cannot read from standard input.
BR0255W Von Standardeingabe kann nicht gelesen werden.
BR0255E Cannot read from standard input.
BR0255E Von Standardeingabe kann nicht gelesen werden.
Explanation:The standard input (console) is not available, if you used CRON or SAP CCMS to start
the program, for example.
Program reaction:Warning and processing continues (BR0255W) or the processing terminates
(BR0255E).
User action:If additional error messages are displayed, analyze them and correct the error(s).
BR0256I Please enter 'cont' to continue, 'stop' to cancel the program:
BR0256I Bitte 'cont' eingeben um fortzusetzen, 'stop' um Programm abzubrechen:
Explanation:Entry prompt to confirm the action to be carried out.
Program reaction:Waits for entry.
User action:Enter one of the two character strings to either continue or cancel processing.
BR0257I Your reply: '%s'
BR0257I Ihre Antwort: '%s'
Explanation:Confirms a correct reply to message BR0256I.
Program reaction:Reply 'cont' - processing continues. Reply 'stop' - processing terminates.
User action:There are none.
BR0258I Wrong reply: '%s'
BR0258I Falsche Antwort: '%s'
Explanation:An incorrect reply was entered for message BR0256I.
Program reaction:The program displays message BR0256I and prompts you to enter a correct reply.
User action:Reply correctly with 'cont' or 'stop'.
BR0259I Program execution will be continued...
BR0259I Programmausfhrung wird fortgesetzt...
Explanation:Confirms that program execution is continued if you reply to message BR0256I with
'cont'.
Program reaction:Processing continues.
User action:There are none.
BR0260E Program cancelled by user!
BR0260E Programm von Benutzer abgebrochen!
Explanation:You cancelled the program by entering 'stop' as the reply to BR256I.
Program reaction:Processing terminates.
User action:There are none.
BR0261E Program cancelled by signal %d!
BR0261E Programm durch Signal %d abgebrochen!
Explanation:The program received a signal from the user or the system. If this message appears
together with BR0312E or BR0313E, BRBACKUP was interrupted by BRCONNECT.
Program reaction:Processing terminates.
User action:Analyze the situation and repeat the process if necessary.
BR0262I Please enter DBA user name [/password]:
BR0262I Bitte DBA Benutzername[/Kennwort] eingeben:
Explanation:You used option -u without any other entries.
User action:Decide whether you want to continue or cancel the program. Continuation of processing
will probably fail.
BR0282E Directory %s not found.
BR0282E Verzeichis %s nicht gefunden.
Explanation:The specified directory does not exist.
Program reaction:Processing terminates.
User action:Analyze the situation. If required, repeat the process by entering the correct
directory name.
BR0283E Command/Output buffer overflow.
BR0283E Kommando-/Ausgabepuffer uebergelaufen.
Explanation:The buffer for the command lines and command output overflowed.
Program reaction:The buffer contents are issued and processing terminates.
User action:This is probably due to an internal error. Contact SAP.
BR0284I Time stamp %s, elapsed time: %s
BR0284I Zeitstempel %s, verstrichene Zeit: %s
Explanation:An extended timestamp is displayed when you use option -o time. The time displayed is
the time that has elapsed since the last time stamp (elapsed time).
Program reaction:There are none.
User action:There are none.
BR0285I This function can take several seconds/minutes - be patient.
BR0285I Diese Funktion kann einige Sekunden/Minuten dauern - bitte um Geduld.
Explanation:An action was started that may take several seconds/minutes. Program reaction:Action
running. User action:There are none. Wait for the action to finish.
BR0286W Size of file %s is different from Oracle file size.
BR0286W Gre der Datei %s ist verschieden von Oracle-Dateigre.
Explanation:The file size in the file system is different from the file size saved in the ORACLE
dictionary (in the control file). The file may be corrupted.
Program reaction:The program tries to save the file.
User action:Check your disks, the file system (file system check), and the ORACLE ALERT file. If
you discover errors, you may be able to correct the situation by performing a recovery. Contact an
ORACLE specialist before you start a recovery.
BR0301W SQL error %d at location %s-%d
BR0301W SQL-Fehler %d an der Stelle %s-%d
BR0301E SQL error %d at location %s-%d
BR0301E SQL-Fehler %d an der Stelle %s-%d
Explanation:An SQL error has occurred.
Program reaction:Processing continues (BR0301W) or terminates (BR0301E).
User action:Check the SQL code and repeat the processing.
BR0302E SQLDBA call for database instance %s failed.
BR0302E SQLDBA-Aufruf fuer Datenbank-Instanz %s gescheitert.
Explanation:The call of the SQLDBA program failed.
Program reaction:Processing terminates.
User action:This error often occurs when starting up and shutting down a database instance. Take
into account any ORACLE error messages that appear. Correct the error and then repeat the process.
BR0303E Determination of Oracle RDBMS version failed.
BR0303E Ermittlung der Oracle RDBMS Version gescheitert.
Explanation:Before the database is accessed, SQLDBA determines the ORACLE version. This operation
failed.
Program reaction:Processing terminates.
User action:Take into account any ORACLE error messages.
BR0304I Starting the database instance %s...
BR0304I Starten der Datenbank-Instanz %s...
Explanation:The database instance is started by BRBACKUP using SQLDBA.
Program reaction:There are none.
User action:There are none.
BR0305I Startup of database instance %s successful.
BR0305I Starten der Datenbank-Instanz %s erfolgreich.
Explanation:The database instance startup using SQLDBA was successful.
Program reaction:There are none.
User action:There are none.
BR0306E Startup of database instance %s failed.
BR0306E Starten der Datenbank-Instanz %s gescheitert.
Explanation:The database instance startup using SQLDBA failed.
Program reaction:Processing terminates.
User action:Analyze the detailed error information and repeat the process once you have corrected
the error.
BR0307I Shutting down the database instance %s...
BR0307I Stoppen der Datenbank-Instanz %s...
Explanation:The database instance is shut down by BRBACKUP using SQLDBA.
Program reaction:There are none.
User action:There are none.
BR0308I Shutdown of database instance %s successful.
BR0308I Stoppen der Datenbank-Instanz %s erfolgreich.
Explanation:The database instance shutdown using SQLDBA was successful.
Program reaction:There are none.
User action:There are none.
BR0309E Shutdown of database instance %s failed.
BR0309E Stoppen der Datenbank-Instanz %s gescheitert.
Explanation:The database instance shutdown using SQLDBA failed.
Program reaction:Processing terminates.
User action:Analyze the detailed error information and repeat the process once you have corrected
the error.
BR0310W Connect to database instance %s failed.
BR0310W Verbindungsaufbau zu Datenbank-Instanz %s gescheitert.
BR0310E Connect to database instance %s failed.
BR0310E Verbindungsaufbau zu Datenbank-Instanz %s gescheitert.
Explanation:The connection to the database instance could not be established.
Program reaction:Processing continues (BR0310W) or terminates (BR0310E).
User action:Analyze the ORACLE error message and, if required, repeat the process once you have
corrected the error.
BR0311E Connect to database instance %s during online backup failed.
BR0311E Verbindungsaufbau zu Datenbank-Instanz %s waehrend Online-Sicherung gescheitert.
Explanation:The database instance must be available during an online backup. This was not the
case.
Program reaction:Processing terminates.
User action:Analyze the ORACLE error message and repeat the process once you have corrected the
error.
BR0312E Database instance %s shutdown during online backup.
BR0312E Datenbank-Instanz %s gestoppt waehrend Online-Sicherung.
Explanation:The database instance was shut down during an online backup.
Program reaction:Processing terminates.
User action:The database instance must always be active during an online backup. Repeat the
processing.
BR0313E Database instance %s started up during offline backup.
BR0313E Datenbank-Instanz %s gestartet waehrend Offline-Sicherung.
Explanation:The database instance was started up during an offline backup.
Program reaction:Processing terminates.
User action:The database instance must always remain shut down during an offline backup. Repeat
the processing.
BR0314E Collection of information on database files failed.
BR0314E Sammlung der Information ueber Datenbankdateien gescheitert.
Explanation:Information about the database files could not be determined.
Program reaction:Processing terminates.
User action:This is due to an SQL error that you must correct. Then restart the operation.
BR0315I Alter tablespace %s begin backup successful.
BR0315I Alter tablespace %s begin backup erfolgreich.
Explanation:A tablespace was successfully switched to backup status.
Program reaction:There are none.
User action:There are none.
BR0316E Alter tablespace %s begin backup failed.
BR0316E Alter tablespace %s begin backup gescheitert.
Explanation:The attempt to switch a tablespace to backup status failed.
Program reaction:Processing terminates.
User action:Analyze the ORACLE error message and repeat the process once you have corrected the
error.
BR0317I Alter tablespace %s end backup successful.
BR0317I Alter tablespace %s end backup erfolgreich.
Explanation:The termination of the backup status for the tablespace was successful.
Program reaction:There are none.
User action:There are none.
BR0318E Alter tablespace %s end backup failed.
BR0318E Alter tablespace %s end backup gescheitert.
Explanation:The termination of the backup status for the tablespace failed.
Program reaction:Processing terminates.
User action:Analyze the ORACLE error message and repeat the process once you have corrected the
error.
BR0319I Control file copied to %s
BR0319I Steuerdatei kopiert auf %s
Explanation:A copy of the control file has been created.
Such a copy is always created before you start an online backup.
Program reaction:There are none.
User action:There are none.
BR0320E Copying of control file failed.
BR0320E Kopieren der Steuerdatei gescheitert.
Explanation:The copy of the control file could not be created.
Program reaction:Processing terminates.
User action:This error message is displayed during an online backup. Analyze the ORACLE error
messages and correct the error. Then repeat the backup.
BR0321I Switch to next online redo log file for database instance %s successful.
BR0321I Umschalten zur naechsten Online-Redo-Log- Datei fuer Datenbank-Instanz %s erfolgreich.
Explanation:The redo log file switch was successful, in other words, it was switched to the next
online redo log file.
This file switch is always performed after an online backup.
Program reaction:There are none.
User action:There are none.
BR0322E Switch to next online redo log file for database instance %s failed.
BR0322E Umschalten zur naechsten Online-Redo-Log- Datei fuer Datenbank-Instanz %s gescheitert.
Explanation:The redo log file switch failed, in other words, the program could not switch to the
next online redo log file.
Program reaction:Processing terminates.
User action:This error message is displayed during an online backup. Analyze the ORACLE error
messages and correct the error. Then repeat the backup.
BRRESTORE.
This timestamp appears at the beginning of the file name of the detail BRRESTORE log, after an "r".
Program reaction:There are none.
User action:There are none.
BR0409I BRRESTORE function ID: %s
BR0409I BRRESTORE Funktions-ID: %s
Explanation:The function ID (extension) indicates the mode of the restore process. It appears
second in the file name of the detailed BRARCHIVE log.
Program reaction:There are none.
User action:There are none.
BR0410I Tablespaces for restore: %s
BR0410I Tablespaces fuer Zurueckladen: %s
Explanation:List of tablespaces to be restored. When brrestore - all or brrestore -full are
specified, the files of all tablespaces are restored.
Program reaction:There are none.
User action:There are none.
BR0411I Database files for restore: %s
BR0411I Datenbankdateien fuer Zurueckladen: %s
Explanation:List of the database files to be restored.
Program reaction:There are none.
User action:There are none.
BR0412I Non-database files for restore: %s
BR0412I Nicht-Datenbankdateien fuer Zurueckladen: %s
Explanation:List of non-database files to be restored.
Program reaction:There are none.
User action:There are none.
BR0413I Directories for restore: %s
BR0413I Verzeichnisse fuer Zurueckladen: %s
Explanation:List of directories to be restored.
Program reaction:There are none.
User action:There are none.
BR0414I Offline redo log file/s for restore from database instance %s: %s
BR0414I Offline-Redo-Log-Datei/en fuer Zurueckladen von Datenbank-Instanz %s: %s
Explanation:List of offline redo log files to be restored. The log sequence numbers of these files
are displayed. BRRESTORE was called with one of the options -a|-a1|- a2.
Program reaction:There are none.
User action:There are none.
BR0415I Files for restore using backup utility ID %s: %s
BR0415I Dateien fuer Zurueckladen mittels Backup- Utility-ID %s: %s
Explanation:List of the files to be restored using an external backup program.
Program reaction:There are none.
User action:There are none.
BR0416I %d files found to restore, total size %4.3f MB.
BR0416I %d Dateien zum Zurueckladen gefunden, Gesamtgroesse %4.3f MB.
Explanation:The total number and the total size of the files to be restored is displayed.
Program reaction:There are none.
User action:There are none.
BR0417E No files found for restoring.
BR0417E Keine Dateien zum Zurueckladen gefunden.
Explanation:No valid files were found for restoring.
Program reaction:Processing terminates.
User action:Correct the call options for BRRESTORE.
BR0418I %d of %d files restored - %4.3f MB of %4.3f MB done.
BR0418I %d von %d Dateien zurueckgeladen - %4.3f MB von %4.3f MB fertig.
Explanation:Logs the current status of the restore process.
Program reaction:There are none.
User action:There are none.
BR0419I Files will be restored from backups: %s
BR0419I Dateien werden zurueckgeladen von Sicherungen: %s
Explanation:The name of the log of backup BRBACKUP that is to be used, is displayed.
Program reaction:There are none.
User action:There are none.
BR0420I Files will be restored from directories: %s
BR0420I Dateien werden zurueckgeladen von Verzeichnissen: %s
Explanation:The names of the directories, in which backup BRBACKUP was stored (backed up on disk),
are issued.
Program reaction:There are none.
User action:There are none.
BR0421I Backup device type for restore: %s
BR0421I Sicherungs-Geraetetyp fuer Zurueckladen: %s
Explanation:The type of backup devices that will be used for the restore is issued.
Program reaction:There are none.
User action:There are none.
BR0422I File for restore directly from tape volume: %s
BR0422I Datei fuer Zurueckladen direkt von BandDatentrger: %s
Explanation:The position of the file on tape or its symbolic name (init_ora, init_sap, det_log,
sum_log, reorg_log) is issued. BRRESTORE was called using option -n.
Program reaction:There are none.
User action:There are none.
User action:Check the parameter backup_mode or option -m and, if required, correct the entries you
have made.
BR0438W Redo log sequence number %d not found in %s
BR0438W Redo-Log-Sequenznummer %d nicht gefunden in %s
Explanation:The archived redo log files to be restored were not found in the summary BRARCHIVE
log.
Program reaction:The offline redo log file with this log sequence number is not restored.
User action:Check the used options -a|-a1|-a2 and, if required, correct them.
BR0439E No offline redo log files found in %s for restoring.
BR0439E Keine Offline-Redo-Log-Dateien in %s zum Zurueckladen gefunden.
Explanation:None of the offline redo log files to be restored were found in the summary BRARCHIVE
log.
Program reaction:Processing terminates.
User action:Check the used options -a|-a1|-a2 and, if required, correct them.
BR0440E Unknown database instance %s defined in option %s.
BR0440E Unbekannte Datenbank-Instanz %s definiert in Option %s.
Explanation:The name of the database instance that is specified in the BRRESTORE option -a|-a1|-a2
is unknown.
Program reaction:Processing terminates.
User action:Check the used options -a|-a1|-a2 and, if required, correct them.
BR0441E Database instance %s not unique in option %s.
BR0441E Datenbank-Instanz %s nicht eindeutig in Option %s.
Explanation:The name of the database instance that is specified in the BRRESTORE option -a|-a1|-a2
is not unique.
Program reaction:Processing terminates.
User action:Check the used options -a|-a1|-a2 and, if required, correct them.
BR0442I Second copy of offline redo log files will be used for restore.
BR0442I Zweite Kopie von Offline-Redo-Log-Dateien wird fuers Zurueckladen benutzt.
Explanation:BRRESTORE was called with option -a2|- archive2, in order to restore offline redo log
files.
Program reaction:There are none.
User action:There are none.
BR0451E Message %s not found in %s
BR0451E Meldung %s nicht gefunden in %s
Explanation:One of the required messages of the BRBACKUP/BRARCHIVE log header was not found. This
could indicate an internal error, or that the log has been changed manually.
Program reaction:Processing terminates.
User action:If the log was changed manually, undo the changes.
BR0452E Continuation of message %s not found in %s
BR0452E Fortsetzung von Meldung %s nicht gefunden in %s
Explanation:The continuation of a message that extends over several lines was not found in the
BRBACKUP/BRARCHIVE log file. This could indicate an internal error, or that the log has been changed
manually.
Program reaction:Processing terminates.
User action:If the log was changed manually, undo the changes.
BR0453W Error message found in %s:
BR0453W Fehlermeldung in %s gefunden:
Explanation:The error message was not found in the BRBACKUP/BRARCHIVE log. This could negatively
affect the restore operation.
Program reaction:The message is ignored and the operation continues.
User action:Analyze the message and decide whether you want to continue (message BR0256I is
displayed).
BR0454W Values of %s are different: current '%s', backup %s '%s'.
BR0454W Werte von %s sind verschieden: aktuell '%s', Sicherung %s '%s'.
BR0454E Values of %s are different: current '%s', backup %s '%s'.
BR0454E Werte von %s sind verschieden: aktuell '%s', Sicherung %s '%s'.
Explanation:The current parameter value differs from the value for the backup time.
Program reaction:Processing continues (BR0454W) or terminates (BR0454E).
User action:BRRESTORE automatically adjusts some values and you have to manually adjust others.
Restart BRRESTORE with the adjusted parameter values.
BR0455W Value '%s' of %s will be used for restore.
BR0455W Wert '%s' von %s wird benutzt fuer Zurueckladen.
Explanation:The current parameter value differs from the value for the backup time.
Program reaction:BRRESTORE automatically adjusts the value.
User action:Decide whether or not you should accept this adjusted parameter value (BR0256I is
displayed).
BR0456W Probable the database must be recovered due to restore from online backup!
BR0456W Wahrscheinlich muss die Datenbank wiederhergestellt werden aufgrund Zurueckladens von
Online-Sicherung!
Explanation:BRRESTORE reports that an online backup was selected.
Program reaction:There are none.
User action:The database must be recovered after the restore of the online backup (ORACLE recovery
required).
BR0457W Probable the database must be recovered due to partial restore!
BR0457W Wahrscheinlich muss die Datenbank wiederhergestellt werden aufgrund Teilzurueckladens!
Explanation:BRRESTORE reports that the backup is partially restored.
Program reaction:There are none.
User action:The database must be recovered after the partial restore of the online backup (ORACLE
recovery required).
BR0458E Information about backup file %s not found in log header.
BR0458E Information ueber gesicherte Datei %s nicht gefunden im Protokollkopf.
Explanation:All the saved files must be described in the log header of the BRBACKUP backup that
you have selected. This is not the case. This could indicate an internal error, or that the log has
been changed manually.
Program reaction:Processing terminates.
User action:If the log was changed manually, undo this change and repeat the processing.
BR0459W Backup %s terminated with errors.
BR0459W Sicherung %s beendet mit Fehlern.
Explanation:The backup terminates with errors. This could negatively affect the restore operation.
Program reaction:Waits for confirmation that the process should continue.
User action:Analyze the message and decide whether you want to continue processing.
BR0460W Termination message not found in %s - log file incomplete.
BR0460W Ende-Meldung nicht gefunden in %s - Protokoll unvollstaendig.
Explanation:The message about the termination of the backup was not found in the backup log.
Case 1: The volume restored the log.
Case 2: You changed the log manually.
Program reaction:Waits for confirmation that the process should continue.
User action:Case 1: Continue processing. Case 2: Undo the manual changes, cancel the processing,
and then repeat the process.
BR0461W Redo log sequence number in line %d in %s not ascending.
BR0461W Redo-Log-Sequenznummer in Zeile %d in %s nicht aufsteigend.
Explanation:The log sequence numbers that are listed in the summary BRARCHIVE log should be stored
in ascending order. If this isn't the case, it means that a RESET LOGS was executed, which is quite
common after an incomplete recovery.
Program reaction:All offline redo log files that were created before the RESET LOGS are ignored.
User action:Analyze the message and decide whether you want to continue processing.
BR0462W All lines in %s till line %d will be ignored!
BR0462W Alle Zeilen in %s bis zu Zeile %d werden ignoriert!
Explanation:Appears together with BR461X if a RESET LOGS was performed. Duplicate log sequence
numbers were assigned.
Program reaction:All offline redo log files that were created before the RESET LOGS are ignored.
User action:Analyze the message and decide whether you want to continue processing.
BR0464W Line %d in %s ignored because of different backup device types.
BR0464W Zeile %d in %s ignoriert aufgrund verschiedener Sicherungs-Geraetetypen.
Explanation:Offline redo log files can only be restored when the device types used for the backup
and those specified for the restore are compatible (the following combinations of backup_dev_type
parameters are not allowed, for example: tape and util_file, pipe and util_file. However, the
combination of tape and pipe is allowed).
Program reaction:Processing terminates.
User action:Correct the current value of the parameter and repeat the processing.
BR0465E Wrong value of %s for the first offline redo log file found.
BR0465E Falscher Wert von %s fuer die erste gefundene Offline-Redo-Log-Datei.
Explanation:The parameter value during the backup of the first offline redo log file to be
restored and the current value (from Profile init<DBSID>.sap or provided by the relevant call
option) for the file to be restored are contradictory. This message appears together with BR0464W.
Program reaction:Processing terminates.
User action:Correct the current value of the parameter and repeat the processing.
BR0466I Start BRRESTORE one after the other for each backup device type!
BR0466I Starten Sie BRRESTORE nacheinander fuer jeden Sicherungs-Geraetetyp!
Explanation:Offline redo log files must be restored in separate BRRESTORE runs if their backup
devices specifications are not compatible. This message appears together with BR0464W.
Program reaction:Processing terminates.
User action:Start BRRESTORE with the requested options for each of the requested backup devices.
BR0467W Line %d in %s ignored because of different compress types.
BR0467W Zeile %d in %s ignoriert aufgrund verschiedener Komprimierungstypen.
Explanation:Offline redo log files can only be restored if the compression type used during backup
is compatible with the compression type specified for restoring.
Program reaction:Processing terminates.
User action:Correct the current value of the parameter and repeat the processing.
BR0468I Start BRRESTORE one after other for each compress type.
BR0468I Starten Sie BRRESTORE nacheinander fuer jeden Komprimierungstyp.
Explanation:Offline redo log files must be restored in separate BRRESTORE runs if their
compression type specifications are not compatible. This message appears together with BR0467W.
Program reaction:Processing terminates.
User action:Start BRRESTORE with the requested options for each of the requested compression
types.
BR0483I Terminating BRARCHIVE processing after 10 days...
BR0483I BRARCHIVE-Verarbeitung wird nach 10 Tagen beendet...
Explanation:BRARCHIVE run that has been started using the fill option, terminates automatically
after 10 days. This is normal for BRARCHIVE. This system response is due to technical reasons
relating to the program and cannot be changed.
Program reaction:Processing terminates.
User action:Restart BRARCHIVE. We recommend that you restart BRARCHIVE weekly using the following
commands:
brarchive -u / -f stop -c
brarchive -u / -f ...
Other Attributes
Database System
ORACLE
Validity
This document is not restricted to a software component or software component version
References
This document refers to:
SAP Notes
442395 Descriptions of specific BR messages
43494 Collective note: BRBACKUP, BRARCHIVE, BRRESTORE