cqload exportschema

Exports an entire schema to a text file.

Applicability

Platform: Windows®

Command type: cqload subcommand

Synopsis

cqload exportschema

[ -dbset name ] login password schema_name "schema pathname"

Description

The exportschema subcommand, part of the cqload command line utility, exports an entire schema to a text file. You can then use the importschema subcommand to import the schema into another schema repository.

To export a partial schema, use the exportintegration subcommand.

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 in your schema repository that is to be exported to a text file. For example, TeamTest.
schema_pathname
The text file version of a schema to be saved. Enclose the path name in double quotes.

Examples

See also

cqload, exportintegration


Feedback