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 IC99370 Status: Geschlossen

NNSTAT() PROCEDURE MAY RETURN ERROR SQL1131N WHEN USED ON A NICKNAME WITH
AN INDEX ON MANY COLUMNS

Produkt:
DB2 FOR LUW / DB2FORLUW / A50 - DB2
Problembeschreibung:
On Windows, if you run the NNSTAT() procedure on a nickname 
which 
has an index on many columns, you may receive the following 
error : 
SQL1131N  A stored procedure process has been terminated 
abnormally. Routine name: "SYSPROC.NNSTAT". Specific name: 
"NNSTAT_EXTENDED".  SQLSTATE=38503 
 
 
 
Example : 
 
SET PASSTHRU SERV1 ; 
DROP TABLE TESTTABLE; 
create table TESTTABLE(c1 varchar(10),c2 varchar(10),...,c20 
varchar(10)); 
CREATE INDEX TESTINDEX ON 
TESTTABLE(C1,C2,C3,C4,C5,C6,C7,C8,C9,C10,C11,C12,c13,c14); 
SET PASSTHRU RESET; 
CREATE NICKNAME NICK1 for "SERV1"."DB2INST1"."TESTTABLE"; 
call sysproc.nnstat('SERV1','DB2INST1','NICK1',NULL, 
NULL,1,NULL,?); 
SQL1131N  A stored procedure process has been terminated 
abnormally. Routine name: "SYSPROC.NNSTAT". Specific name: 
"NNSTAT_EXTENDED".  SQLSTATE=38503
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* DB2 LUW users on Windows using NNSTAT() procedure            * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 Cancun Release 10.5.0.4 (also known as Fix    * 
* Pack 4) or higher.                                           * 
****************************************************************
Local-Fix:
N/A
verfügbare FixPacks:
DB2 Cancun Release 10.5.0.4 (also known as Fix Pack 4) for Linux, UNIX, and Windows
DB2 Version 10.5 Fix Pack 9 for Linux, UNIX, and Windows

Lösung
Fixed in DB2 Cancun Release 10.5.0.4 (also known as Fix Pack 4)
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
14.02.2014
22.09.2014
22.09.2014
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version
10.5.0.4 FixList