While migrating tenants or single databases, the databases are optimized on the fly. As the optimization can be time-consuming, only the workspace content will be optimized automatically.
To ensure database consistency for all change lists, you are recommended to optimize versioned databases after migration manually. During this procedure the database will not be available for users. Make sure to perform this action only once for a database.
Prerequisite
You log in as a system user.
Procedure
Click Start > Programs > ARIS > Administration > ARIS Server Administrator if you accepted the program group suggested by the installation program. Under a Linux operating system, execute the arisadm.sh shell script instead. The command prompt opens and ARIS Server Administrator is launched in interactive mode.
Syntax: server <server name>:<port number> <tenant> <user name> <password>
Example: server arissrv:1080 default system manager
ARIS Server Administrator is connected to the server.
checkdb my_migrated_database1 INCL_ARCHIVE
If no issue is detected the database is optimized already, and no further action is required. If issues are detected, the needs optimization message is displayed.
prepareoptimizedb my_migrated_database1 INCL_ARCHIVE
An optimization file is generated and downloaded automatically.
lockdb my_migrated_database1
The database is locked and ready for optimization.
optimizedb <copied path to optimization file>
The database is optimized. It can be made available for users again.
unlockdb my_migrated_database1
The database is optimized completely and available to authorized users. Every output of the optimizedb command can be retraced reading the dboptimization.log log file.