用于 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。

本节内容

相关章节

从 ClearQuest 迁移

从 Visual SourceSafe 迁移

请参见

概念

制定工作项迁移计划

在工作项类型中添加集成字段

其他资源

迁移工作项

迁移工作项后的工作