importschema

Imports an entire schema from a text file and adds it to your schema repository

Applicability

Platform: Windows

Command type: cqload subcommand

Synopsis

cqload importschema

[ -dbset name ] login password "schema_pathname"

Description

The importschema subcommand, part of the cqload command line utility, imports an entire schema from a text file and adds it to your schema repository. This subcommand is useful for sharing schemas with sites that can not access your schema repository or that use a different schema repository.

Before using importschema, you must export the schema using the exportschema command. To import a partial schema, use the importintegration 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_pathname
The pathname to the file that contains the textual representation of a schema that has been saved by the exportschema subcommand. Enclose the pathname in double quotes.

Examples

See also

cqload



Feedback