Consultor Eletrônico



Kbase P6467: Error 7226 When Passing Back Input-Output Or Output Temp-Tables
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   04/02/2005
Status: Verified

FACT(s) (Environment):

Progress 9.x
Openedge 10.x

SYMPTOM(s):

Using Open Client Toolkit from Java

Passing temp-tables back from the AppServer

com.progress.open4gl.BusySessionException: Session is busy.
Another request is executing or there is an open result set(s). (7226)

CAUSE:

The close() method was not invoked against the input-output or output resultset

FIX:

Either read all of the data that was passed back from the AppServer or use the close() method against the input-output or output resultset