How to Register A Custom Scheduled Job or Plugin in Oracle Identity Manager (OIM)

Jimmy LutzIdentity & Access Management, Oracle, Technical TipsLeave a Comment

There are multiple scenarios where we may have to develop a custom scheduled job to perform tasks to meet client requirements. Once the expected job functionality is developed, below are the steps to register the expected job/plugin in OIM so that it can be used. Create the folder structure as follows.                 lib                 META-INF                 Plugin.xml The “lib” folder would have the jar file of the functionality that has been developed along with the dependent jar files. The “META-INF” folder should have the scheduledtask.xml file, which should hold the below content. The text displayed in RED … Read More

10g OSSO to 11g WebCenter Portal External Applications Migration

Alex PingleyIdentity & Access Management, OracleLeave a Comment

Oracle 10g to 11g diagram

We recently had a customer who undertook an Oracle Portal 10g to Oracle WebCenter 11g upgrade and ran into an issue with their External Applications and users. To give some context to the problem, there is a direct correlation between an Oracle 10g OSSO and Oracle 11g Webcenter portal for external applications but no way of migrating users from one to the other. Migrating from one system to another is never easy, and in this instance there was no mechanism to even begin the migration apart from manual migration of the data. This simply was not an option for the … Read More

OIM AD Trusted Recon Job – java.naming.factory.initial Exception

Ben MarckTechnical TipsLeave a Comment

Recently, we configured OIM 11.1.1.5 with MTS (Multiple Trusted Sources) by making AD the authoritative source for the email address attribute. As per requirements, we also added an additional domain attribute to the AD reconciliation process and provisioned additional attributes to AD.   Shortly thereafter our email address updates from AD stop propagating and our AD Trusted Recon job started throwing the following exception…….   [2012-04-19T17:56:23.032-04:00] [oim_server1] [ERROR] [] [OIMCP.ADCS] [tid: OIMQuartzScheduler_Worker-10] [userId: oiminternal] [ecid: 0000JRBfdRo7y0lqwsFg6G1F^4pi000002,0] [APP: oim#11.1.1.3.0] com.thortech.xl.integration.ActiveDirectory.tcADUtilLDAPController : searchResultPageEnum [2012-04-19T17:56:23.032-04:00] [oim_server1] [ERROR] [] [OIMCP.ADCS] [tid: OIMQuartzScheduler_Worker-10] [userId: oiminternal] [ecid: 0000JRBfdRo7y0lqwsFg6G1F^4pi000002,0] [APP: oim#11.1.1.3.0] Need to specify class name in … Read More