Re: SQL Anywhere 11
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
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