MDS Export/Import:


MDS Export/Import:

 1. Go to : <Oracle_IDM>/server/bin
 2. setenv OIM_ORACLE_HOME <Oracle_IDM>
 3.  Edit weblogic.properties as given below:
# WARNING: This tool is deprecated, refer to the OIM documentation for alternatives.

# Weblogic Server Name on which OIM application is running

wls_servername=AdminServer

# If you are importing or exporting any out of box event handlers, value is OIMAppMetadata.
# For rest of the out of box metadata, value is OIMMetadata.
# If you are importing or exporting any custom data, always use application name as OIMMetadata.

application_name=OIMMetadata

# Directory location from which XML file should be imported.
# Lets say I want to import /file/User.xml and it is in the location /temp/oim/file/User.xml,
# I should give from location value as /temp/oim Make sure no other files exist
# in this folder or in its sub folders. Import utility tries to RECURSIVELY import ALL the files under the
# from location folder. This property is only used by weblogicImportMetadata.sh
# WARNING: weblogicImportMetadata utilities will import ALL xml inside the matedata_from_loc and will disregard metadata_files

metadata_from_loc=@/scratch/mds

# Directory location to which XML file should be exported to

metadata_to_loc=/scratch/mds

# For example /file/User.xml to export user entity definition. You can specify multiple xml files as comma separated values.
# WARNING: This property is ONLY used by weblogicExportMetadata.sh and weblogicDeleteMetadata.sh scripts

metadata_files=list of files

------
4.  Execute weblogicExportMetadata.sh/weblogicImportMetadata.sh
Please enter your username :weblogic
Please enter your password : weblogic1
Please enter your server URL [t3://localhost:7001] :t3://localhost:8003

Export UI metadata from EM:
1. Login to Oracle Enterprise Manager as weblogic user

2. Expand Application Deployments and click on oracle.iam.console.identity.self-service.ear(V2.0)

3. From the Application Deployment menu at the top, select MDS Configuration

4. Under Export, select the Export metadata documents to an archive on the machine where this web browser is running option

5. Click Export and save the archive.

No comments:

Post a Comment

About OIM

Oracle Identity Management enables organizations to effectively manage the end - to - end life - cycle of user ide...

Popular Posts