Kbase P54360: Can not open procedure editor
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/8/2008 |
|
Status: Unverified
SYMPTOM(s):
Can not start procedure editor.
MRU_file already exists <file-name> (132)
CAUSE:
The error occurs because Progress is attempting to create a record to the _mru_files (AppBuilder) or MRU_Files (Procedure Editor) temp-table that already exists when constructing the Menu Recently Used (MRU) Utility. The data that is being used to create that temp-table record is probably coming from a duplicated entry in the registry or configuration settings (INI) file.
FIX:
To eliminate the error, you need to delete or update an MRUFile entry
of the ProAB (AppBuilder) or Proedit (Procedure Editor) Section in the
registry, or INI file. To locate the ini file causing the problem do a file seach of the DLC directory for *.ini files containing the phrase "MRU_file".
For example, if the following ProAB Section of an INI file was being used to start up Progress, it would be necessary to delete the MRUFile4 line (shown below), or update it to point to another file name. This is because that line's file name is already being referred to in the MRUFile1 line, thus giving the 132 error.
/*** INI File ***/
[ProAB]
MRUFile1=C:\PROGRESS\WRK9.1\test.w
MRUFile2=C:\PROGRESS\WRK9.1\test.i
MRUFile3=C:\PROGRESS\WRK9.1\test_cl.w
MRUFile4=C:\PROGRESS\WRK9.1\test.w