cancel
Showing results for 
Search instead for 
Did you mean: 

Verify DB fails using DB13

Former Member
0 Kudos

Hi,

I am running verify DB using DB13 trx. But it gets terminated with below job log:

SID is AXD

DBSID is AXD

JOB LOG:

<i>Job started

Step 001 started (program RSDBAJOB, variant &0000000000000, user ID BASIS001)

Execute logical command BRBACKUP On host API2DEV

Parameters:-u / -jid VERIF20070425103427 -c force -w only_dbv -p initAXD.sap -m ALL

BR0051I BRBACKUP 7.00 (18)

BR0252E Function fopen() failed for '/oracle/AXD/102_64/sapbackup/bdvcrmpg.dbv' at location main-8

BR0253E errno 2: No such file or directory

BR0121E Processing of log file /oracle/AXD/102_64/sapbackup/bdvcrmpg.dbv failed

BR0056I End of database backup: bdvcrmpg.dbv 2007-04-25 10.34.36

BR0280I BRBACKUP time stamp: 2007-04-25 10.34.37

BR0054I BRBACKUP terminated with errors

External program terminated with exit code 3

BRBACKUP returned error status E</i>

As per the log, it is trying to create log in my ORACLE_HOME/sapbackup which does not exist and is thus getting terminated.

But I have already set SAPDATA_HOME=/oracle/AXD and SAPBACKUP=/oracle/AXD/sapbackup for both the users axdadm and oraaxd.

Also in initAXD.sap, parameter backup_root_dir = /oracle/AXD/sapbackup is set.

Plz help in resolving this issue.

<b>Regards,

Chintan Sheth</b>

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Better raise an OSS.

andreas_herzog
Active Contributor
0 Kudos

-> what are the permissions for /oracle/AXD/sapbackup? eg. read/write/execute etc.

GreetZ, AH

Former Member
0 Kudos

The permissions for /oracle/AXD/sapbackup are 755 with owner as oraaxd.

But the problem i see is that it is trying to create logs in /oracle/AXD/102_64/sapbackup which does not exist.

The log must be created in /oracle/AXD/sapbackup

Plz help.

Regards,

Chintan

Former Member
0 Kudos

Hi,

It seems clearly an environment issue...

as a bypass, run

<i>ln -s /oracle/AXD/sapbackup /oracle/AXD/102_64/sapbackup</i>

at least, you can run DB13 jobs while solving the problem.

Best Regards,

JC Llanes.