Kbase P7488: Cannot find adecomm\okbar.i since migrating ADM application from Progress 8.x to Progress 9.x
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/12/2008 |
|
Status: Unverified
SYMPTOM(s):
Problem after migrating ADM application from Progress 8.x to Progress 9.x
adecomm\okbar.i cannot be found
FACT(s) (Environment):
Progress 9.x
Windows
CAUSE:
Starting from V9, Progress source code (those in %DLC%/src and its subdirectories) have been moved to procedure libraries to save disk space.
FIX:
To resolve this problem you need to unpack the files from the src/adecomm.pl into their own adecomm directory in %DLC%/src directory or in a similar structure from your applications working directory.
To extract these files you can use either of the following:
1. Extract the files from .pl file using PROLIB command:
1.1 Create a adecomm directory within src or from your working directory
1.2 from the directory above the newly created adecomm directory, type:
<DLC>\bin\prolib <DLC>\src\adecomm.pl -extract *
To extract only the okbar files, use the following prolib command:
<DLC>\bin\prolib <DLC>\src\adecomm.pl -extract adecomm/ok*
2. Use the Progress supplied extractpl.bat in %DLC\src directory
2.1 From the <DLC>\src directory execute the following:
extractpl adecomm.pl