cqload 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.

If a schema contains packages that are not currently installed into the schema repository, an error occurs for each package that is not found. Before using importschema or the importintegration subcommand, right-click on a schema repository to display the pop-up menu and select install package to install the missing packages.

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 path name to the file that contains the textual representation of a schema that has been saved by the exportschema subcommand. Enclose the path name in double quotes.

Examples

See also

cqload, importintegration


Feedback