Consultor Eletrônico



Kbase P19705: Character RESULTS Error: 'The compiled query form is missing
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   20/02/2003
Status: Unverified

SYMPTOM(s):

The compiled query form is missing for this procedure. The problem may be:
1) incorrect PROPATH,
2) missing query .r file, or
3) uncompiled .r file.

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

** <program> Could not understand line <number>. (193)

** results.x Could not understand line <number>. (193)

** Unknown Field or Variable name - <field-name>. (201)

** Unable to analyze dictionary validate expression for field <fld>. (575)

** <program> Could not understand line <number>. (196)

** results.x Could not understand line <number>. (196)

CAUSE:

Some global shared variables are used in the data dictionary's expression validation and RESULTS can not easily access their definitions at startup.

FIX:

When GLOBAL SHARED VARIABLES used in expression validations prevent RESULTS query forms from compiling, there are possible solutions:

1. Edit the query form .p file to eliminate references to these variables.

2. Change the expression validations to eliminate these variable references.