cqload importintegration

Imports schema modifications exported with cqload exportintegration.

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_pathname" "form_name"

Description

The cqload importintegration command imports schema modifications exported with cqload exportintegration.

If a schema contains packages that are not currently installed into the schema repository, an error occurs for each package that is not found. Before using importschema or the importintegration subcommand, right-click on a schema repository to display the pop-up menu and select install package to install the missing packages.

Note: If Rational® ClearQuest® MultiSite is in use, importintegration can only be performed 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
The ClearQuest login name of the user. This user must have Super User privileges.
password
The ClearQuest password for the user. If there is no password, enter an empty set of double quotes.
schema_name
The name of the schema associated with the integration. This name is the simple name of a schema that is defined in your schema repository (For example, TeamTest). This schema increases by one revision number after running cqload.
new_record_type_name
Optional. The name to which the record type specified in the record_type_to_rename option of a cqload exportintegration command is renamed when imported into the new schema. If this option is omitted, you must supply a null option "" in its place.
integration_name
The name you give the integration. It can be any alphanumeric indicator of the integration you are loading.
integration_version
The version you are loading. It should be numeric.
schema_pathname
The path name of a file that has been produced by exportintegration. Enclose the path name in double quotes.
form_name
The forms to which the new tabs (created by the integration) are added. If no form updates, type "" to indicate no form update.

Examples

See also

cqload


Feedback