配置 ClearQuest Report Server for Crystal Reports

本主题解释如何配置 ClearQuest Report Server for Crystal Reports。

关于此任务

注意: 在当前发行版中,ClearQuest Report Server for Crystal Reports 仅在用于运行传统数据推送报告的 Rational ClearQuest Web 所支持的一部分平台上受支持。 请参阅技术说明:http://www-1.ibm.com/support/docview.wss?rs=0&uid=swg21216371
在本主题中,路径名使用下列变量:
RATIONAL_COMMON
安装 Rational 公共文件的目录
安装 ClearQuest Report Server for Crystal Reports 之后,必须更新此 Web 组件以包含所需的 Crystal Reports Java Reporting Component(JRC)运行时支持。

过程

  1. 从位于下列地址的业务对象 Web 站点下载 Crystal Reports Java Reporting Component(JRC)归档文件 CrystalReports_CQ_JRC.ziphttp://www.businessobjects.com/ibmrational IBM Rational ClearQuest 许可用户可免费下载此 JRC。
  2. 将 Crystal Reports JRC 复制到 Web 应用程序。
    在 Windows 上:
    运行批处理文件 configureJRC.bat
    1. 打开命令提示符窗口,并浏览至安装 configureJRC.bat 的目录:
      cd %RATIONAL_COMMON%\CM\profiles\cmprofile\installedApps\dfltCell\RationalClearQuestWebReport.ear\CQWebReportModule.war
    2. CrystalReports_CQ_JRC.zip 文件复制到该目录中。
    3. 运行以下命令:
      configureJRC CrystalReports_CQ_JRC.zip

    在 UNIX 系统和 Linux 上:
    运行 shell 脚本 configureJRC.sh
    1. 打开 UNIX 控制台窗口,并浏览至安装 configureJRC.sh 的目录:
      cd $RATIONAL_COMMON/CM/profiles/cmprofile/installedApps/dfltCell/RationalClearQuestWebReport.ear/CQWebReport.war
    2. CrystalReports_CQ_JRC.zip 文件复制到该目录中。
    3. 运行以下命令:
      ./configureJRC.sh CrystalReports_CQ_JRC.zip
  3. 停止并重新启动 IBM WebSphere Application Server 以激活更改。
    在 Windows 上:
    1. 单击开始 > 控制面板 > 管理工具 > 服务
    2. 在“服务”窗格中,右键单击 IBM WebSphere Application Server V6.1 - cmprofile,然后选择停止
    3. 服务停止之后,通过右键单击并选择启动将其重新启动。
    在 UNIX 系统和 Linux 上:
    1. 从 UNIX 控制台窗口,浏览至以下目录:
      cd $RATIONAL_COMMON/eWAS/bin
    2. 输入以下命令可停止和启动缺省概要文件:
      ./stopServer.sh WebSphere-host
      ./startServer.sh WebSphere-host

    如果在该 WebSphere Application Server 实例中使用多个概要文件(例如,一个用于 Rational ClearQuest Web,另一个用于 RequisitePro Web),那么还必须在命令行上指定概要文件。 例如:

    ./stopServer.sh WebSphere-host -profileName cmprofile
    ./startServer.sh WebSphere-host -profileName cmprofile
  4. 通过打开 Web 浏览器窗口并输入以下 URL 来验证 Report Server for Crystal Reports 是否已正确配置:

    http://localhost:12080/cqwebreport/CRInvoker

    如果看到以下消息,就说明服务器已正确配置:

    The report document has expired.
  5. 在以下情况下,还需要执行其他配置步骤:
    • 在 ClearQuest 模式中更改了数据库的字段名称
    • ClearQuest 的显示字段名称与数据库的字段名称不匹配
    • ClearQuest 的显示字段名称超出 30 个字符

    请参阅技术说明 http://www-1.ibm.com/support/docview.wss?rs=0&uid=swg21419660


反馈