Kbase P12956: What options are there for rebuilding a database onsite with run-time license?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  02/04/2008 |
|
Status: Verified
GOAL:
What options are there for rebuilding a database onsite with run-time license?
GOAL:
Can I build a database with a run-time license ?
GOAL:
Can I dump and load a database with a database license ?
GOAL:
Can data be dumped from a database using an Enterprise DB license?
FACT(s) (Environment):
All Supported Operating Systems
Progress/OpenEdge Versions
FIX:
In short, there are three options available in order to undertake a dump and load operation at a production site with a run-time license:
1.) Compile a 4GL program to dump/load each table and then run onsite with the -rx client startup parameter
2.) Get a temporary license from your Progress Account manager to install a 4GL license for UNIX, or ProVision for Windows, onsite
3.) Dump the .df from the Database Admin utility using:
$ prowin32 dbname -1 -p _admin.p -rx
then perform a binary dump and load of the data with the proutil command.
For more information please refer to the References cited below.