Consultor Eletrônico



Kbase P11111: Error 293 using code containing references to Progress source code
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Verified

FACT(s) (Environment):

Progress 9.x

SYMPTOM(s):

Error 293 using code containing references Progress source code (.p, .w or .i)

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

** "adecomm/okbar.i" was not found. (293)

The source file cannot be found in the referenced directory but can be found in a procedure library (.pl) location in the $DLC/src directory

CAUSE:

Although any kind of file can be stored in to procedure library, only r-code can be executed from a procedure library.

FIX:

Extract the required source file from the procedure library using the prolib utility.  The steps to accomplish this are as follows:

1) Click the 'Proenv' shortcut from your Progress program group
2) Use the CD command to go to %DLC%/src directory (i.e. CD %DLC%\src)
3) Run the prolib utility to extract the file(s) needed or if you need to
  extract the entire contents of one of the procedure libraries that are
  shipped with Progress, use the following command:

extractpl <pl file name goes here>