Consultor Eletrônico



Kbase P74155: Unable to unbind server - Appserver is Locked
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   29/03/2004
Status: Unverified

SYMPTOM(s):

Unable to unbind server - Appserver is Locked

SERVER-CONNECTION-BOUND-REQUEST attribute is set to FALSE

SERVER-CONNECTION-BOUND attribute returns TRUE

CAUSE:

A stateless connection can be in a bound state because of active remote persistent procedures even if the SERVER-CONNECTION-BOUND-REQUEST attribute is set to FALSE. To easily determine if a connection is bound, even if the SERVER-CONNECTION-BOUND-REQUEST attribute is set to FALSE, check the value of the SERVER-CONNECTION-BOUND attribute. When set to TRUE for an Application Server process running on a stateless AppServer, the read-only SERVER-CONNECTION-BOUND attribute indicates that the connection is currently bound, either from having active remote persistent procedures or from having the SERVER-CONNECTION-BOUND-REQUEST attribute set to TRUE.

FIX:

Delete the object handle of the remote persistent procedure.