Hyperion 基礎架構技術

問題:

  • 組態工具不會使用 Essbase 別名設定 Oracle HTTP Server (OHS)。

  • Oracle HTTP Server (OHS) 連接埠上無法存取 EAS。

因應措施:更新 mod_wl_ohs.conf 檔案。

使用文字編輯器,開啟位於以下資料夾底下的 mod_wl_ohs.conf 檔案:

EPM_ORACLE_INSTANCE/httpConfig/ohs/config/fmwconfig/components/OHS/ohs_component,並新增以下別名:
<LocationMatch ^/essbase>
   SetHandler weblogic-handler
   WeblogicCluster essbaseServer1:9010,essbaseServer2:9010
</LocationMatch>
<LocationMatch ^/aps>
   SetHandler weblogic-handler
   WeblogicCluster essbaseServer1:9010,essbaseServer2:9010
</LocationMatch>
<LocationMatch ^/eas>
   SetHandler weblogic-handler
   WeblogicCluster essbaseServer1:9110
</LocationMatch>
<LocationMatch ^/easconsole>
   SetHandler weblogic-handler
   WeblogicCluster essbaseServer1:9110
</LocationMatch>

問題:升級至 EPM 11.2.15:Essbase 組態因 "temp" 空間問題而失敗

因應措施:請參閱解決方案 - 升級至 EPM 11.2.15:Essbase 組態因 "temp" 空間問題而失敗以解決此問題。