Skip to Content.
Sympa Menu

freetds - Memory alloc failure (was RE: WARNING: update your autoconf)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Castellano, Nicholas" <Nicholas_Castellano AT acml.com>
  • To: "'TDS Development Group'" <freetds AT franklin.metalab.unc.edu>
  • Subject: Memory alloc failure (was RE: WARNING: update your autoconf)
  • Date: Thu, 10 Oct 2002 09:40:56 -0400


What type of server is "Bakes"? (i.e. "select @@version")

It sounds like you're experiencing the infamous "4 gigabyte text column"
problem on a Microsoft SQL server. Try executing "set textsize 8192" first
and see if that helps. If so, you can put "text size = 8192" in your
freetds.conf. See the FAQ or userguide for more details.

Cheers,
--nick

-----Original Message-----
From: bounce-freetds-145195 AT franklin.oit.unc.edu
[mailto:bounce-freetds-145195 AT franklin.oit.unc.edu]
Sent: Wednesday, October 09, 2002 9:07 PM
To: TDS Development Group
Subject: [freetds] RE: WARNING: update your autoconf


Good stuff, after rebuilding automake and libtool as well, I now get an
identical "configure" when running autogen.sh on Tru64 or Linux systems :)

After build and install, other problems arose, however :(
I'm blaming CVS state for now. But on the Tru64 system sqsh refused to run,
complaining about incorrect library versions. So I rebuilt sqsh, now it
runs, but fails on the "image" column from the all_types table as follows:

bash-2.02# sqsh -S Bakes -U user -P password
sqsh-2.1 Copyright (C) 1995-2001 Scott C. Gray
This is free software with ABSOLUTELY NO WARRANTY
For more information type '\warranty'
[21] Bakes.Bakes.1> select _image from all_types;
dsp_desc_bind: Memory alloc failure for native column 1
[22] Bakes.Bakes.1> quit

On Linux sqsh fails instead with:
\connect: unable to install message callback

(I haven't recompiled it on Linux yet.)

David


The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the
original message. Please note that for certain accounts we do not accept
orders and/or instructions by e-mail, and for those accounts we will not be
responsible for carrying out such orders and/or instructions. Kindly refrain
from sending orders or instructions by e-mail unless you have confirmed that
we accept such communications for your account. Please also note that to
satisfy regulatory requirements we review the outgoing and incoming e-mail
correspondence of staff members serving certain functions.






Archive powered by MHonArc 2.6.24.

Top of Page