Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 21324 invoked from network); 17 Dec 2007 09:00:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Dec 2007 09:00:34 -0000 Received: (qmail 74276 invoked by uid 500); 17 Dec 2007 09:00:22 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 73665 invoked by uid 500); 17 Dec 2007 09:00:21 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 73654 invoked by uid 99); 17 Dec 2007 09:00:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2007 01:00:21 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fcopavon@gmail.com designates 209.85.134.186 as permitted sender) Received: from [209.85.134.186] (HELO mu-out-0910.google.com) (209.85.134.186) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2007 08:59:59 +0000 Received: by mu-out-0910.google.com with SMTP id g7so2794499muf.0 for ; Mon, 17 Dec 2007 01:00:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=2N6947rcKO+doZrtLqkzo+rNJjpDY0hLvTx+3869J0Q=; b=r44I3DBnjEkaAnjtYMtdzf5AUOKlsZJFO1Denxye6qeasSnzaXMR1Yrl/hZDZC9IBa6Apm/AyDfpr10bpMNo3YdPYcSkq/muZhkKgBWj80pknXtMO4Qx8YvPOyHO8LDTUyz5+NXeIxO0X/3LvokmH+nDVyX8i7yIym+GwDwJXoA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=pB2GjKwYUJHdBkDFp1xSu37m4RWQKWJ7rkuTDi+Lcml2Og+etkbLdlESNDv+SpWyc76z+wj/aZZloMcc6EmarW5FFDdS8MBPO/Rd4vsXgDlTP+I2jIr/YsaULLQL/KiXECZms+d6WYSfeFd8YKy7EH9R7fAJVGRMFlo44aSd00Q= Received: by 10.78.204.20 with SMTP id b20mr7538542hug.33.1197882002002; Mon, 17 Dec 2007 01:00:02 -0800 (PST) Received: by 10.78.69.16 with HTTP; Mon, 17 Dec 2007 01:00:01 -0800 (PST) Message-ID: <30ff38a30712170100g57961359wc2b4d850ecf31bad@mail.gmail.com> Date: Mon, 17 Dec 2007 10:00:01 +0100 From: Curro To: user-java@ibatis.apache.org Subject: Problem with DB2 and BLOB!! In-Reply-To: <30ff38a30712170031v70466f22x294020e306478a9a@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8571_33540567.1197882001993" References: <30ff38a30712170031v70466f22x294020e306478a9a@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_8571_33540567.1197882001993 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I have a problem with all the querys that work with BLOB data in DB2 v8.1. In my local site (Windows) works fine, but in production (Unix) don't work, this is the log error: ---> SqlMapClient operation; uncategorized SQLException for SQL []; SQL state [FFFFF]; error code [-4]; --- The error occurred in mySqlMap.xml. --- The error occurred while executing query. . --- Check the SQL Statement (preparation failed). --- Cause: java.sql.SQLException: DB2JDBCCursor Received Error in Method describe:RETURN CODE==> -4 SQLSTATE ==> FFFFF Error Tokens ==> <> ; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException : I'm using ibatis 2.3.0.677 Any idea? ------=_Part_8571_33540567.1197882001993 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi,
 
I have a problem with all the querys that work with BLOB data in DB2 v8.1. In my local site (Windows) works fine, but in production (Unix) don't work, this is the log error:

---> SqlMapClient operation; uncategorized SQLException for SQL []; SQL state [FFFFF]; error code [-4];   

         --- The error occurred in mySqlMap.xml. 

         --- The error occurred while executing query. 

         --- Check the SQL Statement (preparation failed).  

         --- Cause: java.sql.SQLException: DB2JDBCCursor Received Error in Method describe:RETURN CODE==> -4 SQLSTATE ==> FFFFF Error Tokens ==> <<DB2 8.1 SQLJ/JDBC>> ; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException :  

I'm using ibatis 2.3.0.677
 
Any idea?
------=_Part_8571_33540567.1197882001993--