Exporting and Importing Metadata files in Oracle Identity Manager


1.      Go to $OIM_ORACLE_HOME/server/bin.
(Set $OIM_ORACLE_HOME= /home/oracle/Oracle/Middleware/Oracle_IDM1)

2.      Edit the weblogic.properties file.

3.      To Export file change the following fields.

wls_servername=oim_server1
application_name=OIMMetadata
metadata_from_loc=@From_location
metadata_to_loc=<path where to export>
metadata_files=<relative path to file>

4.      Then run ./weblogicExportMetadata.sh
Username= weblogic
Password= (your password)
URL: t3://Host:port (e.g. t3://host:14000)


5.      Then again to import change following fields in weblogic.properties.

wls_servername=oim_server1
application_name=OIMMetadata
metadata_from_loc=”path from where to import”
metadata_to_loc=@To_location

metadata_files=<file name>

For importing you have to give the path from where you want to import the file  

No comments:

Post a Comment