Enable Large Files

mattk

Member
Hi there,

We are currently using Openedge 10.1C on Windows 2003 platform. We are running some scripts which every 15 minutes perform after image replication from our live box to our target box. Our target database is never running unless we need to fail over. Our source box has large files enabled as some variable extents have grown over 2 gig. However today when we rolled over onto our target the process failed as an extent had grown to 2 gig.
Is large files enabled only when the database is started or should it be acvtive even if the database is down?

Thanks,

Matt
 
Large files is an attribute of the database. It stays set when the db is shutdown and does not have to be reset.

It is not transferred via ai logs.

You probably enabled it on the source db sometime after setting up the target and never got around to enabling it on the target. You should be able to just enable it on the target. Depending on how you do restores it also might transfer on restore from backup.
 
Back
Top