Consultor Eletrônico



Kbase 21453: Error 473 because of a dummy argument
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   01/12/2008
Status: Verified

SYMPTOM(s):

R-code file not located for "<procedure-name>". (473)

** "<file-name>" was not found. (293)

R-code file exists in the proper location.

Executing a statement like:
RUN MyProgram.p (INPUT MyParam1, INPUT MyParam2)).

CAUSE:

The extra closing parentheses ')' is treated as compile-time argument, which forces compilation of MyProgram.p and error (473) is generated at runtime if compilation is not allowed

FIX:

Ensure that the RUN statements do not have any extra characters that will be interpreted as dummy arguments at development time and will cause the above error at deployment time when only the R-Code is deployed.