Subject | IB_Events |
---|---|
Author | Ricardo Costa (OdontoTech) |
Post date | 2002-01-30T19:07:45Z |
D6 Ent
IBO 4.2.Fn
Firebird RC2
------------------------
Hi,
When I connect to my database through a LAN connection, there is no problem.
When I try through a dial-up or ADSL connection I have the following error:
"Cod. 335544721.
Unable to complete network request "Server".
Failed to stablish a secondary connection for event processing. Unknow Win32 error."
This error occurs when I do "SomeEvent.RegisterEvents;"
Then in procedure TIB_Events.API_Register of IB_Events.pas it stops at:
asm
mov ecx, dword ptr [ii]
mov eax, dword ptr [bufptr]
@@1:
push eax
add eax, IB_EventLength
loop @@1 <------- Stops Here. Then error occurs---->>>>>
push dword ptr [ii]
push dword ptr [resultBufPtr]
push dword ptr [eventBufPtr]
call [isc_event_block]
After this error it crashes firebird on server.
Does someone has any hint about this?
Thanks in advance for any direction.
Ricardo Costa
-----------------------------------------------
Agenda Digital Ltda
Florianópolis - SC
OdontoTech Sistemas Ltda
ricardo@...
www.agenda-digital.com
Fone 48 234 7713
Celular 48 9104 0263
------------------------------------------------
[Non-text portions of this message have been removed]
IBO 4.2.Fn
Firebird RC2
------------------------
Hi,
When I connect to my database through a LAN connection, there is no problem.
When I try through a dial-up or ADSL connection I have the following error:
"Cod. 335544721.
Unable to complete network request "Server".
Failed to stablish a secondary connection for event processing. Unknow Win32 error."
This error occurs when I do "SomeEvent.RegisterEvents;"
Then in procedure TIB_Events.API_Register of IB_Events.pas it stops at:
asm
mov ecx, dword ptr [ii]
mov eax, dword ptr [bufptr]
@@1:
push eax
add eax, IB_EventLength
loop @@1 <------- Stops Here. Then error occurs---->>>>>
push dword ptr [ii]
push dword ptr [resultBufPtr]
push dword ptr [eventBufPtr]
call [isc_event_block]
After this error it crashes firebird on server.
Does someone has any hint about this?
Thanks in advance for any direction.
Ricardo Costa
-----------------------------------------------
Agenda Digital Ltda
Florianópolis - SC
OdontoTech Sistemas Ltda
ricardo@...
www.agenda-digital.com
Fone 48 234 7713
Celular 48 9104 0263
------------------------------------------------
[Non-text portions of this message have been removed]