Consultor Eletrônico



Kbase P127342: Getting error (504) when performing roll forward.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/3/2007
Status: Unverified

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Versions

SYMPTOM(s):

Getting error (504) when performing roll forward.

Invalid block size in AI file found <blocksize>, expected <blocksize> (504)

CAUSE:

The blocksize imprinted within the After Image file does not match the default AI blocksize the database is expecting.

FIX:

Change the After Image blocksize of the database and attempt the roll forward again.
The syntax to change the AI blocksize is:
rfutil <dbname> -C aimage truncate -aiblocksize <ai blocksize number>

The permissible values for After Image blocksize are 1,2,4,8,16.

The error message (504) should have listed what the expected blocksize is.