Viewing DB System Checks in CCMS (Informix) 
Use
You can use this procedure to view the results of database system checks (shortened to "DB system checks") for your Informix database, or to delete results from previous checks. This procedure is started from the Computing Center Management System (CCMS) in the R/3 System.
SAP recommends that you always check the results of check runs as soon as possible, otherwise you might fail to react in good time to a warning or error.
Prerequisites
You are ready to use CCMS. Refer to
Getting Started in CCMS with Informix DBA.You must run a check before you view the results. Refer to
Running DB System Checks in CCMS (Informix).Procedure
The system displays a list showing the results of previous check runs. For each check run, the highest detected severity is displayed, using a color-coded scheme (that is, red for errors, yellow for warnings, green for OK):
DB System Check Results
Severity |
Color |
What to do |
Abort |
Red |
You must immediately correct the severe error, otherwise data might be lost |
Error |
Red |
You should correct the error as soon as possible, otherwise a severe error might occur leading to data loss |
Warning |
Yellow |
You should correct the setting, but do not need to do so immediately |
Not checked |
Yellow |
As the system could not perform the check, you should find out why not (this is usually given in the recommendation) |
Nothing to complain |
Green |
As the check is OK, you need not do anything. |
The system displays entries for the following:
If this is nothing to complain, you need take no action, as your system has passed all checks. Otherwise, continue with this procedure.
For each such check, the system displays the expected value and the current value, together with a recommendation, as shown in the following example:

When looking at the detailed results for a check run, you might see something like the following for a single check:
EXTENTS for table vrsx (class DBGENERAL) non-performance check
expected... <= 200 (SAP original)
found ........ 228
recommendation. section D-021 in note ‘64001’ ?
please reorganize table immediately
This means that the value in the variable EXTENTS found for the table vrsx exceeds the recommended maximum value of 200. Consult OSS note 64001, or choose ? to display background information about this single check.
You can also see the following information:
·
The class of the check is DBGENERAL, that is, general database checks.·
The check is a non-performance check.·
The expected value of the check is SAP original. This means that the expected value had not been amended before the check was run.A help window is displayed showing detailed information about the single check to help you correct the problem.
Result
If you follow the recommendations given for checks color-coded red or yellow, you can make sure that your system remains as well tuned as possible. This leads to reduced downtime and better system performance.
See also:
Configuring DB System Checks in CCMS (Informix)