Skip to Content.
Sympa Menu

freetds - [freetds] Unexpected EOF from the server

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Caleb <caleb AT chambermadeapp.com>
  • To: freetds AT lists.ibiblio.org
  • Subject: [freetds] Unexpected EOF from the server
  • Date: Wed, 20 Apr 2011 15:40:09 -0000

So I'm trying to connect to an SQL Server (I believe it's 2005).
It's controlled by another party, so I dont' know details.

I am able to connect with applications such as Navicat for SQL Server.
But in the terminal I keep getting
error messages like this:

tsql -H... -U...
locale is "en_US.UTF-8"
locale charset is "UTF-8"
Password:
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

It gives the same error regardless of the correct password or not.

Here's the log:

log.c:190:Starting log file for FreeTDS 0.82
on 2011-04-20 11:17:49 with debug flags 0x4fff.
iconv.c:197:names for ISO-8859-1: ISO-8859-1
iconv.c:197:names for UTF-8: UTF-8
iconv.c:197:names for UCS-2LE: UCS-2LE
iconv.c:197:names for UCS-2BE: UCS-2BE
iconv.c:363:iconv to convert client-side data to the "UTF-8" character set
iconv.c:516:tds_iconv_info_init: converting "UTF-8"->"UCS-2LE"
iconv.c:516:tds_iconv_info_init: converting "ISO-8859-1"->"UCS-2LE"
net.c:210:Connecting to 174.46.169.40 port 1433 (TDS version 8.0)
net.c:264:tds_open_socket: connect(2) returned "Operation now in progress"
net.c:303:tds_open_socket() succeeded
util.c:162:Changed query state from DEAD to IDLE
login.c:735:quietly sending TDS 7+ login packet
token.c:312:tds_process_login_tokens()
util.c:334:tdserror(0x1003001d0, 0x100300860, 20017, 0)
util.c:368:tdserror: client library returned TDS_INT_CANCEL(2)
util.c:389:tdserror: returning TDS_INT_CANCEL(2)
util.c:162:Changed query state from IDLE to DEAD
token.c:316:looking for login token, got 0()
token.c:108:tds_process_default_tokens() marker is 0()
token.c:111:leaving tds_process_default_tokens() connection dead
util.c:334:tdserror(0x1003001d0, 0x100300860, 20002, 0)
util.c:368:tdserror: client library returned TDS_INT_CANCEL(2)
util.c:389:tdserror: returning TDS_INT_CANCEL(2)
mem.c:563:tds_free_all_results()


I installed FreeTDS on OS X 10.6 with mac ports:
sudo port install freetds +mssql +openssl +universal

Any thoughts?

Thanks!

-Caleb







  • [freetds] Unexpected EOF from the server, Caleb, 04/20/2011

Archive powered by MHonArc 2.6.24.

Top of Page