cancel
Showing results for 
Search instead for 
Did you mean: 

SAP database system check failed (rc=3) - check latest *.chk logfile

Former Member
0 Kudos

Hi,

i have checked sapcheck folder

tail -100 cdyzlvtv.chk

BR0280I BRCONNECT time stamp: 2008-10-09 08.15.49

BR0969I Checking database administration...

BR0970W Database administration alert - level: WARNING, type: CRITICAL_FILE, object: /oracle/EDV/sapdata1/edvusr_1/edvusr.data1, value: (max_extn) 8171520 KB (> 1075560 KB)

BR0803I BRCONNECT completed successfully with warnings

please help me.

Regards

mohsin

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member204746
Active Contributor
0 Kudos

your data file was set to be autoextendable. if it eventually grows to its maximum size, you will not have enough disk space to handle this.

so, you have a few possible solutions:

1. you set a smaller maximum extendable size:

brspace -c -u / -f dfalter

2. you increase disk space

3. you move the datafile elsewhere.

Option 1 is the easiest.

fidel_vales
Employee
Employee
0 Kudos

Hi mohsin,

There are multiple posts about similar issues.

There are notes that explain the issue.

Please, start searching and reading those.

Read SAP note 849484 "New CRITICAL_TABLESPACE check condition in BRCONNECT" and 435290 "Description of BRCONNECT 6.10 DB check conditions" and, if you still do not understand, then tell exactly what do you do not understand of the explanations provided on the notes.