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 | |
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 |