Consultor Eletrônico



Kbase P13682: Where is load_df.p located?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   17/05/2010
Status: Unverified

GOAL:

Where is load_df.p located?

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x
All Supported Operating Systems

FIX:

Starting in Progress version 9, file are contained in a .pl file.
The .pl should be in the PROPATH variable by default.

If you need to extract the files, follow these steps:

1) Make sure that your DLC/bin directory is in your path.
2) Default to the SRC directory
3) Run the command extractpl prodict.pl
4) Run the command extractpl adecomm.pl

This will create a prodict and an adecomm directory with this (and other) files.
The extractpl command is located in the $DLC/src directory.