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