Some entries have been created with "special characters" that are not recognized by IdM and are causing search issues.
Identity Manager 14.x is running with CA directory 14.x as the userstore.
When groups are created in bulk using the dx commands, some non-ascii characters have been fed into the system by mistake.
As the characters are UTF-8 or base64 encoded when they are dumped into LDIF file they appear in an encoded format.
For example:
dn:: sdfsf<EncryptedString>amsdf=
and
cn:: jnhi<EncryptedString>pmds01=
Having dumped the data (dxdumpdb) the next action is to identify and remove the erroneous entries from LDIF and then reload it (dxloaddb). However, we strongly recommend testing the import against the test directory before overwriting production data.
For example:
Connect via JXplorer and review the results.