Kbase P98658: How to load Data Definitions (.df ) without going through Data Dictionary?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/7/2007 |
|
Status: Unverified
GOAL:
How to load Data Definitions (.df ) outside Data Dictionary?
FIX:
The routine that loads theDictionary is called load_df.p. It is located in the prodict directory and must be called with 1 token. The following program will run from the procedure editor:
/* program to run dictionary loader*/
RUN prodict/load_df.p (name of .df).
For V9, these files are contained in a .pl file. The .pf is in the PROPATH variable by default. If you want to customize the programs, you need to extract the files following the below steps:
1 Make sure that your DLC/bin directory is in your path.
2 Default to the SCR directory
3 Run the command extractpl prodict.pl
4 Run the command extractpl adecomm.pl
The above will create a prodict and an adecomm directory with these files