If you don't restrict access to the database with the PROREST command, you can restrict access with the PROUTIL DBRESTRICT qualifier as a separate step. The syntax is:

proutil db-name -C dbrestrict restrict-type restrict-action

For example, to restrict access for moving data on a database named temporary_db, you would enter:

proutil temporary_db -C dbrestrict partitioncopy enable

For the complete syntax of PROUTIL DBRESTRICT, see PROUTIL DBRESTRICT qualifier.