Enable after-imaging on your source database
Print
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Use the following procedure to enable after-imaging on your source database:
-
Create a new structure file—named, for example, source-db-name
_ai.st—and edit it to add after-imaging.The following is sample of the structure file:
# addai.st a C:\OpenEdge\WRK\ f 1024 a C:\OpenEdge\WRK\ f 2048Be sure to give the new structure file a different name from the one you created in Step 1: Create a structure file.
-
Apply source-db-name_
ai.stto the source database.The syntax is shown:
prostrct add source-db-namesource-db-name_ai.st -
Back up the database.
The syntax is shown:
probkup source-db-name source-db-backup-name -
Begin after-imaging.
The syntax is shown:
rfutil source-db-name -C aimage beginTo activate automated management of AI files, see RFUTIL AIARCHIVER ENABLE qualifier in Manage the OpenEdge Database.