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.

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 will increase 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 will be 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 pathname of a file that has been produced by exportintegration. Enclose the pathname in double quotes.
form_name
The forms to which the new tabs (created by the integration) will be added. If no form updates, type "" to indicate no form update.

Examples

See also

cqload



Feedback