cqload exportintegration

Export specific versions of a schema to use as input to the cqload importintegration subcommand.

Applicability

Platform: Windows®

Command type: cqload subcommand

Synopsis

cqload exportintegration

[ -dbset name ]  login password schema_name begin_rev end_rev [record_type_to_rename ] "schema_pathname"

Description

The cqload exportintegration subcommand exports specific versions of a schema to use to modify another schema. Subsequently use the cqload importintegration subcommand to import this data into another schema. The exporting and importing schemas should use similar record types.

Options and arguments

–dbset name
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. The schema name is case sensitive.
begin_rev
First schema revision containing changes that you want to save.
end_rev
Last schema revision containing changes that you want to save.
record_type_to_rename
Name of a record type that is renamed when it is imported by using the cqload importintegration subcommand. You must enter an empty set of double quotes ("") to omit this option.
schema_pathname
Path name of the file that contains the results of exporting the schema revisions. Enclose the path name in double quotes.

Examples


Feedback