When attempting to view DYN endpoint accounts within Identity Suite, users may encounter a NamingException: Conversion from connector DN failed error. This error indicates that the Distinguished Name (DN) passed to the DYN connector cannot be resolved against the LDAP schema. This issue commonly occurs when interacting with Oracle Internet Directory (OID) configurations where specific naming attributes are case-sensitive.
Identity Manager 14.x
The error is caused by a case-sensitivity mismatch within the DYN connector project. In ConnectorXpress, the naming attribute for the orclApplicationEntity object class may be incorrectly mapped (e.g., using orclapplicationcommonname instead of the case-sensitive orclApplicationCommonName). Consequently, when the system attempts to resolve an OID account that is a member of a group residing under an orclApplicationEntity object, the lookup fails.
To resolve this issue, you must update the DYN connector project to use the correct case-sensitive attribute names:
orclApplicationEntity object class.orclapplicationcommonname to orclApplicationCommonName).