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

INCORRECT OUTPUT OF DATETIME AND DATETIME2 IN SQL SERVER

Produkt:
DB2 FOR LUW / DB2FORLUW / A10 - DB2
Problembeschreibung:
There are 2 issues failed for round-up issue when fetch data 
from SQL SERVER datetime/datetime2 column in v97fp7. 
 
Issue 1: Select from nickname where the query condition is a 
timestamp column from local table, the output is incorrect. 
SELECT * FROM t83131 
C1 
-------------------------- 
2010-05-06-00.00.00.000000 
 
  1 record(s) selected. 
 
SELECT max(c1) FROm t83131_db2 
C1 
-------------------------- 
2010-05-05 23:59:59.999000 
 
-- With DB2 9.7 FP5 
SELECT * FROM t83131 where c1=(SELECT max(c1) FROm t83131_db2) 
 
C1 
-------------------------- 
2010-05-06-00.00.00.000000 
 
  1 record(s) selected. 
 
-- With DB2 9.7 FP7 
SELECT * FROM t83131 where c1=(SELECT max(c1) FROm t83131_db2) 
 
C1 
-------------------------- 
- 
 
  0 record(s) selected. 
 
 
Issue 2: Select from nickname where the query condition is a 
timestamp constant string, the output is incorrect. 
SELECT * FROM t83131 
C1 
-------------------------- 
2010-05-06-00.00.00.000000 
 
  1 record(s) selected. 
 
SELECT max(c1) FROm t83131_db2 
C1 
-------------------------- 
2010-05-05 23:59:59.999000 
 
-- With DB2 9.7 FP5 
SELECT * FROM t83131 where c1= '2010-05-05 23:59:59.999' 
 
C1 
-------------------------- 
2010-05-06-00.00.00.000000 
 
  1 record(s) selected. 
 
-- With DB2 9.7 FP7 
SELECT * FROM t83131 where c1= '2010-05-05 23:59:59.999' 
 
C1 
-------------------------- 
- 
 
  0 record(s) selected.
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* Federation Server failed to fetch correct                    * 
* datatime/datetime2 outputs from SQL SERVER                   * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description.                                       * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to InfoSphere Federation Server v97fp8 or later.     * 
****************************************************************
Local-Fix:
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
The problem is firstly fixed at v97fp8.
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
03.12.2012
27.09.2013
27.09.2013
Problem behoben ab folgender Versionen (IBM BugInfos)
9.7.FP8
Problem behoben lt. FixList in der Version
10.1.0.3 FixList
10.1.0.3 FixList