Followers

Friday, June 21, 2019

Oracle Hyperion Performance Tuning: Changing Heap size in UNIX machine

For UNIX machines or as an alternate method for Windows machine,
change the heap size of a managed server in the product start script:

On the machine hosting the product whose managed server you want to modify, open the product's custom start script in a text editor:

Go to below mentioned PATH for deploymentScripts

EPM_ORACLE_INSTANCE/bin/deploymentScripts/setCustomParamsManagedServerName.sh

For example, to change the heap size for the Foundation Services managed server, open EPM_ORACLE_INSTANCE/bin/deploymentScripts/setCustomParamsFoundationServices.sh.

For example, to change the heap size for the Planning managed server, open EPM_ORACLE_INSTANCE/bin/deploymentScripts/setCustomParamsPlanning.sh.

For example, to change the heap size for the EssbaseAdminServices managed server, open EPM_ORACLE_INSTANCE/bin/deploymentScripts/setCustomParamsEssbaseAdminServices.sh.

Modify the entry that looks like this:

set USER_MEM_ARGS=-Xms128m -XX:PermSize=64m -XX:MaxPermSize=256m -Xmx512m
and edit the value for –XmxValuem to a value appropriate for your environment.

If  you want to change Xmx value to 8GB then mention as
set USER_MEM_ARGS=-Xms128m -XX:PermSize=64m -XX:MaxPermSize=256m -Xmx8192m



Save the file.

Rerun the script for the product after making changes.

Complete these steps for each managed server on each machine in the deployment.

Thanks,
Mady

Oracle hyperion Performance Tuning: Changing the Heap Size in Windows

To change the heap size of a managed server:

For Windows machines, use Windows Registry Editor to change the heap size of the Windows service:

On the machine hosting the product whose managed server you want to modify, open Windows Registry Editor: Select Start and then Run, enter regedit, and then click OK.

In Registry Editor, select HKEY_LOCAL_MACHINE, then SOFTWARE, then Hyperion Solutions, then ManagedServerName, and then WindowsServiceName_InstanceName.

For example, if you deployed a single managed server, select HKEY_LOCAL_MACHINE, then SOFTWARE, then Hyperion Solutions, then EPMServer0, and then HyS9EPMServer_InstanceName.

If you scaled out a single managed server, on the scaleout machine, select HKEY_LOCAL_MACHINE, then SOFTWARE, then Hyperion Solutions, then EPMServer1, and then HyS9EPMServer_InstanceName.

For example, if you deployed Oracle Hyperion Planning, select HKEY_LOCAL_MACHINE, then SOFTWARE, then Hyperion Solutions, then Planning0, and then HyS9Planning_InstanceName.

Right-click JVMOptionX (where X is 1, 2, ...) whose value starts with -Xmx, and then select Modify. In Value data, change the value to a value appropriate for your environment.
-XmxValuem

For example, to set the heap size to 8 GB, enter the following:
-Xmx8192m

Start EPM System by selecting Start, then All Programs, then Oracle EPM System, then Foundation Services, and then Start EPM System.

Complete these steps for each managed server on each machine in the deployment.

Thanks,
Mady

Wednesday, June 19, 2019

Oracle Hyperion FDM to FDMEE Migration Utility

Oracle that explains step by step process involved in migrating Oracle Hyperion FDM to Oracle FDMEE. It also discusses the challenges faced during the migration. It is intended to have a ‘look and feel’ of using the FDM Migration utility.

In EPM Release 11.1.2.4, FDM is no longer available. All customers who wish to continue using the key FDM functionality can migrate to FDMEE.

It captures key functionality from FDM, and preserves the ERP Integrator framework that enables users to load metadata and data, and to drill-through and write-back.

Pre requisites
 Download Patch 21379349: FDM CLASSIC TO FDMEE MIGRATION UTILITY V 1.0
 Working 11.1.2.x FDM Application Database
 Database details of the FDM application Schema
 Working FDMEE 11.1.2.4 Environment
 Downloaded FDM-FDMEE Migration Utility
 Database details of FDMEE Schema
 ODI studio Installed & Configured

Steps Involved in Migration
 Run the Prerequisite SQL Scripts in FDMEE & FDM Database
 Configure FDM Data source on ODI
 Import the Scenarios to ODI Designer
 Execute the Scenario from ODI
 Challenges in Migration

For complete migration steps, check Oracle FDMtoFDMEE_Migration_Whitepaper:
Oracle Hyperion Financial Data Quality Management (FDM) to Oracle Hyperion Financial Data Quality Management, Enterprise Edition (FDMEE) - White Paper on FDM to FDMEE Migration Utility (Doc ID 2077244.1)
http://docs.oracle.com/cd/E57185_01/epm.1112/fdm_migration.pdf

Thanks,
Mady

Hyperion 11.2 version release details and support details

Oracle is today announcing a “Continuous Innovation” release model for Oracle Hyperion
Enterprise Performance Management System 11.2, delivering ongoing applications and
underlying technology stack updates without a major upgrade. At the same time, we are
announcing Oracle Premier Support for Oracle Hyperion EPM System 11.2 through at least
2030.

This means that after upgrading to release 11.2 when it becomes available, Oracle Hyperion
EPM System customers running on release 11.2 will be able to continue to access new
applications functionality and separately uptake later versions of underlying technology for
years to come, without the time and expense of a major release upgrade.


Reference:

Thanks,
Mady


How to change Hyperion Workspace Logo on Login Screen

To change Hyperion Workspace LOGO in Login page, we need to follow the steps:

We need to change login_panel.gif image with your desired image in bpmui.ear and Workspace.ear files.

To change ear file, follow below steps:

Go to Oracle/Middleware/EPMsystem11R1/common/bpmui-common/11.1.2.0

Here you can find bpmui.ear file.

Open the same with 7zip, then go to below location change login_panel.gif to your file.
Note: Move to Login_Panel.gif file to Login_Panel.gif_ORIG then copy your file to WAR file.
/bpmstatic/themes/theme_tadpole/images_global
/bpmstatic/themes/theme_skyros/images_global
/bpmstatic/themes/theme_fusionfx/images_global
/bpmstatic/themes/theme_tadpole_hc/images_global

Now go to below Path for Workspace.ear file.

<EPM_ORACLE_HOME>products/Foundation/workspace/InstallableApps

Workspace.ear file and open with 7zip go to below path and change you login_panel.gif file with Original file.

workspace.war/bpmstatic/themes/theme_skyros/images_global
workspace.war/bpmstatic/themes/theme_tadpole/images_global
workspace.war/bpmstatic/themes/theme_tadpole_hc/images_global
workspace.war/bpmstatic/themes/theme_fusionfx/images_global

clear tmp and cache from Foundation0 and clear browser cache.






Thanks,
Mady

How to change Hyperion Workspace Name in Title bar

We got a reruirement today from client is it possible to change or update Oracle Hyperion Workspace or Title bar or both with client name or by environment. Yes it is possible. As we have many blogs on the same and also articles in Oracle MySupport.

So, here are the steps to update the same.

First of all, Thanks to Kamalanathan Prabhakaran for giving this idea to post and for helping in this activity.

Steps for change Title in Title Bar.

1.Navigate to below folder
D:/oracle/Middleware/EPMSystem11R1/products/Foundation/workspace/InstallableApps/

2.Take backup of workspace.ear as workspace.ear_ORIG

3.Copy the workspace.ear to local machine

4.Open workspace.earand then workspace.war using 7zip

5.Edit index.jsp and change the below entries

from
// Get the config options
IConfig      rConfig = ConfigFactory.getConfig(application);
String     rstTitle = ConfigHelper.getApplicationName(application);

to
 // Get the config options
IConfig rConfig = ConfigFactory.getConfig(application);
String     rstTitle1 = ConfigHelper.getApplicationName(application);
String rstTitle2 = "   PROD  "; String rstTitle = rstTitle1 + rstTitle2;

6.save it and upload and replace the existing workspace.ear

7.Move or delete tmp and cache of foundation Managed server

8.Restart the Hyperion services

Thanks,
Mady