Kbase P53412: Could not evaluate procedure handle expression while trying
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/11/2003 |
|
Status: Unverified
SYMPTOM(s):
Could not evaluate procedure handle expression while trying to execute <internal-procedure>. (2125)
Executing a statement similar to:
RUN ProcedureName IN hHandleName.
CAUSE:
The reference to the variable hHandleName was made out of its definition scope.
FIX:
Ensure that the variable hHandleName is within its definition scope and that it is a valid handle for the persistent procedure whose internal procedure is being invoked.
This may be done by either passing the handle of the persistent procedure as an input parameter to the current procedure from the procedure that defined it or by declaring it as a global shared variable.