Oracle Identity Manager (OIM) is an account/identity provisioning and reconciliation software and is part of Oracle Identity Management Suite. OIM comes with pre-defined connectors that are used to integrate OIM with other applications like Microsoft Active Directory, Microsoft Exchange, Oracle E-Business Suite, Oracle Databases etc.
To compile adapter click here , Adapter compilation failed with below error in OIM managed server logs
___
<Oct 19, 2012 5:13:22 PM UTC> <Error> <XELLERATE.ADAPTERS> <BEA-000000> <Class/Method: tcAdpUtils/createAdapter encounter some problems: Code Generation Failed For ‘ADIDC Prepopulate User Full Name’ adapter>
<Oct 19, 2012 5:13:22 PM UTC> <Error> <XELLERATE.ADAPTERS> <BEA-000000> <Class/Method: tcAdpUtils/genXellerateAdapter encounter some problems: /tmp/oracle/oim/adapters/adpADIDCPREPOPULATEUSERPRINCIPALNAME.java (No such file or directory)
java.io.FileNotFoundException: /tmp/oracle/oim/adapters/adpADIDCPREPOPULATEUSERPRINCIPALNAME.java (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
at java.io.FileWriter.<init>(FileWriter.java:73)
at com.thortech.xl.dataobj.util.tcAdpUtils.genXellerateAdapter(tcAdpUtils.java:1367)
_____
Root Cause: File in /tmp/oracle was owned by different user (user other than that running OIM software).
Fix: Change permission (grant Read, Write & Execute ) on /tmp/oracle to user running OIM managed servers. After changing permission , compile adapters in OIM again using design console.