Subject Re: Help on Network Error Code - Urgent
Author rgarbig
Thanks Alan, here's what IBPhoenix say about the error:

"error: ECONNRESET or WSAECONNRESET
error no: Winsock: 10054
UNIX: see errno.h file

Cause: The socket that is the end point of the other connection is
gone.
Either the InterBase server has crashed, or the application using the
InterBase
client has disconnected abnormally (the application may also have
crashed).
Resolution: A new connection must be made. The existing connection
(s) can no
longer be used. If the InterBase server abnormally disconnected check
the
Interbase.log file on the server host machine. If the InterBase client
abnormally disconnected check the Interbase.log file on the client
machine."

What would (besides a crash) cause a disconnect? How does that app
know a connection has been lost? If I see this error can I renew the
connection and continue. What is the session timer used for?I am on a
slower (10MB) network do I need to increase any timeout values?
If so what are the timeout properties? Thanks for any help.



--- In firebird-support@yahoogroups.com, "Alan McDonald" <alan@m...>
wrote:
> >
> > Using FB1.5 and IBO 4.3.A, I am getting the following error in my
log:
> >
> > ISC ERROR CODE:335544721
> >
> > ISC ERROR MESSAGE:
> > Unable to complete network request to host "teleserver".
> > Error writing data to the connection.
> > unknown Win32 error 10054
> >
> > Please comment on what may cause thhis error. Thank you.
> >
>
> 10054 is often associated with a hardware fault e.g. NIC, cable not
plugged
> int properly.
> Do a search on ibphoenix.com on 10054
> Alan