Subject | Re: [firebird-support] Re: No connection on Windows 2000 |
---|---|
Author | Helen Borrie |
Post date | 2004-07-28T09:52:08Z |
At 09:18 AM 28/07/2004 +0000, you wrote:
actually doesn't stop a server, since there is no server running. Each
client starts its own instance of Classic when it attaches to the first
database. If you shut down the *service*, you're shutting down the whole
listening infrastructure (process, sockets) that provides connection
services to clients.
Of course, shutting down this process while there are client connections is
not going to be kind to anything. And shutting it down doesn't actually
make sense, anyway. What's the objective?
Superserver, either. For SS, use the Control Panel Applet, or NET STOP and
NET START.
baseline for your problem.
the event port) are inaccessible.
netstat -an
on my Win Classic server host (fluffy, n/w address 10.12.13.7), I can see
IP address 0.0.0.0:3050 as LISTENING and foreign address 10.12.13.1:3050
(my main Win32 development machine) with a socket connection ESTABLISHED to
10.12.13.7:1805. There is no client issue there whatsoever: no clients
are connected to the Classic server, nor asking to be.
network nodes (of which localhost is one).
What's still not clear to me: if you reboot the machine, does
fb_inet_server start up? Can a client connect to it?
/heLen
> > > What version of Firebird are you talking about?Correct...read on.
>
>FB 1.5
>
> > > What version of client are you talking about?
>
>Uses gds32.dll and fbclient as supplied with FB 1.5. But I think it
>is a socket problem, and nothing to do with the FB client.
> > > What *model* of Firebird are you talking about? (Classic/SS?) HowAh, now all is revealed. "Stopping the Firebird Service" for Classic
>does the
> > service normally start?
>
>Classic mode. The service normally starts automatically on server
>boot up.
actually doesn't stop a server, since there is no server running. Each
client starts its own instance of Classic when it attaches to the first
database. If you shut down the *service*, you're shutting down the whole
listening infrastructure (process, sockets) that provides connection
services to clients.
Of course, shutting down this process while there are client connections is
not going to be kind to anything. And shutting it down doesn't actually
make sense, anyway. What's the objective?
> > > What means are you using, respectively, to stop and restart theNow you know, don't do this with Classic. Actually, don't do it with
>server?
>
>Using Services to stop and restart the Firebird service.
Superserver, either. For SS, use the Control Panel Applet, or NET STOP and
NET START.
> > > What kind of user are you when you do this?So, perhaps, explaining why you want to shut it down would help to get a
>
>A seriously frustrated one, but maybe that's not what you mean. I am
>using a remote connection over a VPN, logged in directly to the
>server as administrator.
baseline for your problem.
> > > Are you saying that tcp/ip connection stops permanently when youYup. The socket is dead, the ports (3050 and ability to open sockets for
>do this?
>
>Yes. I cannot log on to Firebird with anything. If I test the
>socket with the communications diagnostics in IBOConsole, it tells me
>the server actively refused the connection.
the event port) are inaccessible.
> >When I type
> > Is the port open? Use tvpview or netstat to check this.
>
>netstat does not list Firebird, although it is running as a service.
netstat -an
on my Win Classic server host (fluffy, n/w address 10.12.13.7), I can see
IP address 0.0.0.0:3050 as LISTENING and foreign address 10.12.13.1:3050
(my main Win32 development machine) with a socket connection ESTABLISHED to
10.12.13.7:1805. There is no client issue there whatsoever: no clients
are connected to the Classic server, nor asking to be.
> > Is there any firewall involved?Don't rule it out. Make sure your firewall rules allow access to other
>
>I'm working directly on the server, so I presume not.
network nodes (of which localhost is one).
What's still not clear to me: if you reboot the machine, does
fb_inet_server start up? Can a client connect to it?
/heLen