cancel
Showing results for 
Search instead for 
Did you mean: 

BRARCHIVE from SAP failed: access denied

Former Member
0 Kudos

Hi!

I am facing with the problem that the online redo log backups from SAP endes with following error:

R0203I to
192.168.20.45\backup\abc\archive\abc...

R0278E Command output of 'E: && cd E:\oracle\abc\102\database && E:\usr\sap\abcSYS\exe\nuc\NTAMD64\brtools.exe -f copyfile
192.168.195.47\backup\gsr\archive\ABC initABC.ora s

ccess is denied.

0 file(s) copied.

R0280I BRARCHIVE time stamp: 2009-10-29 14.15.59

R0279E Return code from 'E: && cd E:\oracle\ABC\102\database && E:\usr\sap\GSR\SYS\exe\nuc\NTAMD64\brtools.exe -f copyfile
192.168.195.47\backup\gsr\archive\ABC initABC.ora sp

R0222E Copying init_ora to/from
192.168.20.45\backup\abc\archive\ABC failed due to previous errors

R0016I 0 offline redo log files processed, total size 0.000 MB

R0007I End of offline redo log processing: aebuhwjm.svd 2009-10-29 14.15.59

R0280I BRARCHIVE time stamp: 2009-10-29 14.15.59

R0005I BRARCHIVE terminated with errors

When I try from os-level with brarchive -c the redo log backup will be completed without any errors.

Any helpful information will be very appreciated!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

go to Kernel directory & run the script

sqlplus /nolog @sapdba_role.sql SID

BR,

Darshan

Former Member
0 Kudos

One question still:

when I change the password of the user with the command

> ALTER USER SAPR3 IDENTIFIED BY mypass

and restart the SAP, SAP does not come up because in the table SAPUSER no changes has been edited.

Question:

what are the actions after this SQL-commando to execute?

volker_borowski2
Active Contributor
0 Kudos

Hello,

the OS User SAPServiceSID on the target machine needs

to get OS write access rights to your backup target share

and needs to be able to login to the target machine without

additional password prompt.

Now if your SAP runs with a domain SAP-Account

i.E SAPServiceSID@mydom, the target computer

needs to be a memeber of the same domain.

If it is a local installation the target Sytsme needs a

local Windows Account with the very same password

than SAP ServiceSID has on the source machine.

As for the second question:

Change the password using brtools in dialog mode.

It will take care to adjust SAPUSER.

Volker

markus_doehr2
Active Contributor
0 Kudos

> I am facing with the problem that the online redo log backups from SAP endes with following error:

> R0203I to
192.168.20.45\backup\abc\archive\abc...

> R0278E Command output of 'E: && cd E:\oracle\abc\102\database && E:\usr\sap\abcSYS\exe\nuc\NTAMD64\brtools.exe -f copyfile
192.168.195.47\backup\gsr\archive\ABC initABC.ora s

> ccess is denied.

> When I try from os-level with brarchive -c the redo log backup will be completed without any errors.

Yes.

The SAP system runs under user SAPService<SID>. That user must be created on the target server.

Markus

Former Member
0 Kudos

Hi!

Many thanks for the response.

The user SAPService<sid> is already created on target server and has the role 'sapdba'.

What can be the reason that the access denied error comes up, even if the online redo log backup will be executed from SAP?