配置 ClearQuest Report Server for Crystal Reports

本主题解释如何配置 ClearQuest Report Server for Crystal Reports。
在本主题中,路径名中使用了下列变量:
RATIONAL_COMMON
安装 Rational 公共文件的目录
JRC-archive
Crystal Reports Java Reporting Component(JRC)运行时归档
安装 ClearQuest Report Server for Crystal Reports 之后,必须更新此 Web 组件以包含所需的 Crystal Reports JRC 运行时支持。
  1. 从下列地址的业务对象 Web 站点下载 Crystal Reports JRC:http://www.businessobjects.com/ibmrational IBM Rational ClearQuest 许可用户可免费下载此 JRC。
  2. 在 Windows 上,运行批处理文件 configureJRC.bat,以便将 Crystal Reports JRC 复制到该 Web 应用程序。
    1. 打开命令提示符窗口,并浏览至安装 configureJRC.bat 的目录:
      cd drive:%RATIONAL_COMMON%\CM\profiles\cmprofile\installedApps\profile\RationalClearQuestWebReport.ear\CQWebReportModule.war
    2. 运行以下命令:
      configureJRC JRC-archive

    在 UNIX 系统和 Linux 上,运行 shell 脚本 configureJRC.sh,以便将 Crystal Reports JRC 复制到该 Web应用程序。

    1. 打开 UNIX 控制台窗口,并浏览至安装 configureJRC.sh 的目录:
      cd $RATIONAL_COMMON/cmprofile/installedApps/dfltCell/RationalClearQuestWebReport.ear/CQWebReport.war
    2. 运行以下命令:
      ./configureJRC.sh JRC-archive
  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.

反馈