To generate a deployment report for an on-premises Oracle EPM System, open a command prompt on the Foundation Services host machine. Navigate to the EPM_ORACLE_INSTANCE/bin directory and execute the command epmsys_registry report deployment. Oracle will generate an HTML file detailing your deployment topology, which is saved in the EPM_ORACLE_INSTANCE/diagnostics/reports directory.
In modern Oracle EPM 11.2 (formerly Oracle Hyperion) on-premises environments, administrators must generate a deployment report to document the standard deployment topology.The deployment report is a handy new feature added into the epmsys_registry utility that allows you to output a compact collection of the EPM System installation details.
It contains below information
- Logical Web Addresses
- Application Tier Components
- EPM Deployment Topology Report
- EPM Deployment History Report
- User Directories – SSO Not Enabled
- Database Connections
- Data Directories
You create the report by running the epmsys_registry utility with parameters “report deployment”:
cd /d d:\Oracle\Middleware\user_projects\epmsystem1\bin
epmsys_registry report deployment
An HTML formatted report is saved to:
<Middleware_Home>\user_projects\epmsystem1\diagnostics\reports\deployment_report.html
Few important points
- Run this report after every deployment and save it separately
- Running this report overwrites the existing report in the repository,So it is advisable to save the old report before executing this command
Related Articles
How to Generate & Edit the Oracle EPM Registry Report