cancel
Showing results for 
Search instead for 
Did you mean: 

Error DB13

Former Member
0 Kudos

Hi,

I am trying to take the Archive log backup through DB13

I schedule accordingly in the Development system for testing.

My landscape is on SUN Solaris 10.

I am able to do the backup using BRtools.*

This job failed & below is the log

BR0252E Function fopen() failed for '/oracle/BID/saparch/adyqbhuo.svd' at location main-5
BR0253E errno 13: Permission denied

As per this log it is failed due to Permission. I cheked the permission the permissions are drwxr-xr-x & the owner is orabid:dba.

My question is to whihc user I have to give the permissions if I am trying through DB13?

Thanks in advance.

Shambo

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Rather check permission of sapreorg?

May be orasid is not able to write log into the sap reorg.

Good luck..

Amit

Former Member
0 Kudos

Dear Shambo,

Please check whether the filesystem /oracle/<SID>/saparch has write permissions for the user ora<sid>

The error mentioned specifies that the user through which the archive is run is not able to open or create a file in the mentioned path.

Thanking you

Regards,

Vineeth

Former Member
0 Kudos

Hi

Have a look at OSS 651351.

Thanks

Amit

Former Member
0 Kudos

Hi Shambo,

Look at following Note:

Note 113747 - Permissions for DBA tools BR*Tools and SAPDBA

Hope it may help you.

Regards,

Keyur Dave

markus_doehr2
Active Contributor
0 Kudos

First check the permissions of the brbackup executable:

ls -l /sapmnt/<SID>/exe/brbackup

What is the effective user-id?

Markus

Former Member
0 Kudos

Hi Markus,

-rwsrwxr-x   1 orabid   dba      5008504 Mar  1  2006 /sapmnt/<SID>/exe/brbackup

I am logged in as ORASID user.

Thanks

Shambo

markus_doehr2
Active Contributor
0 Kudos

This looks good.

The login user does not count in that case. As you can see the "brbackup" has the s-bit set, so no matter which user executes brbackup, the user running the program will be ora<SID> (in your case orabid) - which is correct.

What's the umask setting of ora<sid>?

Markus