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

FP5: LUW V97: DEBUGGER SHOULD STOP AT THE "LAST" STATEMENT TO LE
T USER VIEWING SOME VARIABLE'S VALUE BEFORE EXISTING DEBUG SESSI

Produkt:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problembeschreibung:
This is not a regression.  This defect is simply used to keep 
track of minor problem that PSM/Unified Debugger needs to solve 
in the future release. 
 
When you debug the below function, the debugger does stop at 
"RETURN v1;" or the first line "CREATE FUNCTION..." statement to 
let the user viewing v1's value before existing debug. 
 
CREATE FUNCTION FOO(IN pin INTEGER) 
RETURNS INTEGER 
BEGIN 
    DECLARE v1 INTEGER; 
    DECLARE v2 INTEGER DEFAULT 100; 
 
    SET v1 = pin * pin; 
    RETURN v1; 
END 
 
There is a similar problem in debugging procedure below.  The 
user can't view v1's value before existing debug session. 
 
CREATE PROCEDURE FOO(IN pin INTEGER) 
 
BEGIN 
    DECLARE v1 INTEGER; 
    DECLARE v2 INTEGER DEFAULT 100; 
 
    SET v1 = pin * pin; 
END 
 
To solve this problem, all DB2z, iSeries, and IDS debugger stop 
at the first line CREATE PROCEDURE or CREATE FUNCTION
Problem-Zusammenfassung:
Local-Fix:
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
Workaround
keiner bekannt / siehe Local-Fix
Kommentar
This is an extremely minor issue that has been rectified.
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
07.09.2011
20.09.2011
20.09.2011
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version
9.7.0.5 FixList