Hyperion 基础结构技术

问题:

  • 配置工具没有为 Oracle HTTP Server (OHS) 设置 Essbase 别名。

  • 无法通过 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:由于 "temp" 空间问题导致 Essbase 配置失败

解决方法:请参阅“解决方法 - 升级到 EPM 11.2.15:由于 "temp" 空间问题导致 Essbase 配置失败”解决此问题。