Kbase P97795: Restoring database to a database structure created with prostrct gives error 6769
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/15/2006 |
|
Status: Verified
SYMPTOM(s):
Restoring database to a database structure created with prostrct gives error 6769
Source database blocksize is %i which is unequal to target database %i (6769)
CAUSE:
The blocksize of the backup does not match the blocksize of the new structure made with prostrct create.
FIX:
Use the -blocksize option on prostrct create and set it to the appropriate value of blocksize.
The valid options are 1024,2048,4096 or 8192.
Example:
prostrct create <dbname> <dbname>.st -blocksize 8192