Friday 15 February 2013

Alternate method for Importing and Exporting files in OIM for MDS

Export LDAPUser.xml from MDS
  1. Navigate to Identity and Access, oim. Right-click and navigate to System MBean Browser.
  2. Under Application Defined MBeans, navigate to oracle.mds.lcm, Server:oim_server1, Application:oim, MDSAppRuntime
  3. Click the Operations tab, and then click exportMetaData.
  4. In the toLocation field, enter /var/tmp/iam or the name of another directory.
  5. In the docs field, enter the complete file location as the Element.
  6. Click Invoke - This exports the file specified in the docs field to the directory specified in the toLocation field.

Import LDAPUser.xml to MDS
  1. Navigate to Identity and Access, oim. Right-click and navigate to System MBean Browser.
  2. Under Application Defined MBeans, navigate to oracle.mds.lcm, Server:oim_server1, Application:oim, MDSAppRuntime
  3. Click the Operations tab, and then click importMetaData
  4. In the fromLocation field, enter /var/tmp/iam or the name of the directory in which you have the configuration files.
  5. In the docs field, enter the complete file location as the Element. For example, /metadata/iam-features-ldap-sync/LDAPUser.xml
  6. Click Invoke - This imports the file specified in the docs field to MDS in the toLocation field.

No comments:

Post a Comment