Consultor Eletrônico



Kbase P86023: Unable to get reference to persistent procedure in Open Client proxy
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   03/02/2009
Status: Verified

SYMPTOM(s):

Unable to get reference to persistent procedure in Open Client proxy

FACT(s) (Environment):

OpenEdge 10.x
Windows

CAUSE:

The .NET application code was incorrectly trying to instantiate (using the new keyword) an instance of the persistent procedure (ProcObject)

FIX:

Modify the .NET source code to instantiate the persistent procedure by calling the AppObjects createPO_SomePersistentProcedure name method instead of trying to instantiate a new instance of the object.