cancel
Showing results for 
Search instead for 
Did you mean: 

How to prevent warnings lines when taking offline backup.

Former Member
0 Kudos

Hi all Good day,

The following are the warnings when i am taking offline backup. (asdfgf.aff)

command line brbackup -u / -jid ALLOF20081023193000 -c force -t offline_force -m all -p initXCD_tiv_wkly.sap

BR0252W Function remove() failed for 'D:\oracle\product\10.2.0\db_1\database\sapXCD.ora' at location BrInitOraCreate-1

BR0253W errno 13: Permission denied

BR0252W Function fopen() failed for 'D:\oracle\product\10.2.0\db_1\database\initXCD.ora' at location BrInitOraCopy-2

BR0253W errno 13: Permission denied

How should i prevent this warnings. Please update any clues.

thanks a lot

rahul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rahul,

That directory path 'D:\oracle\product\10.2.0\db_1' looks a bit fishy. It is certainly not what you would have in a standard SAP installation (D:\oracle\XCD\102\database). The command line looks as if this is a brbackup started from DB13, which means that it runs with the identity SAPServiceXCD. Check whether that user is able to access the directory and files mentioned in the warning (use SM69 for that).

Regards,

Mark

markus_doehr2
Active Contributor
0 Kudos

> That directory path 'D:\oracle\product\10.2.0\db_1' looks a bit fishy.

I can just ack that.

Some has apparently installed Oracle using "setup.exe" and not by the provided sapserver.cmd script....

Markus

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Rahul

this seems to be a permission issue

first check if the file sapXCD.oraexists in the locaton 'D:\oracle\product\10.2.0\db_1\database\sapXCD.ora'

if yes..check for the permissions of this file

Rohit