Subject Erro reading data from the connection
Author Douglas Tosi
Hi,

I made some tests on an issue i've posted some weeks ago and I believe it
has something to do with multiple transactions on the same connection.
My FB log file reads like this in the exact moment that the error occurs:

DESENV_05 (Client) Mon Jan 28 15:03:17 2002
INET/inet_error: send errno = 10054

DESENV_05 (Client) Mon Jan 28 15:03:17 2002
REMOTE INTERFACE/gds__detach: Unsuccesful detach from database.
Uncommitted work may have been lost

DESENV_05 (Client) Mon Jan 28 15:03:17 2002
INET/inet_error: send errno = 10054

DESENV_05 (Client) Mon Jan 28 15:04:35 2002
INET/inet_error: read errno = 10054

DESENV_05 (Client) Mon Jan 28 15:04:35 2002
C:\Arquivos de programas\Firebird\bin\ibserver.exe: terminated abnormally
(-1)

DESENV_05 (Client) Mon Jan 28 15:04:36 2002
Guardian starting: C:\Arquivos de programas\Firebird\bin\ibserver.exe


The client gets a "error reading data from the connection" message and is
disconnected from the server.
My search showed me about a bug related to views and joins that caused this,
but there is no view in my app. There are a lot of triggers and selectable
stored procs and many of them use udfs i wrote to work with dates. These
udfs are not the problem for they are in production environments since
ib5.1.
What I did is open a connection (IBX602, Delphi6, NT4w+SP6, FB RC2) to a
local database, using server:path, open a transaction, open another one,
when I try to open the fourth or fifth transaction, the error happens. Note
that I only opened the transactions.
My network is setup as a pure TCP/IP windows lan and i have no other network
related problems.

Someone help me, please?!?

thanks in advance and sorry for my english,
dog