Add additional AI areas:Adding AI areas will only work if the BUSY area is physically the last AI area, so that any newly added EMPTY areas would follow. There is a known issue with PROSTRCT reorder ai, whereby the reorder fails when these conditions are not met. Refer to Article
000011649 The following Workarounds will need after imaging and replication to be re-established once complete.
1. Backup the database using probkup with the -norecover option and then restore the database into a new structure.
$ probkup <dbname> <dbname.bkup> -norecover
2. Restore the source database from a previous backup and roll-forward AI files.
3. Disable replication by rebuilding the Control Area:
With source db down:
Ensure structure file is current:
$ prostrct list dbname dbname.st
Rename the Control Area
$ ren dbname.db dbname.origdb
Rebuild the Control Area
$ prostrct builddb dbname.At this point replication will need to be re-established.
4. Force entry into the database and dump/load the data. Not recommended because the force option can cause corruption.