• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Techgoeasy

Techgoeasy

Learn Oracle, PHP, HTML,CSS,Perl,UNIX shell scripts

  • Home
  • Oracle
    • Oracle database
    • Oracle Ebusiness Suite
    • Oracle weblogic
    • Oracle Performance Tuning
    • Oracle Hyperion
    • Oracle Cloud Tutorials
  • SQL
  • interview questions
  • Linux
  • PHP and HTML
  • Downloads
  • General
Home » Oracle » hyperion » How to generate epm registry report and edit it

How to generate epm registry report and edit it

March 27, 2022 by techgoeasy Leave a Comment

epmsys_registry utility is used to generate the report and edit it

Table of Contents

  • How to generate epm registry report
  • How to edit the epm registry
    • View examples
    • updateproperty examples
    • viewencryptedproperty examples
    • deletecomponent example

How to generate epm registry report

You create the report by running the epmsys_registry utility with no parameters

cd /d d:\Oracle\Middleware\user_projects\epm_system1\bin
epmsys_registry

An HTML formatted report is saved to:

<Middleware_Home>\user_projects\\epm_system1\diagnostics\reports\deployment_report.html

This registry report will contain all the information stored in the registry.

How to edit the epm registry

We have various options available with the epm_registry utility to edit the information in the registry

  • view
  • updateproperty
  • removeproperty
  • addencryptedproperty
  • updateencryptedproperty
  • addfile
  • updatefile
  • removefile
  • createlink
  • removelink
  • createcomponenthierarchy
  • deletecomponent
  • updatehost
  • viewencryptedproperty
  • viewhierarchy
  • addproperty

The most common of use in view and update property

View examples

If we need to see all the properties of the component

D:\Oracle\Middleware\user_projects\epm_system1\bin>epmsys_registry.bat view <component id>
example
D:\Oracle\Middleware\user_projects\epm_system1\bin>epmsys_registry.bat view #89698696ghdhddd

If we need to see a particular property of the component

D:\Oracle\Middleware\user_projects\epm_system1\bin>epmsys_registry.bat view <component id>/@<property> 
example D:\Oracle\Middleware\user_projects\epm_system1\bin>epmsys_registry.bat view #89698696ghdhddd/@filesystem.artifact.path

updateproperty examples

If we need to update a particular property of the component

D:\Oracle\Middleware\user_projects\epm_system1\bin>epmsys_registry.bat updateproperty <component id>/@<property>   <new value>
example D:\Oracle\Middleware\user_projects\epm_system1\bin>epmsys_registry.bat updateproperty #89698696ghdhddd/@filesystem.artifact.path  e:/oracle/temp

viewencryptedproperty examples

If you want to view the password stored in epm registry, then this option can be used

epmsys_registry.sh viewencryptedproperty aif_product/database_conn/@dbPassword

deletecomponent example

epmsys_registry deletecomponent #componentID

I hope you like this article and it helps you

Filed Under: hyperion, Oracle

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar



Subscribe to our mailing list

Enter your email address to subscribe to this blog and receive notifications of new posts by email

Recent Posts

  • How to use sed to remove comments and blank lines
  • How to recover database using RMAN
  • How to check Stale statistics
  • Java web start(JWS) in R12
  • How to delete the archive logs in Oracle

Copyright © 2023 : TechGoEasy

  • Hire me
  • Privacy Policy
  • Contact Us
  • New? Start Here
  • About Us