Timed mode archiving process without OpenEdge Replication
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
When the time interval expires for the AI File Management utility daemon, the following process executes to archive extents:
- Awake from five second sleep and archive all FULL AI extents.
- Check to see if the time interval has expired. If the interval has expired, switch the current extent. Switching causes the current BUSY extent to be marked FULL, and the next EMPTY extent to be marked BUSY.
- Mark archived extents as EMPTY.
- Sleep for five seconds.
It is possible that there will be no FULL extents to archive on many iterations of this loop. After the timer expires, there will be least one FULL extent to archive, the one marked FULL in Step 2. On a busy system, it is possible that additional extents fill during Step 3 and Step 4 of the archiving process. They are archived the next time the daemon awakes.