Consultor Eletrônico



Kbase P26017: How can I create an empty copy of a production database?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/04/2008
Status: Verified

GOAL:

How can I create an empty copy of a production database?

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Versions

FIX:

1. Create a structure file for the new database.
2. Do a prostrct create to create a void structure.
3. Procopy the empty database of the correct blocksize into the void structure.
4. Load the .df from the original database into the new database.

This will create an empty shell of the production database.