Consultor Eletrônico



Kbase P70885: How to dump a database content using client networking license ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/08/2004
Status: Unverified

GOAL:

How to dump a database content using client networking license ?

GOAL:

How to dump a database content using runtime license ?

FACT(s) (Environment):

Progress 7.X

FIX:

In order to dump database content on site where is only client networking (runtime) license available, please deploy code as follows

[dump_all.p]
run prodict/load_df.p ("db.df").
run prodict/load_d.p ("ALL",".").

This will export .df and .d files - the code has to be compiled against whatever database using -ld dictdb. (under v7 indeed)

This all assume presence of $DLC/src/prodict directory on machine with C/N license and PROPATH set to $DLC/src (since load_df and load_d are using some includes from this src directory) before executing this program.