Skip to Content.
Sympa Menu

freetds - Re: [freetds] Login failed

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Ken Collins <ken AT metaskills.net>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Login failed
  • Date: Tue, 12 Apr 2011 10:13:05 -0400


I've seen EOF's on TDS type mismatches. So make sure to have "tds version =
8.0" or "tds version = 7.1" (if 0.91) in your conf file? Just a thought.

- Ken


On Apr 12, 2011, at 10:03 AM, jklowden AT schemamania.org wrote:

> On Tue, Apr 12, 2011 at 09:19:58AM -0400, Robert Young wrote:
>>
>> tsql -S kcrsreport -U acct_dom1\roberty
> ...
>> Error 20017 (severity 9):
>> Unexpected EOF from the server
>> Error 20002 (severity 9):
>> Adaptive Server connection failed
>> There was a problem connecting to the server
>
> Not to belabor the obvious, but you would need to quote that backslash:
>
> tsql -S kcrsreport -U 'acct_dom1\roberty'
> or
> tsql -S kcrsreport -U acct_dom1\\roberty
>
> But normally that would result in simple "login failed" message, not
> an unepxected EOF from the server.
>
> HTH.
> --jkl





Archive powered by MHonArc 2.6.24.

Top of Page