cancel
Showing results for 
Search instead for 
Did you mean: 

BR0386E File reported as not found by backup utility

Former Member
0 Kudos

Hi,

Oracle 10.2g, Sap Netweaver 7, Windows server 2003 x64.

We have done brbackup successfully with backup_dev_type util_file using Symantec Backup Exec.

When we try to restore by using:

brrestore -d util_file -b last -m full

it shows the following:

"

BR0229I Calling backup utility with function 'restore'...

BR0386E File 'G:\ORACLE\BIP\SAPDATA2\SR3_1\SR3.DATA1' reported as not found by backup utility

BR0279E Return code from 'F:\usr\sap\BIP\SYS\exe\uc\NTAMD64\backint.exe -u BIP -f restore -i F:\oracle\BIP\sapbackup\.readxsdw.lst -t file -p F:\usr\sap\BIP\SYS\exe\uc\NTAMD64\biparam.ini': 2

BR0374E 0 of 16 files restored by backup utility

BR0280I BRRESTORE time stamp: 2009-03-19 16.16.13

BR0231E Backup utility call failed

BR0406I End of file restore: readxsdw.rsb 2009-03-19 16.16.13

BR0280I BRRESTORE time stamp: 2009-03-19 16.16.13

BR0404I BRRESTORE terminated with errors

"

The tape is there and i could see the files mentioned. And the symantec remote backup exec agent is installed. the init<sid>.sap and biparam.ini are the ones used during brbackup.

May I know how to solve this?

thank you.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hello,

you must set the client name of your server that you make the backup, to init<SID>.utl of your new server.

example:

client = <clientname>

<clientname> is the client in your backup utility (backupexec, networker...)

Former Member
0 Kudos

Hi,

Just to update on this issue. This issue has been resolved. It's due to external backup utility that we used. We need to perform an offline backup to overcome this limitation.

Thank you.

regards,

zl

Former Member
0 Kudos

Hi ,

I am also facing the same problem.

Can you please let me know in details how to over come this error.

we are trying to restore the system using the offline backup. we are using symantec 12.

we are trying to restore to the same SID but on different machine.

Regards,

prasad

former_member204746
Active Contributor
0 Kudos

try to use this command instead:

brrestore -d util_file -b bdxxxxxx.aff -m full

Are you trying to restore on another server?

Former Member
0 Kudos

Hi,

I tried brrestore -d util_file -b bxxxxxx.anf -m full, with same results.

I am trying to restore on another disks by removing the original disk.

regards,

zl

former_member204746
Active Contributor
0 Kudos

Ok, so, you are restoring on the same server, but maybe your hard disk failed or you are now using a bigger one and want to restore your database.

Is it using the same drive letter?

You are really on the same server? If so, have you re-installed it?

Have you modified your initSID.utl file?

Former Member
0 Kudos

Hi,

we have restored the os from an offline backup.

and now restoring the db from online backup, and this failed.

and am using the same biparam.ini and init<SID>.sap used during brbackup.

regards,

zl

former_member204746
Active Contributor
0 Kudos

so, you are using the same initSID.utl file? same initSID.utl file?

Former Member
0 Kudos

Hi,

We don't have initSID.utl file in the original backup system.

only have biparam.ini and initSID.sap.

I tried to use backint.exe inquire function to find the files, the result is not found.

regards,

zl

Former Member
0 Kudos

ZL,

Are the driver letters same as before the restore of OS files and they are accessible?

Manoj