cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DB13 error immediately after scheduling

Former Member
0 Likes
808

hi all

SAP ECC6.0 is on windows 2003 srv with oracle 10.2, when we take backup through db13 it immediatly generate error log

29.06.2009 16:44:50 Job started

29.06.2009 16:44:50 Step 001 started (program RSDBAJOB, variant &0000000000004, user ID BASIS)

29.06.2009 16:44:50 Execute logical command BRBACKUP On host devsap

29.06.2009 16:44:50 Parameters:-u / -jid FLLOG20090629164450 -c force -t online -m full -p initdev.sap -a -c force -p initdev.sap -

29.06.2009 16:44:50 cds

29.06.2009 16:44:50 SXPG_COMMAND_EXECUTE(LONG)

29.06.2009 16:44:50 COMMANDNAME = BRBACKUP

29.06.2009 16:44:50 OPERATINGSYSTEM = ANYOS

29.06.2009 16:44:50 TARGETSYSTEM = devsap

29.06.2009 16:44:50 DESTINATION =

29.06.2009 16:44:51 BR0051I BRBACKUP 7.00 (38)

29.06.2009 16:44:51 BR0252E Function fopen() failed for 'E:\oracle\DEV\102\database\initdev.sap' at location BrInitSapRead-1

29.06.2009 16:44:51 BR0253E errno 13: Permission denied

29.06.2009 16:44:51 BR0159E Error reading BR*Tools profile E:\oracle\DEV\102\database\initdev.sap

29.06.2009 16:44:51 BR0056I End of database backup: beaxfvkc.log 2009-06-29 16.44.50

29.06.2009 16:44:51 BR0054I BRBACKUP terminated with errors

29.06.2009 16:44:51 External program terminated with exit code 3

29.06.2009 16:44:51 BRBACKUP returned error status E

29.06.2009 16:44:52 Job finished

plz guide me where is the error

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Likes

Imran,

errno 13: Permission denied

this is not an oracle error. This error is due to wrong authorizations at operating system level.

can you check authorizations for BR*Tools and SAPDBA in accordance with Note 113747

Thanks

Sushil

Former Member
0 Likes

Imran,

Check below link & sap notes

Note 1173159 - BR*Tools errors occur when accessing database directory

Also check See note -17163

Thanks

Sushil

markus_doehr2
Active Contributor
0 Likes

> 29.06.2009 16:44:51 BR0252E Function fopen() failed for 'E:\oracle\DEV\102\database\initdev.sap' at location BrInitSapRead-1

> 29.06.2009 16:44:51 BR0253E errno 13: Permission denied

> 29.06.2009 16:44:51 BR0159E Error reading BR*Tools profile E:\oracle\DEV\102\database\initdev.sap

Make sure SAPService<SID> can access that directory and file.

Markus

Former Member
0 Likes

yes SAPService<SID> was not rights to access these folders abd files.

but after giving access to files and folders problem is same

29.06.2009 16:44:51 BR0252E Function fopen() failed for 'E:\oracle\DEV\102\database\initdev.sap' at location BrInitSapRead-1

29.06.2009 16:44:51 BR0253E errno 13: Permission denied

29.06.2009 16:44:51 BR0159E Error reading BR*Tools profile E:\oracle\DEV\102\database\initdev.sap

anindya_bose
Active Contributor
0 Likes

Hi Imran

Do you have separate database host?

If you were able to do this earlier then you must have the RFC.

Check RFC destination SAPXPG_DBDEST_<your database host>. It should be working other wise you wont be able to schedule anything from DB13

If this RFC is not working you can provide the technical details of this RFC from sm59.

Thanks and Regards

Anindya

Former Member
0 Likes

now permission has been set, permission error removed

it generate an other error

30.06.2009 17:45:17 BR0181E Option '-cds' not supported for 'disk'

30.06.2009 17:45:17 BR0007I End of offline redo log processing: aeaxkyop.log 2009-06-30 17.45.16

30.06.2009 17:45:17 BR0280I BRARCHIVE time stamp: 2009-06-30 17.45.17

Former Member
0 Likes

Imran,

30.06.2009 17:45:17 BR0181E Option '-cds' not supported for 'disk'

set it to -sd option & try

Thanks

Sushil

anindya_bose
Active Contributor
0 Likes

Hi Imran

Set >archive_function = save

in initSID.sap file

Thanks and Regards

Anindya

former_member182034
Active Contributor
0 Likes

Hi Mr. Imran.

First of all,, You have to

1. set the profile parameters in initSID.sap file

2. check folder permission

3. check the Computer Browser and Server services are running

4. if you are take backup on disk then Must initialize the tape before run backup of database

Regards,

majamil

Former Member
0 Likes

you can also modify contents of table SDBAC. look for field PSTRING.

Former Member
0 Likes

Hi Markus Doehr,

Thank you very much.

Our Host is Windows machine, your suggestion to set the file which is having "Permission denied" error with user SAPServiceSID has solved our issue.

Many thanks,

Mohan.