Kbase P20214: Error 7226 when a number of users access the same proxy sharing a connection to the AppServer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
SYMPTOM(s):
Error 7226 when a number of users access the same proxy sharing a connection to the AppServer
Application written in Delphi allowed >1 user to connect to the Delphi program and run standard calls through the proxy to AppServer however they were getting the 7226 error
Session is busy. Another request is executing or there is an open result set(s). (7226)
FIX:
Changing the waiting methods from setNoWaitIfBusy() to setWaitIfBusy resolved the problem