Subject Re: [ib-support] TIB_Events crashes server
Author Martijn Tonies
Hi,

I get the same message on a server I'm working on... Only with IB 6.0.1.6

Haven't found a solution yet - but you're not alone ... :)

Martijn Tonies
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com

Upscene Productions
http://www.upscene.com

"This is an object-oriented system.
If we change anything, the users object."


> I have seven RedHat 7.1 servers running FB RC2, all of them with the
> same hardware. They are installed on my customers, and i access them
> via DSL.
>
> My application is made with Delphi 5 and IBObjects 4.2Ga.
>
> Some days ago i included a TIB_Events in my datamodule and, when i
> connect to six servers everything goes ok. When i connect to the
> seventh, the FB server crashes. If i just remove the TIB_Events from
> the application, i can connect to this server, too.
>
> My TIB_Events is connected to a TIBODatabase.
>
> I'm trying to connect to all server from my own machine (Windows
> 2000, but i tryed with a machine running Windows 98 and just that
> server crashed, too).
>
> The error message is:
>
> Unable to complete network request to host "hostname"
> Failed to estabilish a secondary connection for event processing.
>
> I have already reinstaled Firebird in that server.
> Debugging the application, i found that the error has its origin in
> this piece of code:
>
> errcode := isc_que_events( @status,
> IB_Connection.PdbHandle,
> @EventID,
> EventBufferLen,
> EventBuffer,
> isc_callback( ast ),
> Self );
> if errcode <> 0 then HandleException( Self );
>
> Somebody knows what is happening?