Total Pageviews

Wednesday, March 23, 2016

export metadata using em console



Please look at following instructions in the guide to how to export oim metadata: https://docs.oracle.com/cd/E40329_01/admin.1112/e27149/emcon.htm#OMADM4229

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
22.2 Exporting and Importing Configuration Files

To export or import configuration files:

  When the administrative server and at least one Oracle Identity Manager managed server is running, login to Oracle Enterprise Manager Fusion Middleware Control by using the URL in the following format:

http://ADMINSTRATION_SERVER:PORT/em

  Navigate to Identity and Access, oim. Right-click and navigate to System MBean Browser.

  Under Application Defined MBeans, navigate to oracle.mds.lcm, Server:oim_server1, Application:OIMMetadata, MDSAppRuntime.

  To export the configuration files:

      Click the Operations tab, and then click exportMetaData.

      In the toLocation field, enter  enter /tmp or the name of another directory (ensure /tmp is empty if using it)

      Select createSubDir as false.

      In the docs field, here don't provide any value

      Also select false for excludeAllCust, excludeBaseDocs, and excludeExtendedMetadata. Then, click Invoke.

      This exports the file specified in the docs field to the directory specified in the toLocation field. 


Note:
if you want to import to specific place you have to mention complete path at docs for example if you want to import EventHandler.xml under /db     you have to create create folder name db and put the file there and at docs put /db/EventHandler.xml

fromLocation /tmp/shahbaz
docs      /db/EventHandler.xml (make sure EventHandler.xml is under /db folder)

No comments:

Post a Comment