|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello All,
I am getting this error while connecting to remote database. Version :- V1.5.1 Client :- WinXP Server :- WinXP SQL> CONNECT MyServer:3050/E:/DATABASE/JIM.gdb USER SYSDBA PASSWORD masterkey; Statement failed, SQLCODE = -902 Unable to complete network request to host "MyServer". -Failed to establish a connection. -No connection could be made because the target machine actively refused it. I have Checked the Following Things 1) Required Guardian and Server Services are running on both the machines. 2) The Path Specified is Correct. 3) I tried the same thing by mapping Network Drive ... but same error occurs. Please Help !!! - Sanket |
|
#2
|
||||
|
||||
|
Are you shure that the firewall of WinXP is not blocking that port?
See this for an example.
__________________
My blog Tutorials about OSS databases, DBMonster ... Contribute to OSS Development, fill bug reports! Developer Shed eSupport Commented my.ini/my.cnf (ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins Random data (with a bias) |
|
#3
|
|||
|
|||
|
Quote:
yes ... i have checked ... it is not blocked ... that port is open I went to the Server and issued the following Commad c:\> NETSTAT -ao it displayed a pid listening at port 3050. Also in the Network Settings i have disabled Firewalls. Still the same Error. |
|
#4
|
||||
|
||||
|
Are you shure that Firebird is not boud to a specific IP address in firebird.conf
Quote:
|
|
#5
|
|||
|
|||
|
Quote:
It works in a WinXP Client and Win2K Server Mode. So there is definitely some thing which is not allowing to connect firebird on XP server. I have disabled the firewalls, but still the same problem. My Firebird Server is running as a Win XP "Service". I was able to connect on Win2k Server without specifying the port... SQL> CONNECT MyServer:d:/Firebird_1_5/examples/Employee.fdb user SYSDBA password masterkey; Database: MyServer:d:/Firebird_1_5/examples/Employee.fdb, User: SYSDBA How to check whether firewall's are disabled on XP ? |
|
#6
|
|||
|
|||
|
Quote:
Yes ... it is not bound to a particular IP. <Entry from My Server's firebird.conf File> # Type: string # #RemoteBindAddress = One more thing ... It is also Accepting Connections from Win2k Client. The problem is only with XP -> XP communication. - Sanket |
|
#7
|
|||
|
|||
|
Is the fbclient.dll present?
|
|
#8
|
|||
|
|||
|
Your port specification is faulty:
myserver/3050:c:\data\mydb.fb With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL Server Upscene Productions http://www.upscene.com
__________________
Martijn Tonies Database Workbench: developer IDE for Firebird, MySQL, InterBase, MSSQL Server and Oracle Upscene Productions http://www.upscene.com Last edited by upscene : December 11th, 2004 at 06:55 AM. |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > Error Connecting Remote Database Server |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|