Hi!
We are trying to use Firebird 3.0 for our Delphi programs that use IBX components (Delphi 2009, Delphi 2010 and Delphi XE). Local connection to the Firebird 3.0 database is succesfull both from Flamerobin and from IBX. The problem is connection to the remote server: both - Flamerobin and IBX - give the following error message:
---------------------------
Unhandled Error in FlameRobin
---------------------------
*** IBPP::SQLException ***
Context: Database::Connect
Message: isc_attach_database failed
SQL Message : -923
Connection not established
Engine Code    : 335544421
Engine Message :
connection rejected by remote interface
---------------------------
OK   
---------------------------
What should we do? We use Firebird 3.0 client (fbclient.dll and gds32.dll) so there is no incompatibility and this should not be an issue. We tried to change Firebird.config parameters:
AuthServer = Legacy_Auth, Srp, Win_Sspi
AuthClient = Legacy_Auth, Srp, Win_Sspi
UserManager = Legacy_UserManager, Srp
WireCrypt = disabled
But that did not solve our problem. What else should we check? Telnet connection 'telnet remote_server_name 3050' was successful, so there are no firewal problems neither.
Thanks for any ideas in advance!
BR
Jonatan
Posted by: jonatan.lauritsen@yahoo.dk
| Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (1) | 
Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu. Try FAQ and other links from the left-side menu there.
Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
No comments:
Post a Comment