Kbase P99278: File fails to open in AppBuilder with error 201 or error 3509
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/24/2004 |
|
Status: Unverified
SYMPTOM(s):
File fails to open in AppBuilder with error 201 or error 3509
The following error occurs:
This file cannot be analyzed by the AppBuilder.
Please check these problems in your file or environment:
** Unknown Field or Variable name - <field-name>. (201)
<field> matches multiple fields in <table>. (3509)
** <program> Could not understand line <number>. (196)
CAUSE:
The file (.p, .w or .i) is corrupt.
FIX:
Restore the file from a backup copy.
If no backup is available, the following steps can be used to repair the file:
1. Open the file in Procedure Editor.
2. Go to the line number specified in the error 196. (Search -> Goto line)
3. Wrap the statement found at the specified line in an &ANALYZE-SUSPEND / &ANALYZE-RESUME preprocessor pair and save the file.
4. Attempt to open the file in AppBuilder again. Repeat steps 1 through 3 until the file can be opened successfully.
5. Test the program to see if it still functions as expected.