Subject Re: [firebird-support] firebird 1.5.1 run on windows2k professional?
Author Helen Borrie
At 12:14 PM 26/07/2004 +0800, you wrote:
>Strange, really strange for me.
>
>I have two OSs on my PC. One is Server and the other is professional.
>I always gets the response on the professional platform.
>
>"Unable to complete network request to host "61.186.179.99".
>Failed to establish a connection.
>
>I use iboconsole to login the server(local,through local ip, either
>127.0.0.1 or this referred above). and i assure that the server is
>running.
>
>the firewall has been closed.
>
>I have reinstalled the firebird1.5.1 many times and felt a little tired.
>
>Did anybody encounter the same thing?

Are you trying to do all this with either the embedded server or the
Classic server?

With embedded, you can't use a remote protocol; with Classic you can't use
Windows IPC-local.

Anyway something looks weird. Does your Win2K setup have the correct
netmask? 61.186.179.99 is an internet-visible IP address (netmask
255.255.255.0), not a LAN address (e.g. 255.0.0.0 or 255.255.0.0). I can
get a ping response from it from here through the web interface. What
happens when you try to ping the host from itself?

Assuming you're not trying to do this stuff using embedded, just play it
straight: if you want to connect locally, put an entry 127.0.0.1 localhost
in your winnt\system32\drivers\etc\hosts file and simply connect to
localhost:drive:\path\to\dbfile

/heLen