An Enhancement in
OpenEdge 12.2 has been implemented, to store the area-level buffer assignment in the backup header which is used to during the restore. PROREST persists both area and object level buffer-pool assignment of the source database in the restored target.
Prior to OpenEdge 12.2: When restoring a database where Alternate Buffer Pool assignments are at the
Area Level (enableB2), re-assign areas after restoring the database with PROREST before starting the database with -B2. These commands can be added to the restore script for example.
$ prorest dbname dbname.bak -verbose
$ proutil dbname -C enableB2 "area name".
$ proutil dbname -C viewB2 | grep Alternate