RE: :ODBC - File size limit exceeded
- From: jurlwin@xxxxxxxxxxxx (Jeff Urlwin)
- Date: Mon, 28 Nov 2005 23:51:19 -0500
Which driver are you using? UnixODBC is the driver manager. I'd check:
df -h -- volumes with low disk space
log files (at or near your ulimit)
Jeff
-----Original Message-----
From: Daniel Kasak [mailto:dan@xxxxxxxxxxxxxxxxxxxxx]
Sent: Sunday, November 27, 2005 5:25 PM
To: dbi-users@xxxxxxxx
Subject: DBD::ODBC - File size limit exceeded
Greetings.
One of our PCs has suddenly started bailing out when opening a DBD::ODBC
connection, with the error:
File size limit exceeded
The line of code it exits on is:
my $ms_dbh = DBI->connect(
"dbi:ODBC:SQLServer",
"some_username",
"some_password",
{
PrintError => 1,
odbc_cursortype =>
DBI::SQL_CURSOR_DYNAMIC
}
)
|| die "Database connectin not made: $DBI::errstr";
I haven't updated anything on this box recently. I can't really see what
the problem is. The app runs fine on our other systems. Any clues?
All systems are running Gentoo, with a 2.6.x kernel, perl-5.8.7,
unixODBC-2.2.11 ( previously 2.2.8 - I just updated this to see if a
newer version would fix our problem ) and DBD::ODBC-1.13.
Dan
--
BEGIN-ANTISPAM-VOTING-LINKS
------------------------------------------------------If you are not the
CanIt administrator and you think this
message is spam, please give the id 23262 and magic value
9839f5472950 to postmaster@xxxxxxxxxxxxxxxxxxxxx to be marked as spam.
Teach CanIt if this mail (ID 23262) is spam:
Spam:
http://entropy.homelinux.org/canit/b.php?c=s&i=23262&m=9839f5472950
Not spam:
http://entropy.homelinux.org/canit/b.php?c=n&i=23262&m=9839f5472950
Forget vote:
http://entropy.homelinux.org/canit/b.php?c=f&i=23262&m=9839f5472950
------------------------------------------------------
END-ANTISPAM-VOTING-LINKS
.
- Prev by Date: Re: Regards: grep: writing output: Broken pipe
- Next by Date: Problem:Can't locate object method "query_param" via package
- Previous by thread: Re: Regards: grep: writing output: Broken pipe
- Next by thread: Problem:Can't locate object method "query_param" via package
- Index(es):
Relevant Pages
|
|