設定 Rational ClearQuest 資料庫內容

必須在 /RCQR/server/reportserver.properties 檔案中設定正確的值,才能啟用 Report Server for ClearQuest 範例報告。
開始之前
如果要檢查或變更資料庫內容,請執行下列動作:
  1. 在文字編輯器中,開啟 /RCQR/server/reportserver.properties
  2. 在檔案中找出下面這幾行:
    user.registry.cq.dbSet=7.0.0
    user.registry.cq.userDb=SAMPL
  3. 驗證這些值與顯示的值相同,並依需求加以修改。請注意,這些值應該符合 ClearQuest Maintenance Tool 中的資料庫值。
  4. 如果正在使用遠端 CM Server,請以遠端 CM Server 的 IP 位址或主機名稱來取代 localhost,進而修改下列行。
    user.registry.cq.connectionUrl=http://localhost:12080/TeamWeb/services/Team
  5. 如果您是使用含有 Report Server for ClearQuest 的 Crystal Reports,請驗證或修改下列內容的值(會顯示預設值):
    # Crystal Reports 配接器內容
    report.service.crystal.serverPath=/cqwebreport/CRInvoker
    report.service.crystal.serverPort=12080
    report.service.crystal.reportViewerHeight=600

    report.service.crystal.serverPathreport.service.crystal.serverPort 內容可用來建構 URL,以針對 Report Server for Crystal Reports 執行報告。針對 report.service.crystal.serverPath 值,您可以指定相對路徑或 URL。如果指定相對路徑,Crystal Reports 配接器會使用伺服器的 IP 位址與 report.service.crystal.serverPort 內容的值來建構 URL。

    若要指定 SSL (Secure Socket Layer) URL,請輸入 report.service.crystal.serverPath 內容值的 URL。例如:
    report.service.crystal.serverPath=https://host-ip-address-or-name:12043/cqwebreport/CRInvoker
  6. 儲存並關閉檔案。

意見