Remove access restriction from your source database
Before executing PARTITIONMANAGE COPY, you restricted access to the source database (temporary restored backup). Access continues to be restricted until you disable the restriction.
To remove the access restrictions from your source database:
1. If you started a server for source database, shut down the server.
2. Once the server is shut down, query the status of the datamove restriction with PROUTIL DBRESTRICT.
For example, if the source database is named temporary_db, enter the following:
proutil temporary_db -C dbrestrict partitioncopy status
If the database is restricted, the following is displayed:
Restricted Access Mode is enabled for PartitionCopy.
3. Remove the restriction with PROUTIL DBRESTRICT.