Subject Re: [ib-support] Can't connect to server
Author Milan Babuskov
hwelmore2002 wrote:
> Hi, I'm working on a project to migrate Paradox tables to Firebird.
> Our system consists of a Windows NT 4.0 server and seven workstations
> running Win95.
> I've downloaded and installed 'Firebird SQL Server W1-V6.2.794
> Firbird 1.0' on the server. I'm using IB_SQL V 4. When I try to
> connect to a sample database on the server using the following
> database name, Roanoke_Server:c:\Firebird\examples\EMPLOYEE.GDB, I
> get the following
> message:
>
> ISC ERROR CODE:335544721
>
> ISC ERROR MESSAGE:
> Unable to complete network request to host "Roanoke_Server".
> Failed to establish a connection.
> unknown Win32 error 10061

This looks like you can reach the remote computer, but the server isn't
running. Have you tried to connect to the servers locally?

I it works, check wheter there is some software firewall on the server
that prevents remote connections.

Firebird uses TCP port 3050 by default, you can try to telnet to that
port to see whether you get some reply. Or try running netstat on server
to see wheter the port is open.

HTH

Milan.