Archive record
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Each time an after-image extent is archived, an archive record is written to the archival log. The archival record describes the archival itself and the after-image file being archived An archive line is formatted as follows:
|
The table below describes each field of an AI extent archive record.
| Field | Value | Field position |
|---|---|---|
| Record type | AI extent archive record values are:
|
1 |
| database | Name of the database | 2 |
| date | Date of the backup in YYYYMMDD format | 3 |
| time | Time of the backup in HHMMSS format | 4 |
| aibegin-date | Date that after imaging was started for the database in YYYYMMDD format | 5 |
| aibegin-time | Date that after imaging was started for the database in HHMMSS format | 6 |
| aiseq | AI extent sequence number, with leading zeros (number of AI extents since last AIMAGE BEGIN) | 7 |
| extent-name | Source name of the archived extent | 8 |
| target-extent-name | The file name of archived extent | 9 |