Roll Forward issue

chakkucit

New Member
Hi i got this below error when roll forwarding.please suggest to resolve it

Wed May 25 03:18:01 2011
03:18:01 RFUTIL 0: rfutil -C roll forward session begin for root on batch. (451)
03:18:01 RFUTIL 0: Begin Physical Redo Phase at 51136 . (5326)
03:18:29 RFUTIL 0: Physical Redo Phase Completed at blk 20142 off 5726 upd 723976. (7161)
03:18:29 RFUTIL 0: Beginning roll forward of after-image file /backup/hotbackup/ai-files/bngliv/bngliv.110524133000. (660)
03:18:29 RFUTIL 0: SYSTEM ERROR: File /backup/hotbackup/ai-files/bngliv/bngliv.110524133000 too small 0, blocksize 8192 extend failed." (4524)
03:18:29 RFUTIL 0: rfutil -C roll forward session end. (334)
 
What version of Progress? On what OS?

The log messages look like a v9 variant. There are obscure after-imaging bugs in several older v9 releases -- they are fixed by 9.1E04 which, while ancient and obsolete, is at least sort of "supported".

The message seems to be saying that rfutil could not extend something. The SYSTEM ERROR part of things implies that the problem is at the OS level rather than a Progress inconsistency (like the ai file being too short or corrupt in some way). Perhaps the database ran out of space? (Which could also be a ulimit issue since this appears to be a UNIX variant.)

Does this database have large files enabled? Does the filesystem that it is working with support large files?
 
Back
Top