Consultor Eletrônico



Kbase P118708: Running procedure that calls an internal procedure that has an output class parameter causes error 1
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   13/09/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.1A

SYMPTOM(s):

Running procedure that calls an internal procedure that has an output class parameter causes error 13017

Input parameter is not a valid class reference. (13017)

CAUSE:

This is a known issue being investigated by Development

FIX:

The problem occurs if this is the first reference to the class in the
current session. To prevent this error, instantiate the class using NEW
in the same session before calling the internal procedure.