問題: EPM WorkspaceからOracle Business Intelligence Enterprise Editionを起動しようとすると、直接起動できますが、Javascriptエラー・メッセージ(5250行「Object not found」)が表示されます。
このエラーは、WebLogic Server上でOracle Business Intelligence Enterprise Edition 10.xが実行されていて、EPM WorkspaceのフロントエンドWebサーバーがIISである場合に発生します。
解決策: Oracle Business Intelligence Enterprise Editionのファイルanalytics.warのweb.xmlに次の行を追加して、WARファイルを再デプロイします:
<mime-mapping> <extension>xml</extension> <mime-type>text/xml</mime-type> </mime-mapping> <mime-mapping> <extension>xsd</extension> <mime-type>text/xml</mime-type> </mime-mapping>