Consultor Eletrônico



Kbase P17457: Structured procedure cannot compiled or loaded in the AppBuilder.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   8/13/2010
Status: Unverified

SYMPTOM(s):

Structured procedure cannot compiled or loaded in the AppBuilder.

An internal procedure contains a period (.) in its name.

** Unable to understand after -- "<string>". (247)

FACT(s) (Environment):

Progress 9.x

CHANGE:

Upgraded from Progress v8 to v9.

CAUSE:

Bug# 20011001-023

CAUSE:

The DEFINED preprocessor function does not allow periods in constants.

FIX:

Upgrade to OpenEdge 10.0A or later.
As a workaround, you can remove the period or comment out the preprocessor definition inserted automatically by AppBuilder:

&IF DEFINED(EXCLUDE-First.Test) = 0 &THEN

&ENDIF