DB2 - Problembeschreibung
Problem IC63051 | Status: Geschlossen |
DB2CKUPGRADE MAY RETURN ORPHAN ROW WARNING MESSAGE WHEN UPGRADIN G A V8.* DATABASE CONTAINING PSM NATIVE PROCEDURES TO V9.7 | |
Produkt: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
Problembeschreibung: | |
Check database for upgrade command (db2ckupgrade) may return orphan row warning message when upgrading a v8.* database containing PSM native procedures to v9.7. The following query can help identify the procedure(s) that may be affected: select r.routineschema, r.specificname from sysibm.syscodeproperties cp, sysibm.sysroutines r where cp.lib_id = r.lib_id and r.implementation = 'db2pvm!pvm_entry' and cp.object_id = 0; | |
Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * n/a * **************************************************************** * PROBLEM DESCRIPTION: * * Check database for upgrade command (db2ckupgrade) may * * returnorphan row warning message when upgrading a v8.* * * databasecontaining PSM native procedures to v9.7.The * * following query can help identify the procedure(s) thatmaybe * * affected:select r.routineschema, r.specificname * * fromsysibm.syscodeproperties cp, sysibm.sysroutines r * * wherecp.lib_id = r.lib_id and r.implementation * * ='db2pvm!pvm_entry'and cp.object_id = 0; * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 Version 9.7 Fixpack 1 * **************************************************************** | |
Local-Fix: | |
As a workaround, customer should do the following: - Request help from IBM support - Collect the outputs for db2cleancat <dbname> 0 - Collect the output of the query "select object_type, object_id, cp.lib_id, libversion from sysibm.syscodeproperties cp, sysibm.sysroutines r where cp.lib_id = r.lib_id" | |
verfügbare FixPacks: | |
DB2 Version 9.7 Fix Pack 1 for Linux, UNIX, and Windows | |
Lösung | |
First fixed in DB2 Version 9.7 Fixpack 1 | |
Workaround | |
keiner bekannt / siehe Local-Fix | |
Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 08.09.2009 24.02.2010 24.02.2010 |
Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.7.FP1 | |
Problem behoben lt. FixList in der Version | |
9.7.0.1 |