Consultor Eletrônico



Kbase P17706: Where to find the source .p file that contains the increment
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   01/02/2003
Status: Unverified

GOAL:

Where to find the source .p file that contains the incremental dump ?

FIX:

The source code for V7 and V8 is located in /dlc/src/prodict.
The source code for V9 is in /dlc/src/prodict inside a libary file .pl.
 
The file is: _dmpincr.p located in: %DLC%\SRC\PRODICT\DUMP\


To exctrtact this file from V9 prodict.pl do the following:


1) Edit %DLC%/src/extractpl.bat
Open extractpl.bat and find: ":PRODICT",
then copy the "mkdir" commands for PRODICT to a bat file (say) LIC.bat

2) run lic.bat # to create the folders necessary to extract

3) prolib prodict.pl -extract *.*

and the .p's that are required are now extracted in the "prodict" folder (and its subcomponents, like load_d.p and dump_d.p for example)"


Then you will be able to see the file.