cqload exportintegration

Exports specific versions of a schema in a form that can be used to modify an existing schema.

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 command exports specific versions of a schema in a form that can be used to modify an existing schema. To import the data into another schema, use the importintegration subcommand. The exporting and importing schemas should use similar record types.

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. The schema name is case sensitive.
begin_rev
First schema revision whose changes you want to save.
end_rev
Last schema revision whose changes you want to save.
record_type_to_rename
Optional name of a record type in the schema that is renamed on import by cqload importintegration. If this option is omitted, you must supply a null option "" in its place.
schema_pathname
Path name of the file that contains the results of exporting the schema revisions. Enclose the path name in double quotes.

Examples

See also

cqload


Feedback