Posted: Thu Dec 29, 2011 7:10 am Post subject: No More handles error
Acolyte
Joined: 24 Aug 2006 Posts: 62
Hi Gurus,
I am getting below error from our MB 6.1.0.7 environment on AIX server.
Error Message : "2322 Child SQL exception. HY014. -99999. [IBM][CLI Driver] CLI0129E No more handles. SQLSTATE=HY014".
Flow description:
Flow tries to keep two DB's at sync at real time. The two DBs are IBM iSeries DB2.The Source DB program sends a XML messages with couple of ID's. Our flow goes to the DB and extract the data and loads into Target DB. The flow runs good and working for most of the transactions except current one which errors out with above error message. We analysed the transaction and it has many number if rows to be transformed.
We are using the passthru for insert and update statements and each insert and update is followed by a commit in passthru.
I have also searched the forum for the similar errors but could not find much of the help.
Is there any settings on OBDC connection which can increase the number of handles.
At the beginning of our code we have something as below
Code:
DECLARE EXIT HANDLER FOR SQLSTATE LIKE '%'
does this cause any issue.
I had a DBA looked into this and he said he see only on active connection on it. So not so much help from their side. I am not able to pin point where exactly the issue lies. Is it on Message Broker side or the DB side.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum