cancel
Showing results for 
Search instead for 
Did you mean: 

DB13 jobs fail

Former Member
0 Kudos

Hi All,

We are getting error in our DB13 jobs; Job log says:

Execute logical command BRCONNECT On host

Parameters: -u / -c -f check

BR0801I BRCONNECT 6.40 (52)

BR0252W Function remove() failed for '/oracle/PD0/102_64/dbs/sap.ora' at location BrInitOraCreate-1

BR0253W errno 13: Permission denied

BR0252W Function fopen() failed for '/oracle/PD0/102_64/dbs/initPD0.ora' at location BrInitOraCopy-2

BR0253W errno 13: Permission denied

BR0805I Start of BRCONNECT processing: cefqipbr.chk 2011-04-11 10.33.11

BR0252E Function fopen() failed for '/oracle/PD0/sapcheck/cefqipbr.chk' at location main-11

BR0253E errno 13: Permission denied

BR0121E Processing of log file /oracle/PD0/sapcheck/cefqipbr.chk failed

BR0806I End of BRCONNECT processing: cefqipbr.chk2011-04-11 10.33.11

BR0280I BRCONNECT time stamp: 2011-04-11 10.33.11

BR0804I BRCONNECT terminated with errors

External program terminated with exit code 3

We checked that 755 permissions are set on both dbs and sapcheck and in our other same SAP version server DB13 jobs are running fine with the same permissions so I am expecting I need to provide some authorizations somewhere else.

Please suggest.

Shivam Mittal

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member213250
Active Participant
0 Kudos

Hello Mr. Shiva

Fisrt of all please check your permissions according to note 113747. According to note 113747 the permissions should be like this

brarchive, brbackup, brconnect, brtools have permission 4775:

-rwsrwxr-x ora<sid> sapsys ..

These can be started by the ora<sid> or the <sid>adm OS user.

brrestore, brrecover, brspace, and sapdba have permission 755:

-rwxr-xr-x <sid>adm sapsys ...

These can only be started by the ora<sid> OS user.``

Secondaly these type of error can also occur if SAPService<SID> is not a member of the groups ORA_<SID>_DBA,ORA_<SID>_OPER.

Please check if this user can write, read read and modify the directory on which you are getting error.

Hope it helps

Regards

Venkat

Former Member
0 Kudos

Hi,

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

What he said......

Looks like you have upgraded your brtools with setting the correct permissions.

Mark

Former Member
0 Kudos

Hi Shivam,

Please see this wiki on similar issues like mentioned and solution:

http://wiki.sdn.sap.com/wiki/display/Basis/DB13-Backuperroron+HP-UX

Thanks,

Saleem

audunlea_hansen
Active Participant
0 Kudos

These errors are common when there are wrong permissions on the $ORACLE_HOMe/dbs and sapcheck directory. Typically <SID>adm have not right permissions. May ure 'chmod 775 <dir>' on those two directories.

Regards

Audun

DBA

Former Member
0 Kudos

Set the access authorizations and the file owner as described in Note 113747.

Former Member
0 Kudos

Hi Shivam,

Your hint is with the note 1173159.

Please check access permissions for the user.

Regards

Vinod