cqload exportschema

Exports an entire Rational ClearQuest schema to a text file.

Applicability

Platform: Windows

Command type: cqload subcommand

Synopsis

cqload exportschema [-dbset dbset] loginID password schemaName "exportFilePath"

Description

The cqload exportschema subcommand exports an entire schema to a text file. Then you can use the cqload importschema subcommand to import the schema into another schema repository.

To export a partial schema, use the exportintegration subcommand.

You can export a checked out schema. Changes that are made to the checked out schema are not exported with the schema. If there are comments associated with the checked out schema, the comments are exported along with the schema.

Options and arguments

–dbset dbsetName
Specifies a connection name. Required if there are multiple schema repositories in the system.
loginID
Login name of a ClearQuest® user with Super User privileges.
password
ClearQuest password associated with the loginID. If there is no password, enter an empty set of double quotes ("").
schemaName
Name of the schema to export to a text file.
exportFilePath
Path name of the text-file version of the schema to save. The path name must be enclosed in double quotes ()" ").

Example

See also


Feedback