473,395 Members | 2,446 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

CLI0106E Connection is closed. SQLSTATE = 08003. SQLTransact: Error committing transaction.

Hi Group,

Getting the below error in AIX server 5.2 and my DB2 ESE is V8.1 and
Fixpack 11.

I'm able to successfully connect to the database and able to run a
SELECT query with out any issues..If I run a UPDATE query on a table
which is a part of ETL datastage job..getting the below error:

Error:[IBM][CLI Driver] CLI0106E Connection is closed. SQLSTATE =
08003. SQLTransact: Error committing transaction.

Can any one guess what would be the issue and how to resolve this???
Thanks in advance,
vj_dba

Feb 8 '07 #1
3 40399
vi******@gmail.com wrote:
Hi Group,

Getting the below error in AIX server 5.2 and my DB2 ESE is V8.1 and
Fixpack 11.

I'm able to successfully connect to the database and able to run a
SELECT query with out any issues..If I run a UPDATE query on a table
which is a part of ETL datastage job..getting the below error:

Error:[IBM][CLI Driver] CLI0106E Connection is closed. SQLSTATE =
08003. SQLTransact: Error committing transaction.

Can any one guess what would be the issue and how to resolve this???
I would say that you shouldn't close your connection. If you don't do that
(or think you don't), verify this:
- are you using the correct environment, database, and statement handles?
- is no other thread using the connection handle and closes it?
- collect a CLI trace and search for the above error. Then scan back to
find some information about the statement/connection handle.

--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Feb 8 '07 #2
On Feb 9, 1:47 am, Knut Stolze <sto...@de.ibm.comwrote:
vijay...@gmail.com wrote:
Hi Group,
Getting the below error in AIX server 5.2 and my DB2 ESE is V8.1 and
Fixpack 11.
I'm able to successfully connect to the database and able to run a
SELECT query with out any issues..If I run a UPDATE query on a table
which is a part of ETL datastage job..getting the below error:
Error:[IBM][CLI Driver] CLI0106E Connection is closed. SQLSTATE =
08003. SQLTransact: Error committing transaction.
Can any one guess what would be the issue and how to resolve this???

I would say that you shouldn't close your connection. If you don't do that
(or think you don't), verify this:
- are you using the correct environment, database, and statement handles?
- is no other thread using the connection handle and closes it?
- collect a CLI trace and search for the above error. Then scan back to
find some information about the statement/connection handle.

--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Hi Knut many thanks for the help...can you pls put your views on
enabling CLI trace...

I tested the below in a Windows server..I created a trace folder in C:/
temp and gave full control privilege to it. Then I manually edited the
db2cli.ini file in the instance sqllib directory with the following
entry:

SCHEMALIST='ADMIN','CURRENT SQLID'
DBALIAS=test

[sample]
DBALIAS=TEST
[COMMON]

Trace=1
TracePathName=C:\temp\trace
TraceComm=1
TraceFlush=1
TraceTimeStamp=1
TraceScript=1

then I performed a Import SQL statement of putting more rows to the
table...though the trace is ON..not able to see any entries in the
trace file location...

kindly advice how and where to use the CLI trace facility..

Thanks in advance,
vj_dba

Feb 9 '07 #3
vi******@gmail.com wrote:
On Feb 9, 1:47 am, Knut Stolze <sto...@de.ibm.comwrote:
>vijay...@gmail.com wrote:
Hi Group,
Getting the below error in AIX server 5.2 and my DB2 ESE is V8.1 and
Fixpack 11.
I'm able to successfully connect to the database and able to run a
SELECT query with out any issues..If I run a UPDATE query on a table
which is a part of ETL datastage job..getting the below error:
Error:[IBM][CLI Driver] CLI0106E Connection is closed. SQLSTATE =
08003. SQLTransact: Error committing transaction.
Can any one guess what would be the issue and how to resolve this???

I would say that you shouldn't close your connection. If you don't do
that (or think you don't), verify this:
- are you using the correct environment, database, and statement handles?
- is no other thread using the connection handle and closes it?
- collect a CLI trace and search for the above error. Then scan back to
find some information about the statement/connection handle.

--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany

Hi Knut many thanks for the help...can you pls put your views on
enabling CLI trace...
I would recommend that you use the UPDATE CLI CFG command.

--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Feb 9 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Abdul-Wahid Paterson | last post by:
Hi, I have had a site working for the last 2 years and have had no problems until at the weekend I replace my database server with a newer one. The database migration went like a dream and I had...
0
by: sql-db2-dba | last post by:
CLI connection failed. SQL0902C. A system error (reason code="6029321") occurred. Subsequent SQL statements cannot be processed. SQLSTATE=58005. Has anyone encountered the above error? We are...
0
by: BGS | last post by:
I have a web site (www.on-the-matrix.com) that displays photos in a "slide show" format on ASPX pages that run in an inline frame on an ASP page (or in a separate pop-up window). The ASPX pages...
1
by: etantonio | last post by:
Good morning, I've a problem, in the past I translate my site from google or altavista with a code similar to this : <%@ Page Language="c#" Trace="true" Debug="true" %> <%@ import...
0
by: Navin Mishra | last post by:
Sometimes I see connection closed errors: System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. at...
0
by: Systemino | last post by:
Hallo, I have a site developed on ASP.NET 2.0. It stay on my notebook and it works with a ORACLE database (ver. 9.0). It's all right!! Then I reached my definite site version on IIS 6.0 in...
6
by: Doug Ferguson | last post by:
I am using a webservice client that was created from a WSDL file in .Net 1.1. The client ALWAYS works the first time I call it. The second call returns one of two exceptions. It either returns...
4
by: Sin Jeong-hun | last post by:
I don't get the message so it's hard to debug that, but some of my clients report that they get "The underlying connection was closed unexpectedly" exception. According to this site (http://...
4
by: Shaila24072009 | last post by:
We are getting error 'Root transaction wanted to commit but transaction aborted' when we try to insert huge data into oracle database from the application. We are using Windows Server 2003, service...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.