Consultor Eletrônico



Kbase P56484: Prostrct repair with "." in .st
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

The simplest .st file, with relative path

GOAL:

Same .st for everyone to run "prostrct repair" (smallest database)

GOAL:

Prostrct repair with "." in .st

FIX:

Should you be used to move your V8 database with a Copy/Paste of the <dbname>.db and <dbname>.bi and should you want to continue this approach after having run the
(V8) prostrct convert <dbname>
(V9) proutil <dbname> -C conv89
then do the following:
1. replace the .st file created by conv89 with one containing these 2 lines:
b .
d "Schema Area":6,32 .
2. Copy/Paste all the files <dbname>*. This will include:
<dbname>.b1
<dbname>.d1
<dbname>.db
<dbname>.lg
<dbname>.st
3. run within the new database's location
prostrct repair <dbname>


The above .st would be valid for V9 databases which has
. only one non fixed extent for the just one extent for the Primary Recovery Area (BI) and the Schema Area
. no other Storage Area