Problem: When you have a setup where there are two or more remote client applications doing operations against a database on a server machine running InterBase, occasionally you get the above message printed out on standard output or in your /usr/interbase/interbase.log file. Solution: If you look up the /usr/include/sys/errno.h file (on an UNIX system), this error stands for "connection reset by client error.." This usually means that the connection from the client application was lost due to either the application dying prematurely or due to the client machine getting shut down improperly. Make sure that all clients properly disconnect from the database.
Last Modified: 26-OCT-00