Consultor Eletrônico



Kbase P177145: Errors 14427 when trying to run compiled r-code
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/25/2011
Status: Verified

SYMPTOM(s):

Errors 14427 when trying to run compiled r-code

Compile arguments provided to the RUN statement, but could not find procedure '<procedure Name>'. (14427)

FACT(s) (Environment):

A procedure is being called with the RUN statement that includes parameters. At the end of the line there are spurious characters. For example

RUN child.p(INPUT "XXX").).
When source code is available as well as r-code then the program runs.
If the source code is removed then the r-code fails to run with the 14427 error.
All Supported Operating Systems
OpenEdge 10.x

CAUSE:

Bug# OE00201938

CAUSE:

The cause is the spurious characters at the end of the RUN statement line. Although a compiler bug allows the code to compile without errors, error 14427 will be generated at runtime. There are no plans to fix this issue.

FIX:

Remove the spurious characters and re-compile the code.