OIM Plugin Registration

Follow below steps for Registering plugin:
1)if you want to just test the functionality you can place your pluginzip at following location
/home/oracle/Oracle/Middleware/Oracle_IDM1/server/plugins
and it will work, but for a production mode you must register the plugin via APIs or Utility as follows:
 2) go to path
/home/oracle/Oracle/Middleware/Oracle_IDM1/server/plugin_utility
 ensure that all files are accessible to oracle  user else it gives permission denied exception
also ensure oracle user is able to acess your plugin.zip
3) Modify ant.properties as shown below
3) Run ant -f pluginregistration.xml register (in command prompt after browsing upto plugin_utility)
4) Enter following details:
  1. OIM User Name
  2. OIM User Password
  3. URL(t3://localhost:14000)
  4. weblogic.jndi.WLInitialContextFactory (if it is weblogic server)
  5. Location of zip file.
5) You will get following output saying plugin got registered as shown below and BUILD SUCCESSFUL


Comments

Popular posts from this blog

Troubleshooting Scheduler plugin in OIM

Using While Loop in SOA BPEL

Using OIMService API for raising request