Consultor Eletrônico



Kbase P174043: What are the possible causes for getting error 7224 in an Open Client application?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   24/09/2010
Status: Unverified

GOAL:

What are the possible causes for getting error 7224 in an Open Client application?

GOAL:

What causes error 7224?

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.x

FIX:

Error 7224 is normally caused by a logic flaw in the application where the application tries to call a method on a ProcObject (persistent procedure) after the ProcObject has been release (_release() in Java and Dispose() in .NET).

If error 7224 is seen in conjunction with error 7175 then it was most likely raised because the network connection to the AppServer was interrupted. This is more likely to happen when connecting over a WAN.