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

SYSPROC.REORGCHK_IX_STATS STORED PROCEDURE CALL FROM A CLI APPLICATION
FAILS WITH SQL0440N

Produkt:
DB2 CONNECT / DB2CONNCT / A10 - DB2
Problembeschreibung:
SYSPROC.REORGCHK_IX_STATS stored procedure call from a CLI 
application fails with: 
 
"SQL0440N No authorized routine named "GET_INDEX_COLNAMES" of 
type "FUNCTION" having compatible arguments was found. 
SQLSTATE=42884" 
 
It works from Command Line Processor without any issues. 
 
Since CURRENT PATH is an updatable special register, the 
REORGCHK_IX_STATS procedure inherits the user's setting.  CLI 
must qualify all references to built-in SYSIBM, SYSPROC, SYSFUN 
and SYSIBMADM objects to get consistent behavior.
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* Users using CLI driver based applications                    * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to 10.1 Fix Pack 3 or higher                         * 
****************************************************************
Local-Fix:
Using the CurrentFunctionPath keyword should avoid this problem. 
 
 
For example, modifying the db2dsdriver.cfg as follows should 
avoid this problem: 
 
<configuration> 
    <dsncollection> 
        <dsn alias="SAMPLE" name="SAMPLE" host="ADMINIB-7025GJS" 
port="50000"> 
            <parameter name="Authentication" value="Server"/> 
            <parameter name="CurrentFunctionPath" 
value="SYSIBM,SYSPROC,X"/> 
        </dsn> 
    </dsncollection> 
</configuration>
verfügbare FixPacks:
DB2 Version 10.1 Fix Pack 3 for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 4 for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 3a for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 6 for Linux, UNIX, and Windows

Lösung
First fixed in DB2 V10.1 Fix Pack 3
Workaround
keiner bekannt / siehe Local-Fix
Bug-Verfolgung
Vorgänger  : APAR is sysrouted TO one or more of the following: IC92357 IC95309 
Nachfolger : 
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
22.04.2013
27.09.2013
27.09.2013
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version
10.1.0.3 FixList
10.1.0.3 FixList