Subject | Re: Connection invalid error |
---|---|
Author | krelwyn |
Post date | 2004-07-12T16:33:09Z |
He;en,
via tcp (custom protocol that rides over http specifically). There are
no per-user or per-seat licences for the middle tier framework. The
error I am getting is being thrown in TIB_SessionBase.HandleException,
which is called when TDataSet.Open fails. I believe that the framework
is using a TIBOQuery at the time the call fails.
The exact error I get is:
Project GlobalServicesServer.exe raised exception class EIBO_ISCError
with message 'ISC ERROR CODE:335544327
ISC ERROR MESSAGE:
invalid request handle
STATEMENT:
TIBOInternalDataset: "<TIBOQuery>.<TIBOInternalDataset>."
'. Process stopped. Use Step or Run to continue.
Jason
> OK, we're getting a bit lost here in protocols and different usagesof
> "connection". As long as the middle tier is connecting to the*database*
> with TCP/IP local loopback, you won't get the server reportinginvalid
> connections due to exceeding Windows network limits. In any case,Firebird
> doesn't have an error message containing the string "connectioninvalid".
>I agree. To clarify my layout, my clients connect to my middle tier
via tcp (custom protocol that rides over http specifically). There are
no per-user or per-seat licences for the middle tier framework. The
error I am getting is being thrown in TIB_SessionBase.HandleException,
which is called when TDataSet.Open fails. I believe that the framework
is using a TIBOQuery at the time the call fails.
The exact error I get is:
Project GlobalServicesServer.exe raised exception class EIBO_ISCError
with message 'ISC ERROR CODE:335544327
ISC ERROR MESSAGE:
invalid request handle
STATEMENT:
TIBOInternalDataset: "<TIBOQuery>.<TIBOInternalDataset>."
'. Process stopped. Use Step or Run to continue.
Jason