BR1521W Backup utility called successfully with warnings

jssanche

ADSM.ORG Member
Joined
Mar 29, 2007
Messages
94
Reaction score
1
Points
0
Location
Dominican Republic
PREDATAR Control23

Hello!

Since a few days ago, I notice the following warning during the DB archive (REDOLOG) and DB backup procedure
(TDP for SAP R/3)...
-----------------------------------------------------------------------------------------------------------------------
BR0279W Return code from '/usr/sap/PRD/SYS/exe/run/backint -u BIP -f backup -i /oracle/PRD/saparch/.aejebdqf.lst -t file -p /oracle/PRD/112_64/dbs/initBIP_archives.utl
-c': 1
BR1521W Backup utility called successfully with warnings
------------------------------------------------------------------------------------------------------------------------


The error.log file show me the same error..

-------------------------------------------------------------------------------------------------------------------------
07/19/12 00:31:05 ANS1512E Scheduled event 'PRD_ARCHIVE_REDOLOG' failed. Return code = 1.
07/19/12 02:31:04 ANS1909E The scheduled command failed.
-------------------------------------------------------------------------------------------------------------------------


What could be wrong here? Please, help me on this?

Thanks in advance.
 
PREDATAR Control23

I usually get an error code of 1 when there are no archive logs to backup. backint issues a warning message, as "there are no logs" but tsm converts this into a failure 1.
 
PREDATAR Control23

It's also possible that there was a problem sending some datafiles, but they were saved without problems on a second try. You should look into the backup log, it usually is under /oracle/SID/sapbackup.
 
PREDATAR Control23

BACKINT Return Codes

Code:
Return Code      Description
0                     OK – All files were successfully processed without warnings
1                     WARNING – But all files were successfully processed
> 1                  ERROR - Some or all files were not successfully processed
 
Top