Firebird 2.5.2 - Connection rejected by remote interface

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
DataCool
Posts: 11
Joined: Thu 26 Jan 2012 14:02

Firebird 2.5.2 - Connection rejected by remote interface

Post by DataCool » Sun 03 Mar 2013 15:29

Hi everybody,

i'm using Delphi XE3 Enterprise inkl. Update2
and UniDac 4.6.12 (Error occured also in 4.6.11).
Development in running under W7x64 in a VM.
Database is Firebird 2.5.2.

One or two month ago everythings works fine with UniDac & Fireird.
Now, after working on some other projects, installing XE3 Update2, installing/Upgrading UniDac 4.6.11/4.6.12(Today), it's impossible for me to connect to my local firebird database.
i always receive the error :

"Connection rejected by remote interface"

Any idea what's the solution or error reason ?

I already found here an other post http://forums.devart.com/viewtopic.php?f=26&t=25839, but i didn't know how to make this working for UniDac?!

Any help is welcome,

Kind regards,

Data

AndreyZ

Re: Firebird 2.5.2 - Connection rejected by remote interface

Post by AndreyZ » Mon 04 Mar 2013 09:35

Hello,

You should specify the client library in the specific options of the TUniConnection component. Here is an example:

Code: Select all

UniConnection.SpecificOptions.Values['ClientLibrary'] := 'fbclient.dll';
For more information about specific options for InterBase and Firebird, please read the "UniDAC and InterBase/Firebird" topic in the UniDAC documentation.
Also, if you develop a 64-bit application, please read the "Database-Specific Aspects of 64-bit Development" section of our blog at http://blogs.devart.com/dac/index.php/c ... evelopment

DataCool
Posts: 11
Joined: Thu 26 Jan 2012 14:02

Re: Firebird 2.5.2 - Connection rejected by remote interface

Post by DataCool » Mon 04 Mar 2013 10:13

Hello Andy,

thank you for the fast reply.
I already tried "fbClient.dll" as "ClientLibrary" but the connect also failed.

But i already found a workaround for me!
In my opion the reason is/was the XE3 InterBase installation from Embacadero,
which is part of the default installation of the XE3 Update2(it's complete installation ...)
The first time i installed X3, i skipped the installation of Interbase XE3.
In the second update, i forgot to dismiss the Interbase XE3 option ...

So i uninstall Interbase XE3, uninstall Firebird 2.5.2, delete all left folders
AND ALSO DELETE ALL fbclient.dll & gds32.dll files in the
"C:\Windows\System32" and
"C:\Windows\SysWOW64" folder.

After that i reinstalled Firebird with default options and everything worked fine !!!

By the way, i love UniDac great product !!

Kind regards,

Data

AndreyZ

Re: Firebird 2.5.2 - Connection rejected by remote interface

Post by AndreyZ » Mon 04 Mar 2013 15:07

It's good to see that you've found a solution. If any other questions come up, please contact us.

bulc
Posts: 4
Joined: Mon 13 Jan 2014 20:28

Re: Firebird 2.5.2 - Connection rejected by remote interface

Post by bulc » Wed 15 Jan 2014 21:06

¿Are you using Firebird2.5 with Windows 8 (64bits)?
Because this is my configuration and I can not connect in any way to the Server.
I am really stack into real mud.
Thank you for any help.
bulc

PavloP
Devart Team
Posts: 149
Joined: Fri 24 Jan 2014 12:33

Re: Firebird 2.5.2 - Connection rejected by remote interface

Post by PavloP » Thu 08 May 2014 10:53

Please specify the full error message text you get.

Post Reply