Consultor Eletrônico



Kbase 21449: Error 6737: Blocksize of Source & Target Database Not the Same
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/11/2003
Status: Unverified

SYMPTOM(s):

Source and Target databases should have same blocksize: , . (6737)

CAUSE:

Error 6737 can occur when creating the void database using an .st file and copying a db which has inconsistent blocksize in comparison to the .st file. For example, Empty8db has blocksize of 8K and .st file is created with default blocksize, 1024 K.

FIX:

Create a void database using the -blocksize parameter in the prostrct utility as follows: prostrct create dbname dbname.st -blocksize 8192

Now either procopy the Empty8 database or prorest an 8k blocksize database.