DB2 - Problembeschreibung
| Problem IC74923 | Status: Geschlossen |
db2dart does not print out sufficient details when it encounters a non-corruption read errors. | |
| Produkt: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
| Problembeschreibung: | |
Currently, db2dart only returns general error message when it
encounters a non-corruption related error i.e.
Error: Unable to read pool page XXXXXXX, object page XXXX,
from pool X,
Error: parent pool X, object ID X, object type Index.
Error: extent map anchor page of object is XX.
For example, db2dart could encounter a non-corruption error due
to insufficient system resource (i.e. SQLO_NORES).
db2diag.log will return the following entry, e.g.
XXXX-0X-XX-XX.XX.XX.XXX000-XXX XXXXXXXXXXXXX LEVEL: Error
PID : XXXX TID : XXXX PROC : db2dart
INSTANCE: DB2 NODE : 000
FUNCTION: DB2 UDB, buffer pool services, sqlbFixDataEMP,
probe:820
MESSAGE : ZRC=0x870F00F2=-2029059854=SQLO_NORES
"no resources to create process or thread"
and db2dart returns the following errors, e.g.
Data inspection phase start. Data obj: XXX In pool: X
Error: Unable to determine pool relative page number for obj
rel page 0 (Obj ID:XXX, Pool ID:X)
Error: Unable to read pool page XXXXXXXXXX, object page X,
from pool X,
Error: parent pool X, object ID XXX, object type Data.
Error: extent map anchor page of object is XXXXXX.
Error: This object page does not exist.
Instead of returning a general error message, db2dart will
include the return code (RC) of the error (in hex value). | |
| Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * db2dart users. * **************************************************************** * PROBLEM DESCRIPTION: * * Without this APAR, customer is exposed to the issue as * * described in the "ERROR DESCRIPTION" section. * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 Version 9.7, Fixpack 5. * **************************************************************** | |
| Local-Fix: | |
n/a | |
| verfügbare FixPacks: | |
DB2 Version 9.7 Fix Pack 5 for Linux, UNIX, and Windows | |
| Lösung | |
First fixed in DB2 Version 9.7, Fixpack 5. | |
| Workaround | |
n/a | |
| Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 08.03.2011 03.01.2012 03.01.2012 |
| Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.7.FP5 | |
| Problem behoben lt. FixList in der Version | |
| 9.7.0.5 |
|