Skip to Content.
Sympa Menu

freetds - Re: [freetds] SQL Anywhere 11

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT freetds.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] SQL Anywhere 11
  • Date: Wed, 10 Dec 2008 00:14:16 -0500

Brian Johnson wrote:
> That being said,
> we are getting an error that looks like:
>
> DBI connect('server=FREETDSSERVERENTRY;','USERNAME',...) failed: Server
> message number=2409 severity=11 state=2 line=0
> server=FREETDSSERVERENTRYtext=Cannot find the requested character set in
> Syscharsets: name = 'ISO-8859-1'.
^^^^^^^^^^ encoding

> Server message number=2411 severity=10 state=1 line=0
> server=FREETDSSERVERENTRYtext=No conversions will be done.
^^^^^^^^ warning
> Server message number=4002 severity=14 state=1 line=0
> server=FREETDSSERVERENTRYtext=Login failed.

I think you have two separate issues.

One is a bug in FreeTDS that causes it to send the local charset name to
Sybase in the login packet. That provokes a warning from the server that
it won't convert character data.

AFIAK, though, that won't prevent you from logging in. I would suspect
the username/password is actually incorrect. You might try with tsql,
just to double check.

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page