Skip to Content.
Sympa Menu

freetds - RE: [freetds] Connection Pooling

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Lowden, James K" <LowdenJK AT bernstein.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] Connection Pooling
  • Date: Fri, 29 Oct 2004 11:10:18 -0400

> From: Shaun Craig
> Sent: Friday, October 29, 2004 8:20 AM
>
> name of pool server in freetds.conf = mypool
> i can tdspool mypool ok come up with
> Found conf file in /usr/local/etc/pool.conf reading sections
> Listening on port 5000
> waiting for a connect
>
> so this lets me think that im connect to MS SQL Server ok

Correct. Your configuration files are also fine.

> but when i try the following
> tsql -S mypool -U sa -P ruler i get the following errors
> locale is
>
"LC_CTYPE=en_GB.UTF-8;LC_NUMERIC=C;LC_TIME=C;LC_COLLATE=C;LC_MONETARY=C;
LC_MESSAGES=C;LC_PAPER=C;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUR
EMENT=C;LC_IDENTIFICATION=C"
> locale charset is "UTF-8"
> Msg 20004, Level 9, State 0, Server OpenClient, Line 0
> Read from SQL server failed.
> Msg 20014, Level 9, State 0, Server OpenClient, Line 0
> Login incorrect.
> There was a problem connecting to the server
>
> connection pool server crashes with a segmentation fault

I tested the pool server last night (using the latest development
snapshot). No problem. It should work. You might want to try it, too,
both because it includes Brian's work from earlier this year, and
because we're due for a new release soon.

Could you try stripping out your locale information from your
environment? Maybe that's tripping something up (which we'd want to
fix, of course).

Also, now that we're in this deep, how about running the pool server
under gdb, and posting the backtrace? At least we'd know what function
is breaking.

--jkl

-----------------------------------------
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 we do not accept account orders and/or instructions
by e-mail, and therefore will not be responsible for carrying out such orders
and/or instructions.
If you, as the intended recipient of this message, the purpose of which is to
inform and update our clients, prospects and consultants of developments
relating to our services and products, would not like to receive further
e-mail correspondence from the sender, please "reply" to the sender
indicating your wishes. In the U.S.: 1345 Avenue of the Americas, New York,
NY 10105.






Archive powered by MHonArc 2.6.24.

Top of Page