Sunday, 5 March 2017

How to Register a Plugin in OIM 11gR2

1.Goto


$MW_HOME/Oracle_IDM1/server/plugin_utility

2.Edit ant.properties


set these variables
wls.home= $WL_HOME
oim.home= $ORACLE_HOME/server
login.config= $ORACLE_HOME/server/config/authwl.conf
mw.home= $MW_HOME

3.Find ANT home


Mine was located at
$MW_HOME/modules/org.apache.ant_1.7.1/bin

4.Run PLUGIN Registration Script


Goto  $ORACLE_HOME/server/plugin_utility
Execute
$MW_HOME/modules/org.apache.ant_1.7.1/bin/ant -f pluginregistration.xml register

UserName: xelsysadm
Password: ********
Link: t3://HostName:OIMPORT
Zip File location: ........Plugin.zip


5. Now Purge the Cache

Goto $ORACLE_HOME/server/bin
Execute purge cache Script
./PurgeCache.sh all

Completed!





No comments:

Post a Comment