On Wed, 6 Mar 2013 11:12:22 -0500, Ann Harrison <aharri...@ibphoenix.com> wrote: > On Wed, Mar 6, 2013 at 6:26 AM, Alan J Davies < > alan.dav...@aldis-systems.co.uk> wrote: > >> Hi, I'm getting this entry in the firebird log file. >> >> AJD-SONY (Server) Sat Feb 16 12:40:45 2013 >> WNET/wnet_error: ReadFile end-of-file errno = 109 >> >> All seems to be working ok, but I cannot find any reference to this >> error. Should I be worried? In general I don't like any erros! >> > That's the Windows equivalent to 10054 on Linux systems - read end of > file > on a connection (aka connection reset by peer). It means that your > application terminates without closing its connection to Firebird.
Might be a language thing and I am misinterpreting what you are saying, but error 10054 is the Windows (winsock) error for connection reset by peer. The linux equivalent of connection reset by peer is error 104 (ECONNRESET). Given this is a WNET error, this is definitely Windows Netbeui error code, which seems to be equivalent to connection reset by peer. And most connection reset by peer errors come from applications not correctly closing their connections. Mark