Consultor Eletrônico



Kbase P4760: How to perform a schema upgrade with a runtime license
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   8/13/2008
Status: Verified

GOAL:

How to perform a schema upgrade with a runtime license

GOAL:

How to use -rx to modify a schema with a runtime license

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Versions

FIX:

Starting a progress session with -rx parameter allows getting access to Prgress procedure editor.
Using -rx -p _dict.p allows access directly to the dictionary.

If you need to only load schema changes from a .df do the following:

1. Create a program (<yourProgram>) containing the following:

RUN prodict\load_df.r (SESSION:PARAMETER).

2. Compile and save it.

3. From the command line, start a session using -rx and run the following:

On Unix: pro <dbname> -rx -p <yourProgram> -param <yourdf.df>
On Windows: from proenv: prowin32 <dbname> -1 -rx -p <yourProgram> -param <yourdf.df>