Kbase P141000: adecomp/_procomp.p not found error when trying to run the character client compiler
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/05/2009 |
|
Status: Verified
SYMPTOM(s):
adecomp/_procomp.p not found error when trying to run the character client compiler
Error attempting to run compiler in character mode
** "adecomp/_procomp.p" was not found. (293)
FACT(s) (Environment):
4GL Development or OpenEdge Studio license is installed.
No problems with the GUI compiler
Windows
Progress 9.x
OpenEdge 10.x
CAUSE:
Unable to find the .pl file containing the _procomp.p file. The %DLC%\tty\adecomp.pl file is missing or the %DLC%\tty directory is not in the PROPATH directory. The missing .pl file may be the result of a custom/typical install.
FIX:
1. Find another development machine and place a copy of adecomp.pl in the %DLC%\tty directory. Alternatively, add the CHAR client component. Refer: P4231, "How to add a component to an existing installation of Progress?"
2. Make sure that the %DLC%\tty directory is found in the PROPATH of the CHAR session:
DEFINE VARIABLE i AS INTEGER.
REPEAT i = 1 TO NUM-ENTRIES(PROPATH):
DISPLAY ENTRY(i , PROPATH) FORMAT "x(30)".
END.
NOTE:
The exact proceedure library which is needed for the Compiler is the adecomm.pl file:
[install dir]\tty\adecomm.pl for Character clients