Documented Issues which I faced in my daily work on Oracle EPM(On-Premise and Cloud), and also on OneStream
Followers
Tuesday, July 2, 2019
Monday, July 1, 2019
Financial Reporting Migration Tool : FR Reports migration from HFM to FCCS
Kscope19 updates on Hyperion On-Premise:
The Financial Reporting Migration Tool (FRMT) is a utility that accelerates the migration and conversion of financial reports built in Oracle Hyperion Financial Management (HFM) into financial reports that are compatible with Oracle Financial Consolidation and Close Cloud (Oracle EPM Cloud).
The Financial Reporting Migration Tool (FRMT) is a utility that accelerates the migration and conversion of financial reports built in Oracle Hyperion Financial Management (HFM) into financial reports that are compatible with Oracle Financial Consolidation and Close Cloud (Oracle EPM Cloud). This utility reduces the time and effort needed for report conversion by automating many of the manual tasks associated with the process.
The main features of the Financial Reporting Migration Tool include:
Maps dimension and member names to the new Financial Consolidation and Close model
Preserves the report formatting and layouts
Converts reports in bulk
Provides ready to use reports for Financial Consolidation and Close
The download includes the utility, full documentation, and examples.
Developers and implementer can extend and enhance the utility by editing the provide Python script to match specific use cases.
Reference links:
https://cloudmarketplace.oracle.com/marketplace/en_US/listing/50393071
https://kscope19.odtug.com/e/in/eid=32&s=2851&print=1&req=info
Thanks,
Mady
The Financial Reporting Migration Tool (FRMT) is a utility that accelerates the migration and conversion of financial reports built in Oracle Hyperion Financial Management (HFM) into financial reports that are compatible with Oracle Financial Consolidation and Close Cloud (Oracle EPM Cloud).
The Financial Reporting Migration Tool (FRMT) is a utility that accelerates the migration and conversion of financial reports built in Oracle Hyperion Financial Management (HFM) into financial reports that are compatible with Oracle Financial Consolidation and Close Cloud (Oracle EPM Cloud). This utility reduces the time and effort needed for report conversion by automating many of the manual tasks associated with the process.
The main features of the Financial Reporting Migration Tool include:
Maps dimension and member names to the new Financial Consolidation and Close model
Preserves the report formatting and layouts
Converts reports in bulk
Provides ready to use reports for Financial Consolidation and Close
The download includes the utility, full documentation, and examples.
Developers and implementer can extend and enhance the utility by editing the provide Python script to match specific use cases.
Reference links:
https://cloudmarketplace.oracle.com/marketplace/en_US/listing/50393071
https://kscope19.odtug.com/e/in/eid=32&s=2851&print=1&req=info
Thanks,
Mady
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
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
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
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.
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
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
Subscribe to:
Posts (Atom)