Subject Re: [IBO] weird exception from IBO
Author Helen Borrie
At 08:54 AM 3/10/2005 +0000, you wrote:
>ISC ERROR CODE:335544726
>
>ISC ERROR MESSAGE:
>Error reading data from the connection.

It's not very weird. It simply means that the client has lost its
connection to the server.


>STATEMENT:
>TIBOInternalDataset: "dmHost.DSModule.tblDivision.<TIBOInternalDataset>
>."

No statement has been assigned to the dataset at this point. Do you get an
AV message at all? What's the corresponding message in the log (if any)?
specifically, an INET error, or an indication of Guardian trying to restart
the server.


>Connection is TCP/IP to localhost. Exception is intermittent. There
>are 2 database connections to firebird.

Can you explain what you mean by that? The application is connected to 2
databases? Two programs are connected to one database? One program has 2
connections to one database?

>Hardware specs:
>P4 3Ghz HT
>512Mb RAM

Consider the various reasons why an application that was connected to a
database lost its connection --

Did the server crash? Look in the log file. If it crashed, why? A bad UDF?
Trying to access localhost through terminal services? Host server machine
being overloaded? Too many uncommitted transactions? etc. etc.

Helen