Administrator
|
So, a manual fix will be required.
check this Oracle Community thread named "oracle.ldap.util.UtilException: NamingException encountered
". They have given the manual steps there..
-->
Reference Oracle Support
Manually fix.
Login to ODSM ( Orace Directory Service Manager)
search for the appname the one you are trying to register. Delete only that app name. Also we need to delete the member entry in all groups in which this "appname" is a member. This can be retrieved by running the below against ODS database account in OID database.
select * from ct_uniquemember where upper(attrvalue) like '%DEV%'; assuming DEV is the app name.
using "ENTRYDN" column value you can navigate the tree in ODSM and delete the member .
If you get zero row from the above. Then you can register the eBS in OID. Finally I was able to register that successfully.
|