installutil convertschemarepo

Copies a schema repository to create a sample database for testing the upgrade process. This subcommand updates the new database with the correct location information.

Applicability

Platform: Windows

Command type: installutil subcommand

Synopsis

installutil convertschemarepo [ -dbset name ] cq_login cq_password to_db_vendor to_server to_database to_dbo_login to_dbo_password connect_options [tcpip,ipx,netbios,namedpipes] [host1,host2,...]

Description

The installutil convertschemarepo subcommand copies a schema repository to create a sample database for testing the upgrade process. The subcommand locks the production database before copying it. The installutil convertschemarepo subcommand performs the following actions:
  • Copies the original database to a new database.
  • Connects Rational® ClearQuest® to the database copy.
  • Locks the original database.
Important: Before running this command, use your database vendor tools to back up your databases and create new ones.

Use the installutil unlockuserdb subcommand to unlock the production database and allow users to continue using the database while you test the copy.

Options and arguments

-dbset dbset_name
Name of the existing connection.
cq_login
User login name for Rational ClearQuest databases that you want to copy. The user must have Super User privileges.
cq_password
Login password for the Rational ClearQuest Super User.
to_db_vendor
New upgrade vendor database name.
to_server
New upgrade database server name.
to_database
New upgrade-database name.
to_dbo_login
Login name of the empty database owner.
to_dbo_password
Login password of the empty database owner.
connect_options
Optional parameters, which vary by database vendor. See Vendor database properties.
[tcpip,ipx,netbios, namedpipes]
These are optional parameters to specify networks.
[host1,host2,...]
Optional parameters to identify multiple host computers.

Examples

See also

installutil unlockuserdb, installutil unlockschemarepo, installutil convertuserdb, installutil copyschemarepo, installutil copyuserdb


Feedback