cancel
Showing results for 
Search instead for 
Did you mean: 

Warning in RMAN Backup

Former Member
0 Kudos

Hi,

I´m doing backup of my SAP systems using backint with Veritas tool. In one of them I get this warning in all backups.

BR521I Database file D:ORACLEDESSAPDATA1DES620_3DES620.DATA3 included in save set

BR280I Time stamp 2009-04-03 00.06.48

BR521I Database file D:ORACLEDESSAPDATA2DES620_6DES620.DATA6 included in save set

BR280I Time stamp 2009-04-03 00.06.48

BR521I Database file D:ORACLEDESSAPDATA2DES620_9DES620.DATA9 included in save set

BR280I Time stamp 2009-04-03 00.06.48

BR521I Database file D:ORACLEDESSAPDATA1SYSTEM_1SYSTEM.DATA1 included in save set

BR280I Time stamp 2009-04-03 00.14.33

BR521I Database file D:ORACLEDESSAPDATA3DES_2DES.DATA2 included in save set

BR280I Time stamp 2009-04-03 00.14.33

BR521I Database file D:ORACLEDESSAPDATA4DES_6DES.DATA6 included in save set

BR280I Time stamp 2009-04-03 00.14.33

BR521I Database file D:ORACLEDESSAPDATA3DES_4DES.DATA4 included in save set

BR280I Time stamp 2009-04-03 00.14.33

BR521I Database file D:ORACLEDESSAPDATA3DES_1DES.DATA1 included in save set

BR280I Time stamp 2009-04-03 00.14.33

BR521I Database file D:ORACLEDESSAPDATA1DES620_4DES620.DATA4 included in save set

BR280I Time stamp 2009-04-03 00.14.33

BR521I Database file D:ORACLEDESSAPDATA2DES620_7DES620.DATA7 included in save set

BR280I Time stamp 2009-04-03 00.14.33

BR521I Database file D:ORACLEDESSAPDATA3DES620_10DES620.DATA10 included in save set

#INCR..... BEAGRIMF.INCR

#SAVED.... beagrimf 1668-1670/1696-1696

BR522I 24 files/save sets processed by RMAN

BR280I Time stamp 2009-04-03 00.22.01

BR508I Incremental database backup (level 1) using RMAN successful

*BR252W Function TerminateProcess() failed for '5876' at location BrKill-7

BR253W errno 5: Access is denied.*

BR319I Control file copied to: I:oracleDESsapbackupcntrlDES.dbf 4677632

BR340I Switching to next online redo log file for database instance DES ...

BR321I Switch to next online redo log file for database instance DES successful

BR117I ARCHIVE LOG LIST after backup for database instance DES

Database log mode Archive Mode

Automatic archival Enabled

Archive destination F:oracleDESoraarchDESarch

Archive format ARC%S.%T

Oldest online log sequence 7259

Next log sequence to archive 7262

Current log sequence 7262 SCN: 1567509561

Database block size 8192 Thread: 1

Oracle version 9.2.0.2.1

BR252W Function TerminateProcess() failed for '5876' at location BrKill-7

BR253W errno 5: Access is denied

It looks like a permissions problem but the user which execute backup is super administrator of server.

Anybody know what is the problem???

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member220071
Active Participant
0 Kudos

Hi Pablo ,

Try following

1 You can create a password file using the password file creation utility, ORAPWD.

2 Set the REMOTE_LOGIN_PASSWORDFILE initialization parameter to

EXCLUSIVE

add ora<sid> as dba group member .

Abhijeet

Former Member
0 Kudos

Closing thread.

Former Member
0 Kudos

Hi,

Do you start BRBACKUP from the O/S directly (e.g. via a DOS shell) or via transaction DB13. In the first case I guess you run it as user desadm, but if the backup runs from DB13, then it implicitly executes with the user SAPServiceDES. Make sure that both users belong to the local Administrators group.

Could you also give the BRBACKUP version and the command arguments that were used (you find those at the beginning of the action log)?

In case of problems with a BR tool it can be useful to run the comand with tracing (BR_TRACE) enabled. See note 29321 for details.

Regards,

Mark