home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Neueste VersionenFixList
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Haben Sie Probleme? - Kontaktieren Sie uns.
Kostenlos registrieren anmeldung-x26
Kontaktformular kontakt-x26

DB2 - Problembeschreibung

Problem IC75525 Status: Geschlossen

EVMON_FORMAT_UE_TO_TABLES DOES NOT OUTPUT ANYTHING IF PARTIAL EVENT EXISTS.

Produkt:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problembeschreibung:
EVMON_FORMAT_UE_TO_TABLES does not output anything if partial 
event exists. 
 
The UE table included the incomplete events. 
In case of EVMON_FORMAT_UE_TO_TABLES: 
    Did not output complete events information to relational 
table, 
 
Partial event is mentioned at the following URL. 
http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?t 
opic=/com.ibm.db2.luw.sql.rtn.doc/doc/r0054909.html 
 
$ db2 "SELECT count(*) FROM TABLE (EVMON_FORMAT_UE_TO_XML... 
 
1 
----------- 
          1 
 
Before fix, 
EVMON_FORMAT_UE_TO_TABLES returned SQL443N with 0 record. 
$ db2 call EVMON_FORMAT_UE_TO_TABLES(...) 
SQL0443N 
$ db2 "select count(*) from lock_event" 
 
1 
----------- 
          0 
 
After fix, EVMON_FORMAT_UE_TO_TABLES returned SQL443N,but 
inserted record. 
 
$ db2 call EVMON_FORMAT_UE_TO_TABLES(...) 
SQL0443N 
$ db2 "select count(*) from lock_event" 
 
1 
----------- 
          1
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* ALL                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* EVMON_FORMAT_UE_TO_TABLES does not output anything if        * 
* partial                                                      * 
* event exists.                                                * 
*                                                              * 
*                                                              * 
*                                                              * 
* The UE table included the incomplete events.                 * 
*                                                              * 
* In case of EVMON_FORMAT_UE_TO_TABLES:                        * 
*                                                              * 
*     Did not output complete events information to relational * 
*                                                              * 
* table,                                                       * 
*                                                              * 
*                                                              * 
*                                                              * 
* Partial event is mentioned at the following URL.             * 
*                                                              * 
* http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.j * 
* sp?t                                                         * 
* opic=/com.ibm.db2.luw.sql.rtn.doc/doc/r0054909.html          * 
*                                                              * 
*                                                              * 
*                                                              * 
* $ db2 "SELECT count(*) FROM TABLE (EVMON_FORMAT_UE_TO_XML... * 
*                                                              * 
*                                                              * 
*                                                              * 
* 1                                                            * 
*                                                              * 
* -----------                                                  * 
*                                                              * 
*           1                                                  * 
*                                                              * 
*                                                              * 
*                                                              * 
* Before fix,                                                  * 
*                                                              * 
* EVMON_FORMAT_UE_TO_TABLES returned SQL443N with 0 record.    * 
*                                                              * 
* $ db2 call EVMON_FORMAT_UE_TO_TABLES(...)                    * 
*                                                              * 
* SQL0443N                                                     * 
*                                                              * 
* $ db2 "select count(*) from lock_event"                      * 
*                                                              * 
*                                                              * 
*                                                              * 
* 1                                                            * 
*                                                              * 
* -----------                                                  * 
*                                                              * 
*           0                                                  * 
*                                                              * 
*                                                              * 
*                                                              * 
* After fix, EVMON_FORMAT_UE_TO_TABLES returned SQL443N,but    * 
*                                                              * 
* inserted record.                                             * 
*                                                              * 
*                                                              * 
*                                                              * 
* $ db2 call EVMON_FORMAT_UE_TO_TABLES(...)                    * 
*                                                              * 
* SQL0443N                                                     * 
*                                                              * 
* $ db2 "select count(*) from lock_event"                      * 
*                                                              * 
*                                                              * 
*                                                              * 
* 1                                                            * 
*                                                              * 
* -----------                                                  * 
*                                                              * 
*           1                                                  * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 UDB version 9.7 fixpack 5.                    * 
****************************************************************
Local-Fix:
verfügbare FixPacks:
DB2 Version 9.7 Fix Pack 5 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 6 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 7 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 8 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 9 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 9a for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 10 for Linux, UNIX, and Windows

Lösung
Problem was first fixed in DB2 UDB Version 9.7 Fix Pack 5.
Workaround
keiner bekannt / siehe Local-Fix
Kommentar
LOG_PARTIAL_EVENTS option don't apply to 
EVMON_FORMAT_UE_TO_TABLES. 
It only apply to EVMON_FORMAT_UE_TO_XML. 
So the only way to look at  the partial event is to use 
EVMON_FORMAT_UE_TO_XML with  LOG_PARTIAL_EVENTS option and 
format the separate XML document under sqllib/dump. 
There is no way to got those partial event into event table. 
It is a limitation for the EVMON_FORMAT_UE_TO_TABLES.
Bug-Verfolgung
Vorgänger  : APAR is sysrouted TO one or more of the following: IC91696 
Nachfolger : 
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
04.04.2011
17.01.2012
17.01.2012
Problem behoben ab folgender Versionen (IBM BugInfos)
9.7.FP5
Problem behoben lt. FixList in der Version
9.7.0.5 FixList