
Symptom
BR0805I Start of BRCONNECT processing: itsiticom.chk 2012-08-01 06.00.11 BR0820E BRCONNECT currently running with function 'check' or was killed BR0821I Please delete file /oracle/ARA/sapcheck/.lock_chk.brc if BRCONNECT was killed BR0822E Setting of BRCONNECT lock failed BR0806I End of BRCONNECT processing: itsiticom.chk 2012-08-01 06.00.11 BR0804I BRCONNECT terminated with errors
Solution
1. Go to the respective directory (as mention on logs). List all files with -a option since the .lock.chk.brc is a hidden file.
cd /oracle/ARA/sapcheck/
ls -lart
2. Delete the file
rm -rf .lock_chk.brc
3. Start your BRCONNECT again!



