Consultor Eletrônico



Kbase P111868: How to restore a backup from database with EnableLargeFile on?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/22/2008
Status: Unverified

GOAL:

How to restore a backup from database with EnableLargeFile on?

FIX:

The first condition is to have an Enterprise Database license as the restored database will have Large File Enabled and this is not supported with a Workgroup Database license.

You may have enough space within one directory and do not wish to "spread" the database files as you do have physical disk stripping, then just one command should be enough
prorest <dbname> <backup>
after having make sure you do not have any <dbname*>.d* or <dbname>.st files in that directory


In case you use a structure file, then the following commands will be needed:
prostrct create <dbname> [-blocksize <db-blocksize>]
prorest <dbname> <backup>