cqload importintegration

Imports schema modifications exported with the cqload exportintegration subcommand.

Applicability

Platform: Windows®

Command type: cqload subcommand

Synopsis

cqload importintegration

[ -dbset name ]  login password schema_name [new_record_type_name ] "integration_name "
integration_version  "schema_path_name" "form_name"

Description

The cqload importintegration subcommand imports schema modifications exported by using the cqload exportintegration subcommand.

If a schema contains packages that are not installed in the schema repository, an error occurs for each package that is not found. Before using the cqload importschema and cqload importintegration subcommands, right-click a schema repository and select install package to install the missing packages.

Attention: If you are using Rational® ClearQuest® MultiSite, you can only run the cqload importintegration subcommand at the working master site.

Options and arguments

–dbset name
Specifies the connection name. Required if there are multiple schema repositories in the system.
login
ClearQuest login name of the user. This user must have Super User privileges.
password
ClearQuest password for the user. You must enter an empty set of double quotes ("") if there is no password.
schema_name
Name of the schema associated with the integration. This is the simple name of the schema as defined in your schema repository (For example, TeamTest). The schema revision number increases by one after running the cqload importintegration subcommand.
new_record_type_name
Name to which the record type specified in the record_type_to_rename option of a cqload exportintegration subcommand is renamed when imported into the new schema. You must enter an empty set of double quotes ("") to omit this option.
integration_name
Name that you give to the integration. It can be any alphanumeric indicator.
integration_version
Version that you are loading. This is a numeric value.
schema_path_name
Path name of a file created by using the cqload exportintegration subcommand. Enclose the path name in double quotes.
form_name
Forms on which the new tabs created by the integration are added. You must enter an empty set of double quotes ("") if there are no form updates.

Examples


Feedback