Skip to Content.
Sympa Menu

freetds - Re: [freetds] cannot connect with tsql

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Kevin Reed <theeswashbuckler AT gmail.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] cannot connect with tsql
  • Date: Wed, 7 Jan 2009 09:08:03 -0800

This could be problematic
i set the TDSVER as in the example shown, and tried all the values listed in the help pages(4.2, 5.0, 7.0, 8.0)
all of which created the same response.

which leads me to ask the question are there version of SQL server that freetds cannot connect to?
-kevin

On 6-Jan-09, at 4:51 PM, James K. Lowden wrote:

Kevin Reed wrote:
tsql -H [ip address] -p 5000 -U uname -P password

returns:
ocale is "en_CA.UTF-8"
locale charset is "UTF-8"
Msg 20017, Level 9, State -1, Server OpenClient, Line -1
Unexpected EOF from the server
Msg 20002, Level 9, State -1, Server OpenClient, Line -1
Adaptive Server connection failed
There was a problem connecting to the server


is this a security problem on the SQL server side or something

http://www.freetds.org/userguide/serverthere.htm

Set the TDSVER environment variable to the version you need, per the
example. It's not a permission problem. The server is dropping the
connection because the login packet is malformed, i.e., not what it's
expecting.

HTH.

--jkl
_______________________________________________
FreeTDS mailing list
FreeTDS AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds





Archive powered by MHonArc 2.6.24.

Top of Page