Consultor Eletrônico



Kbase P22724: Error 6464 when using publish subscribe with Smart Objects
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   8/22/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.x

SYMPTOM(s):

Error 6464 when using publish subscribe with Smart Objects

Could not evaluate publisher handle expression while trying to execute SUBSCRIBE statement (6464)

ADM-2

SUBSCRIBE statement in the Main block

CAUSE:

SUBSCRIBE statement in the Main block of the Smart Object, i.e.:
/* **** Main Block *** */
&IF DEFINED(UIB_IS_RUNNING) <> 0 &THEN
RUN initializeObject.
&ENDIF
SUBSCRIBE TO "evcar" IN h_chv.

FIX:

With Smart Objects the subscribe statement has to be put in the InitilizeObject of that Smart Object, never in the main block.