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 dbset ] loginID password "schemaPathName"

Description

The cqload importschema subcommand 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 the cqload importschema subcommand, you must export a schema by using the cqload exportschema subcommand. To import a partial schema, use the cqload 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 the cqload importschema or cqload importintegration subcommands, install the missing packages by right-clicking a schema repository and selecting install package.

Options and arguments

–dbset dbset
Specifies the connection name. Required if there are multiple schema repositories in the system.
loginID
Login name of the ClearQuest® user. This user must have Super User privileges.
password
Password for the ClearQuest loginID user. Enter an empty set of double quotes ("") if there is no password.
schemaPathName
Path name to the text-file version of a schema that has been saved by using the cqtool exportschema subcommand. Enclose the path name in double quotes (" ").

Examples

See also


Feedback