unlockschemarepo

Unlocks a schema repository.

Applicability

Platform: Windows®

Command type: installutil subcommand

Synopsis

installutil unlockschemarepo
[–dbset dbset_name] db_vendor server database dbo_login dbo_password connect_options

Description

The unlockschemarepo subcommand unlocks the schema repository. When you create database copies using the installutil convertschemarepo command, the production databases are locked before they are copied. Using installutil unlockschemarepo unlocks the production database and allows users to continue using it while you test the copy.

Important: After you complete the upgrade, do not unlock the original databases. Keeping the original databases locked prevents users from accessing the wrong databases.

Options and arguments

-dbsetdbset_name
The name of the database set or connection containing the database to be checked.
db_vendor
server
database
The name of the database copy.
dbo_login
dbo_password
connect_options

For vendor-specific arguments see ../../com.ibm.rational.clearquest.admin.doc/topics/c_vend_db_props.htm.

Examples

See also

unlockuserdb, convertschemarepo


Feedback