Hello All,
DBA job is failing due to below error.I searched in SCN but i could get exact solution .
Job started
Step 001 started (program RSDBAJOB, variant &0000000000128, user ID BASIS@ORIGIN)
Execute logical command BRCONNECT On host beevsprd
Parameters: -jid CHECK20080528230000 -u / -c -f check
BR0801I BRCONNECT 7.20 (36)
BR0805I Start of BRCONNECT processing: ceqfmpfw.chk 2015-04-05 23.00.04
BR0252E Function fopen() failed for '/oracle/PRD/sapcheck/ceqfmpfw.chk' at location main-6
BR0253E errno 13: Permission denied
BR0121E Processing of log file /oracle/PRD/sapcheck/ceqfmpfw.chk failed
BR0806I End of BRCONNECT processing: ceqfmpfw.chk2015-04-05 23.00.04
BR0280I BRCONNECT time stamp: 2015-04-05 23.00.05
BR0804I BRCONNECT terminated with errors
External program terminated with exit code 3
BRCONNECT returned error status E
Job finished
when i login to OS level and checked i could not find file ceqfmpfw.chk.
-rw-r--r-- 1 oraprd dba 2431 Mar 15 10:04 ceqbksic.sta
-rw-r--r-- 1 oraprd dba 2499 Mar 15 10:10 ceqbksky.sta
-rw-r--r-- 1 oraprd dba 274 Mar 15 11:17 connPRD.log
-rw-r--r-- 1 oraprd dba 24516876 Mar 15 11:17 ceqbkuwn.sta
Above files are are only available in the directory.
so If i change permissions of rw-r--r-- 1 oraprd dba 24516876 Mar 15 11:17 ceqbkuwn.sta as below will it be succesful.
rw-r--r-- 1 oraprd sapsys 24516876 Mar 15 11:17 ceqbkuwn.sta
Please suggest me on this.
Regards
Shekar