home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Latest versionsfixlist
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
Have problems? - contact us.
Register for free anmeldung-x26
Contact form kontakt-x26

DB2 - Problem description

Problem IC76248 Status: Closed

IN CONTROL CENTER, DB2/ZOS TABLE SPACE PARTITIONS APPEAR MORE THAN ONCE IN
PARTITION MANAGEMENT TAB OF ALTER TABLESPACE WINDOW

product:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problem description:
In Control Center, when you are connected to a DB2 on z/OS 
database and you do the following sequence of actions, each 
partition appears multiple times in the Partition Management tab 
of the Alter Table Space window: 
 
    1) Select 'Table Spaces'. 
    2) Select a table space. 
    3) Select 'Alter...' 
    4) Select the 'Partition Management' tab. 
 
The reason why each table space partition appears more than once 
is because Control Center runs an SQL statement like the 
following, which is a Cartesian join of the system catalog 
tables SYSIBM.SYSTABLEPART and SYSIBM.SYSTABLESPACE: 
 
SELECT 
 A.PARTITION, 
 A.TSNAME, 
 A.DBNAME, 
 A.IXNAME, 
 A.IXCREATOR, 
 A.PQTY, 
 A.SQTY, 
 A.STORTYPE, 
 A.STORNAME, 
 A.VCATNAME, 
 A.PERCACTIVE, 
 A.PERCDROP, 
 A.FREEPAGE, 
 A.PCTFREE, 
 A.CHECKFLAG, 
 A.SPACE, 
 A.COMPRESS, 
 A.GBPCACHE, 
 A.STATSTIME, 
 A.TRACKMOD, 
 B.ERASERULE 
FROM 
 SYSIBM.SYSTABLEPART A , 
 SYSIBM.SYSTABLESPACE B 
WHERE 
 (A.TSNAME='<table space name>' AND A.DBNAME='<database name>') 
ORDER BY 
 A.PARTITION 
FOR FETCH ONLY WITH UR
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* Users of DB2 for Linux, UNIX and Windows who connect using   * 
* Control Center to DB2 on z/OS                                * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* .                                                            * 
****************************************************************
Local Fix:
available fix packs:
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

Solution
Problem was first fixed in Version 9.7 Fix Pack 5. 
At a minimum, this fix should be applied on the client.
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
09.05.2011
14.12.2011
14.12.2011
Problem solved at the following versions (IBM BugInfos)
9.7.FP5
Problem solved according to the fixlist(s) of the following version(s)
9.7.0.5 FixList