January 2005
Beginner to intermediate
928 pages
22h 14m
English
DB2 error messages are structured as follows:
CCCnnnnnS
where:
CCC identifies the DB2 component returning the message. See Table 17.1 for a list of all components.
| Component | Message Source |
|---|---|
| ASN | Replication |
| CCA | Configuration Assistant |
| CLI | Call-level interface |
| DB2 | Command Line Processor |
| DBA | Control Center and database administration utility |
| DBI | Installation or configuration |
| DWC | Data warehouse center |
| FLG | Information catalog manager |
| SAT | Satellite |
| SPM | Synch point manager |
| SQJ | Embedded SQLJ in Java |
| SQL | Database manager |
nnnnn is a three- to five-digit error code.
S is a severity indicator. When S has a value of W, it means a warning. When S has a value of N, it means it's an error (negative code). ...
Read now
Unlock full access