Subject | Re: [ib-support] Can't connect to server |
---|---|
Author | Wayne Elmore |
Post date | 2003-01-07T20:28:17Z |
Thanks Bob for your prompt reply.
I ran netstat -a on the server and got a number of connections which were
listening or established but none was port 3050.
As for running IB_SQL on the server, it would not load.
Wayne
----------
server to see the listening port. It should look like this:
TCP <server>:gds_db 0.0.0.0:0 LISTENING
Have you tried using IB_Sql from the server directly, rather from a client
machine? This is a good way to half-spilt the problem, if you can connect
it's a network issue. If you can't connect, it's something local to the
server. Use the same connect string.
hth,
Bob M..
I ran netstat -a on the server and got a number of connections which were
listening or established but none was port 3050.
As for running IB_SQL on the server, it would not load.
Wayne
----------
> From: Bob Murdoch <ram5@...>At 1/7/2003 01:20 PM, you wrote:
> To: ib-support@yahoogroups.com
> Subject: Re: [ib-support] Can't connect to server
> Date: Tuesday, January 07, 2003 01:38 PM
>
>I cannot connect to the Firebird SQL database on the server.Can't help with the problem directly, but you must use Netstat -a on the
>Someone stated that Firebird listens via TCP on port 3050. After loading
>Firebird, I've run netstart on both the server and my workstation with the
>following results:
server to see the listening port. It should look like this:
TCP <server>:gds_db 0.0.0.0:0 LISTENING
Have you tried using IB_Sql from the server directly, rather from a client
machine? This is a good way to half-spilt the problem, if you can connect
it's a network issue. If you can't connect, it's something local to the
server. Use the same connect string.
hth,
Bob M..