Skip Menu |

This queue is for tickets about the DBD-DB2 CPAN distribution.

Report information
The Basics
Id: 7574
Status: resolved
Worked: 30 min
Priority: 0/
Queue: DBD-DB2

People
Owner: Nobody in particular
Requestors: uli [...] daemons-point.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.76
Fixed in: (no value)



Subject: prepare() fails:
I'm getting out of database handles since I upgraded Perl from 5.6.1 to 5.8.5. OK: This is perl, v5.6.1 built for aix KO: This is perl, v5.8.5 built for aix-thread-multi The code that produces the error has a loop that is constantly executing my $sth=$dbh->prepare(...); $sth->execute(...); $sth->fetchrow_hashref(...); After a few iterations, prepare() fails and produces the following $dbh->errstr: [IBM][CLI Driver] CLI0129E No more handles. SQLSTATE=HY014 at /home/cc/perl5lib/SDRH/KdMigr.pm line 503. I'm running this on AIX-4.2.1. (uname -a: AIX db2serv1 2 4 00C2CBCB4C00) Any suggestions welcome...
Subject: prepare() fails: CLI0129E No more handles.
From: uli [...] daemons-point.com
[guest - Wed Sep 8 03:40:05 2004]: I forgot to complete the subject - sorry..
Subject: prepare() fails: New version of dbdimp.c
From: uli [...] daemons-point.com
Michael from db2perl@ca.ibm.com just sent me a new version of a part of DBD-DB2. I recompiled and installed the module and it works. Thank you very much, Michael. I'm happy again :-)

Message body is not shown because it is too large.