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

NEXT_DAY SCALAR FUNCTION RETURNS SQL0171N WHEN LOCALE IS NOT EN_US

Produkt:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problembeschreibung:
The NEXT_DAY scalar function returns SQL0171N when the locale is 
not en_US. For example, 
 
================ 
$ export | grep LANG 
LANG=ja_JP 
$ db2 connect to sample 
$ db2 "SELECT NEXT_DAY(CURRENT DATE,'FRIDAY') FROM 
SYSIBM.SYSDUMMY1" 
 
1 
---------- 
SQL0171N  The data type, length or value of the argument for the 
parameter in position "2" of routine "SYSIBM.NEXT_DAY" is 
incorrect. Parameter name: "". 
 
SQLSTATE=42815 
================
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* DB2 UDB Version 9.7                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* The NEXT_DAY scalar function returns SQL0171N when the       * 
* locale is not en_US. For example,                            * 
*                                                              * 
* ================                                             * 
* $ export | grep LANG                                         * 
* LANG=ja_JP                                                   * 
* $ db2 connect to sample                                      * 
* $ db2 "SELECT NEXT_DAY(CURRENT DATE,'FRIDAY') FROM           * 
* SYSIBM.SYSDUMMY1"                                            * 
*                                                              * 
* 1                                                            * 
* ----------                                                   * 
* SQL0171N  The data type, length or value of the argument for * 
* the parameter in position "2" of routine "SYSIBM.NEXT_DAY"   * 
* is incorrect. Parameter name: "".                            * 
* SQLSTATE=42815                                               * 
* ================                                             * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to Version 9.7 FixPack 5.                            * 
****************************************************************
Local-Fix:
Set locale to en_US before starting DB2. For example, 
 
================ 
$ db2stop 
$ export LANG=en_US 
$ db2start 
$ db2 connect to sample 
$ db2 "SELECT NEXT_DAY(CURRENT DATE,'FRIDAY') FROM 
SYSIBM.SYSDUMMY1" 
 
1 
---------- 
2011-04-01 
 
  1 record(s) selected. 
================
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 FixPack 5.
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
30.03.2011
08.12.2011
08.12.2011
Problem behoben ab folgender Versionen (IBM BugInfos)
9.7.FP5
Problem behoben lt. FixList in der Version
9.7.0.5 FixList