Friday, March 8, 2013

OIM 11g R2: Creating Custom Schedule Task

Steps:

  1. Prepare Schedule Task Code and xml files. Follow below link for sample schedule task code. http://www.iamidm.com/2013/03/oim-11g-r2-sample-code-for-custom.html
  2. Do Plugin Registration: http://www.iamidm.com/2013/03/oim-11g-r2-plugin-registration.html
  3. Export MDS data and place Scheduler xml file in db folder and import MDS data http://www.iamidm.com/2013/03/oim-11g-r2-exporting-and-importing-mds.html
  4. Create new schedule task in OIM Console by following below steps:
  • Login to OIM Admin Console

  • Use OIM Admin User and Login


  •  Go to Scheduler

  • Click on Create new as shown below


  •  Provide required details and select Task (which will be available with name provided inside scheduler xml file)


  • Run the created schedule task, according to code it will print "Running the OIM Sample Scheduled Task...", which says custom scheduler got created successfully. 


  •  It will be shown up in Scheduled Tasks. 


Thanks !!!

No comments:

Post a Comment

Other Posts