Subject Re: [firebird-support] firebird 1.5.1 run on windows2k professional?
Author Helen Borrie
At 05:01 PM 26/07/2004 +0800, you wrote:
>iboconsole-->register server and connect-->remote server-->127.0.0.1
>tcp/ip with sysdba and masterkey. then it told me :
>Unable to complete network request to host "127.0.0.1".
>Failed to establish a connection.





>firebird.log:
>------------
>
>LIUXIANG-VUOVWQ Mon Jul 26 16:56:20 2004
> INET/inet_error: select in packet_receive errno = 10038
Socket operation on nonsocket.
An operation was attempted on something that is not a socket
(it means the system isn't running TCP/IP)


>LIUXIANG-VUOVWQ (Client) Mon Jul 26 16:56:20 2004
> INET/inet_error: read errno = 10054
Connection reset by peer.
An existing connection was forcibly closed by the remote host
(it means the host is getting the wrong response from the client during
handshaking)


>LIUXIANG-VUOVWQ (Client) Mon Jul 26 16:56:20 2004
> INET/inet_error: receive in try_connect errno = 203

Connection failed


>LIUXIANG-VUOVWQ Mon Jul 26 16:56:20 2004
> INET/inet_error: select in packet_receive errno = 10038
>
>LIUXIANG-VUOVWQ (Client) Mon Jul 26 16:56:21 2004
> INET/inet_error: read errno = 10054
>
>LIUXIANG-VUOVWQ (Client) Mon Jul 26 16:56:21 2004
> INET/inet_error: receive in try_connect errno = 203

You need to set up TCP/IP in your Windows networking.

/heLen