Monday, June 6, 2011

Icons Do Not Get Displayed in the Explore Module after Applying the 11.1.2.1 Maintenance Release on Top of an Existing EPM System 11.1.2.0 Environment

Icons Do Not Get Displayed in the Explore Module after Applying the 11.1.2.1 Maintenance Release on Top of an Existing EPM System 11.1.2.0 Environment Installed on a Windows Server 2008 Platform [ID 1320028.1]
Modified 14-MAY-2011 Type PROBLEM Status UNDER_MODERATION
In this Document
Symptoms
Cause
Solution
References

Applies to:

Hyperion BI+ - Version: 11.1.2.1.000 and later [Release: 11.1 and later ]
Information in this document applies to any platform.
Symptoms


Icons (for folders, and Hyperion reports - e.g. Financial Reporting reports) do not get displayed in the Explore module after applying the 11.1.2.1 maintenance release on top of an existing EPM System 11.1.2.0 environment installed on a Windows Server 2008 platform.
Cause


The path pointing to the Reporting and Analysis Framework web application instance is incorrectly being defined in the weblogic.xml file


This file should point to the below location:
\Middleware\user_projects\epmsystem1/ReportingAnalysis/RAFrameworkWebapp
Solution


- Stop the "Reporting and Analysis Framework web application" component,
- Navigate to \Middleware\EPMSystem11R1\products\biplus\InstallableApps,
- Take a backup of the file called raframework.ear,
- Extract this file in a temporary folder (e.g. using Winzip),
- Navigate to that temporary folder,
- Extract the file called raframework.war in a temporary folder (e.g. using Winzip),
- Navigate to that temporary folder,
- Navigate to the WEB-INF folder,
- Edit the file named weblogic.xml with a text editor,
- Locate the below paragraph:

C:\Oracle\Middleware\user_projects\epmsystem1/ReportingAnalysis/RAFrameworkWebapp
/jsp/form/*
/media/mt/*
/media/mt_thumbnails/*


Does the tag point to something like "@oracleInstance@/ReportingAnalysis/RAFrameworkWebapp" instead of the real path?

If this is the case, please:

- Replace the value of the tag with the actual path to the folder.
The @oracleInstance@ should be replaced with the path to the EPM instance on the server where the "Reporting and Analysis Framework web application" component is located.
For your reference, the tag is pointing to the below location in my test EPM System 11.1.2.1 environment:
C:\Oracle\Middleware\user_projects\epmsystem1/ReportingAnalysis/RAFrameworkWebapp
('\' or '/' characters do not matter at that point)

- Save and close the file,

- Re-build the raframework.war file so that it includes the modified version of the weblogic.xml file,

- Re-build the raframework.ear file so that it includes the modified version of the raframework.war file,
Please ensure that both the ear and the war files have their directory structure being built exactly the same way as before such files have been altered. Not following this recommendation would prevent the "Reporting and Analysis Framework web application" component from starting properly,

- Clear the Weblogic temporary location for the "Reporting and Analysis Framework web application" component.
The actual location to be cleared can be retrieved from the JVMOptionX defining the "-Dweblogic.j2ee.application.tmpDir" parameter accessible at the below Windows Regitry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Hyperion Solutions\RaFramework0\HyS9RaFramework
For your reference, this temporary location points to the below location in my test EPM System 11.1.2.1 environment:
C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\RaFramework0\tmp

- Start the "Reporting and Analysis Framework web application" component.

- Clear the cache of the web browser,

- Lastly, please ensure that both locations contain the icon files (*.gif):
\Middleware\user_projects\epmsystem1\ReportingAnalysis\RAFrameworkWebapp\media\mt
\Middleware\user_projects\epmsystem1\ReportingAnalysis\RAFrameworkWebapp\media\mt_thumbnails

Note:
Using either the third party tool 7-zip of the Java tool jar.exe would ease the modification process of the ear/ear files.

No comments:

Post a Comment