用于 ClearQuest 数据库迁移的 CQConverter 命令行实用工具
更新:2007 年 11 月
CQConverter 命令用于转换 ClearQuest 数据库,以便这些数据库可与 Team Foundation 工作项跟踪一起使用。
CQConverter.exe 位于 <驱动器>:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE 中,也可以通过“Visual Studio 2008 命令提示”获得。
必需的权限
若要使用 CQConverter 工具,您必须是“Service Accounts”安全组的成员。有关更多信息,请参见 Team Foundation Server 权限。您还必须具有 ClearQuest 数据库的“超级用户”权限。有关更多信息,请参见 ClearQuest Administrator's Guide(《ClearQuest 管理员指南》)。
语法
**CQConverter [/?] {/c[ommand]:Analyze|Migrate} <cqconverterconfig.xml> /s[chema]: <**schemamap.xml /m[igration settings]:<迁移设置>
/c[ommand]: analyze <cqconverterconfig.xml>
按照 cqconverterconfig.xml 中的配置分析 ClearQuest 数据库。/c[ommand]: migrate <cqconverterconfig.xml>
按照 cqconverterconfig.xml 中的配置迁移 ClearQuest 数据库。/s[chema]: < schemamap.xml >
迁移架构映射 XML 文件。/m[igration settings]: <迁移设置>
迁移设置 XML 文件。/?, /h, /help
显示帮助。
示例
在下面的示例中,转换器使用 cqconverterconfig.xml 文件中定义的配置参数执行分析。
**CQConverter /c:analyze /m:**cqconverterconfig.xml
在下面的示例中,转换器使用 cqconverterconfig.xml 文件中定义的配置参数和 schemamap.xml 文件中定义的映射执行迁移。
**CQConverter /c:migrate /m:cqconverterconfig.xml/s:**schemamap.xml
备注
CQConverter 配置参数存储在 XML 文件中。请在命令行处使用选项 /m: 或其扩展形式 /migrationsettings: 指定此文件,例如:/m:cqconverterconfig.xml 或 /migrationsettings: cqconverterconfig.xml
说明: |
---|
连接到 ClearQuest 或 Team Foundation Server 时,转换器会提示您提供密码。转换器使用凭据中的登录信息连接到 Team Foundation Server。 |
本节内容
Analyze 命令 (CQConverter)
介绍 CQConverter analyze 命令的语法和用法。Migrate 命令 (CQConverter)
介绍 CQConverter migrate 命令的语法和用法。