Error Got in Logs while provisioning
11/07/20 12:03:54 Running InitUtil
11/07/20 12:03:54 Running CreateUser
ERROR,20 Jul 2011 12:03:54,913,[OIMCP.EBSUM],================= Start Stack Trace =======================
ERROR,20 Jul 2011 12:03:54,913,[OIMCP.EBSUM],oracle.iam.connectors.ebs.usermgmt.integration.EBSUserManagementHelper : createEBSUser
ERROR,20 Jul 2011 12:03:54,913,[OIMCP.EBSUM],Exception Occured
ERROR,20 Jul 2011 12:03:54,913,[OIMCP.EBSUM],Description : ORA-20001: APP-FND-02600: Unable to create user 66696 due to the following reason(s):
Unabled to call fnd_ldap_wrapper.create_user due to the following reason:
ORA-20001: Unabled to call fnd_ldap_wrapper.create_user due to the following reason:
An unexpected error occurred. Please contact your System Administrator. (USER_NAME=66696). (USER_NAME=66696).
ORA-06512: at "APPS.APP_EXCEPTION", line 72
ORA-06512: at "APPS.FND_USER_PKG", line 780
ORA-06512: at "APPS.FND_USER_PKG", line 913
ORA-06512: at "APPS.FND_USER_PKG", line 1032
ORA-06512: at line 1
ERROR,20 Jul 2011 12:03:54,913,[OIMCP.EBSUM],java.sql.SQLException: ORA-20001: APP-FND-02600: Unable to create user 66696 due to the following reason(s):
Unabled to call fnd_ldap_wrapper.create_user due to the following reason:
ORA-20001: Unabled to call fnd_ldap_wrapper.create_user due to the following reason:
An unexpected error occurred. Please contact your System Administrator. (USER_NAME=66693236). (USER_NAME=66693236).
ORA-06512: at "APPS.APP_EXCEPTION", line 72
ORA-06512: at "APPS.FND_USER_PKG", line 780
ORA-06512: at "APPS.FND_USER_PKG", line 913
ORA-06512: at "APPS.FND_USER_PKG", line 1032
ORA-06512: at line 1
Solution:
1.Check for the user if it is already exists in OID(since it is doing some kind of authentication while creating the user in OF)
2.This error normally happens if the user is already available i the LDAP cn=OracleContext.
cn=ACCOUNTS,cn=subscription_data,cn=subscriptions,orclApplicationCommonName=IDMIDM,cn=EBusiness,cn=Products,cn=OracleContext,dc=test,dc=com,dc=in.
3.So deleted the entries related to the user and recreated the user again.
No comments:
Post a Comment