This post covers steps on how to troubleshoot “Unable to call fnd_ldap_wrapper . create_user / update_user” issues. This is similar to issue I discussed here in May 2009
.
Setup - E-Business Suite (11i/R12) integrated with OID/SSO
Issue- Error while creating/updating user in EBS 11i/R12 - Unable to call fnd_ldap_wrapper . create_user | update_user
.
This error could be because of many reasons , to name few
1) More Secure Password Policy in OID compared to E-Business Suite
2) User already exists in OID but missing in E-Business Suite
3) apps user does not have privileges to access dbms_ldap package.
4) AppsDN password expired in OID (password expiry in OID)
5) OID or DIP server not running
To narrow down issue, enable debug in Apps and then search for issues around error message.
.
How to troubleshoot fnd_ldap_wrapper issues ?
Step 1 : Enable Profile Option Debug
System Administrator -> Profile -> System -> set profile option “FND: Debug Log Enabled” to Yes
.
Step 2 : Reproduce Issue
Step 3 : Check logs in FND_LOG_MESSAGES table
SQL> select module||’ ‘||message_text , timestamp from apps.fnd_log_messages where timestamp > (sysdate - 1) order by timestamp;
fnd.plsql.oid. fnd_ldap_user. create_user: ORA-31202:DBMS_LDAP: LDAP client/server error: UnKnown Error Encountered
. Server Plug-in OCI failure 12-Aug-09
Step 4 : Search for issue mentioned in message_text from apps.fnd_log_messages (In my case ORA-31202 - Server Plug-in OCI failure which was caused by custom plug-in OID for ldapadd event)
Related Posts for Apps SSO/OID Integration
- 25 Things Apps DBA should know for Apps 11i/R12 Integration with OID/SSO
- Questions for Oracle Apps 11i & R12 Integration with 10g AS/SSO
- Oracle Single Sign-On Server for Apps DBA
- Clone Apps 11i/R12/12i integrated with SSO
- Notes/Docs to integrate Apps 11i with 10g AS Portal/OID/SSO
- Migrate Users to/from OID and Oracle Apps 11i/R12
- User created in Apps 11i/R12/12i not sync to OID
- Apps 11i/R12/12i Registration/Deregistration with OID/SSO : internals
- Error while running SSO registration on 11i : txkrun.pl -script=SetSSOReg
- How to Deregister SSO/OID from Oracle Apps 11i/R12/12i
- Error adding new User (11i) - unable to call fnd_ldap _wrapper .create_user
- Unable to call fnd_ldap_wrapper . create_user / update_user ORA-20001
Popularity: 12% [?]




Good hands-on exercises (installation, patching, cloning), very experienced trainer worth every penny
2 users commented in " Unable to call fnd_ldap_wrapper . create_user / update_user ORA-20001 "
Follow-up comment rss or Leave a TrackbackIn many of the cases, I have also seen that this error comes up when ping is not working from the E-Biz db node to the ldap and MR server.
‘ORA-2001′ is reported in fnd debug logs.
The OID Diagnostics report also shows the following message :
“DBMS_LDAP: PL/SQL - Init Failed. ”
So make sure the /etc/hosts file of E-Biz has the entries of the LDAP and MR server and is able to resolve their hostnames.
Thanks
Subhajit
Hi Atul,
How to check if “AppsDN password expired in OID”??
Thanks,
Harmeet
Leave A Reply