cancel
Showing results for 
Search instead for 
Did you mean: 

Facing Error in BRBACKUP through BRTOOLS and DB13

Former Member
0 Kudos

Hey Everyone,

I was performing an online BRBACKUP with brtools from DB13. I have to change the backup_root_dir to a new direction.

But if i do this in the initSID.sap the next Full-online Backup facing an Error.

-

BR0274E File '\\192.168.100.161\SAP_Backup$\oracle\PCN\backup\betzxcuz\SR3USR.DATA1.S' not found

-

The Error occur only on this File. All other Datafiles get written normaly. If I perform the Backup to the old direction no error occur.

I attached the full Logfile to this article.

I hope you have an idea for me or find my mistake. Thanks for your time and attention.

.

..

...

BR0063I 29 of 40 files processed - 511386.305 of 534420.109 MB done

BR0204I Percentage done: 95.69%, estimated end time: 12:14

BR0001I ************************************************__

BR0202I Saving G:\ORACLE\PCN\SAPDATA1\SR3740_3\SR3740.DATA3

BR0203I to \\192.168.100.161\SAP_Backup$\oracle\PCN\backup\betzxcuz\SR3740.DATA3.S ...

#FILE..... G:\ORACLE\PCN\SAPDATA1\SR3740_3\SR3740.DATA3

#SAVED.... \\192.168.100.161\SAP_Backup$\oracle\PCN\backup\betzxcuz\SR3740.DATA3.S  #1/30  10420559872  23638/42

BR0280I BRBACKUP time stamp: 2016-09-07 12:13:10

BR0063I 30 of 40 files processed - 521324.125 of 534420.109 MB done

BR0204I Percentage done: 97.55%, estimated end time: 12:14

BR0001I *************************************************_

BR0202I Saving G:\ORACLE\PCN\SAPDATA1\SR3740_4\SR3740.DATA4

BR0203I to \\192.168.100.161\SAP_Backup$\oracle\PCN\backup\betzxcuz\SR3740.DATA4.S ...

#FILE..... G:\ORACLE\PCN\SAPDATA1\SR3740_4\SR3740.DATA4

#SAVED.... \\192.168.100.161\SAP_Backup$\oracle\PCN\backup\betzxcuz\SR3740.DATA4.S  #1/31  10353451008  23639/43

BR0280I BRBACKUP time stamp: 2016-09-07 12:14:20

BR0063I 31 of 40 files processed - 531197.945 of 534420.109 MB done

BR0204I Percentage done: 99.40%, estimated end time: 12:14

BR0001I **************************************************

BR0202I Saving G:\ORACLE\PCN\SAPDATA1\SR3USR_1\SR3USR.DATA1

BR0203I to \\192.168.100.161\SAP_Backup$\oracle\PCN\backup\betzxcuz\SR3USR.DATA1.S ...

BR0274E File '\\192.168.100.161\SAP_Backup$\oracle\PCN\backup\betzxcuz\SR3USR.DATA1.S' not found

BR0200I BR_TRACE: location BrRmanCall-56, commands for RMAN in: H:\Oracle\PCN\sapbackup\.betzxcuz.cmd

@H:\Oracle\PCN\sapbackup\..betzxcuz..cmd

host 'F:\usr\sap\GW4\SYS\exe\nuc\NTAMD64\brtools.exe -f delete H:\Oracle\PCN\sapbackup\..betzxcuz..cmd';

run { allocate channel dsk device type disk;

set nocfau;

backup incremental level 0 filesperset 1 diskratio 0 tag betzxcuz check logical

datafile 'G:\ORACLE\PCN\SAPDATA1\SR3USR_1\SR3USR.DATA1'

format '\\192.168.100.161\SAP_Backup$\oracle\PCN\backup\betzxcuz\SR3USR.DATA1.S';

release channel dsk; }

list backup of datafile 22 tag betzxcuz;

exit;

BR0280I BRBACKUP time stamp: 2016-09-07 12:14:28

BR0506E Full database backup (level 0) using RMAN failed

BR0222E Copying G:\ORACLE\PCN\SAPDATA1\SR3USR_1\SR3USR.DATA1 to/from \\192.168.100.161\SAP_Backup$\oracle\PCN\backup\betzxcuz failed due to previous errors

BR0056I End of database backup: betzxcuz.fnd 2016-09-07 12:14:28

BR0280I BRBACKUP time stamp: 2016-09-07 12:14:30

BR0054I BRBACKUP terminated with errors

BR0280I BRBACKUP time stamp: 2016-09-07 12:14:30

BR0291I BRARCHIVE will be started with options '+betzxcuz.fnd -U -jid FLLOG20160907111623  -c force -p initpcn.sap -sd'

BR0280I BRBACKUP time stamp: 2016-09-07 12:14:40

BR0292E Execution of BRARCHIVE finished with return code 5

Regards,

Markus

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi, looks like there is an issue with NetWork drive, you have used UNC path but it can't write all the files on it.

Can you try on local disk ?

Is there enough space on target disk? Can you try by RMAN without the brtools?

P.S. can you try without $ in UNC name? Create the shared folder on target and try to backup on it

like that

\\192.168.100.161\SAP_Backup\oracle\

BR, Sergo.

Message was edited by: Sergo Beradze

Former Member
0 Kudos

Hi

Check sap note 1763972 point 10.

https://launchpad.support.sap.com/#/notes/1763972/E

Hope that helps.

Regards

Prithviraj

Answers (1)

Answers (1)

JamesZ
Advisor
Advisor
0 Kudos

Hi Markus,

The brtools is old, please test the latest brtools. Because I can see some of SAP notes talking the error code BR0274E for the latest brtools.

Best regards,
James