DB2 - Problembeschreibung
Problem IC81838 | Status: Geschlossen |
CLI/.NET APPLICATIONS FAIL WITH SQL30020N/SQL30081N WHEN EXECUTI NG A STORED PROCEDURE WITH A RETURN VALUE, AND LOB IN PARAMETER | |
Produkt: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
Problembeschreibung: | |
If a stored procedure has a return value and LOB IN parameter that requires streaming the LOB data, then executing the procedure can fail with one of the following messages: SQL30020N Execution of the command or SQL statement failed because of a syntax error in the communication data stream that will affect the successful execution of subsequent commands and SQL statements: Reason Code "0x124C"("020A")"". SQLSTATE=58009 or SQL30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: "141.128.71.208". Communication function detecting the error:"recv". Protocol specific error code(s): "*", "*", "0". SQLSTATE=08001 This can occur in one of the following cases: - A .NET application that uses DB2CommandBuilder.DeriveParameters() OR - A CLI application that has CALL statement with explicit parameter for return value of the form "{?=call proc(?)}". | |
Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * CLI/.NET APPLICATIONS FAIL WITH SQL30020N/SQL30081N WHEN * * EXECUTI * * NG A STORED PROCEDURE WITH A RETURN VALUE, AND LOB IN * * PARAMETER * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 Version 9.7 Fix Pack 6 * **************************************************************** | |
Local-Fix: | |
As a work-around explicitly set the LOB parameter size to 0 in .NET applications. For example the sample code would look like: cmd.Parameters["IN_LOB_PARAM"].Size = 0; //IN_LOB_PARAM is LOB IN parameter | |
verfügbare FixPacks: | |
DB2 Version 9.7 Fix Pack 6 for Linux, UNIX, and Windows | |
Lösung | |
First fixed in DB2 Version 9.7 Fix Pack 6 | |
Workaround | |
keiner bekannt / siehe Local-Fix | |
Bug-Verfolgung | |
Vorgänger : APAR is sysrouted TO one or more of the following: IC84519 IC88221 Nachfolger : | |
Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 06.03.2012 14.11.2012 14.11.2012 |
Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.7.FP6 | |
Problem behoben lt. FixList in der Version | |
9.7.0.6 |