Subject Re: [Firebird-Java] Re: Denied connections due to character set
Author Mark Rotteveel
On 2017-02-22 16:54, 'William L. Thomson Jr.' wlt-ml@...
[Firebird-Java] wrote:
> On Wednesday, February 22, 2017 4:50:35 AM EST you wrote:
>> You are either still connecting with a Firebird 2.5 or earlier
>> fbclient.dll (which doesn't support Firebird version 13 protocol nor
>> SRP), or the firebird.conf used by the Firebird 3 fbclient.dll (note
>> that this is not necessarily the same firebird.conf as in the Firebird
>> server install location!) has AuthClient=Legacy_Auth,Srp instead of
>> the
>> default of AuthClient=Srp,Legacy_Auth.
>
> I am on Gentoo so libfbclient.so. I packaged both Firebird and
> Flamerobin on
> Gentoo. I know what I have installed. I have not had Firebird 2.5 on my
> laptop
> or desktop for over a year. There is NO chance Flamerobin was using an
> older
> version. The packages are not slotted, one will flat out remove the
> other.
>
> I never changed any settings on my desktop or laptop. I simply changed
> settings on the server. At no time did Flamerobin have issues
> connecting to
> Firebird 3. Either via Legacy or Srp, no matter the order or which was
> in use,
> new security database or legacy tables.

Strange, I could replicate it immediately with Flamerobin on Windows. I
have some theories, like maybe a local connection is made instead of a
TCP/IP connection through localhost, and maybe that applies the
AuthServer order instead, but I don't have the time to investigate those
possibilities.

Mark