The following error occurs when opening the GUI interface for Compliance Event Manager (hostname:port/cemui.
send_ldap_result: err=34 matched="" text="LDP2013E Unknown RDN defTable in ValidateDN()"
Release : 6.0
Component : CA COMPLIANCE EVENT MANAGER
The err=34 indicates the configured database suffix doesn't match the DN of the object sent on the LDAP modify.
In the slapd.conf file are the following 2 definitions:
moduleload back_cmgr_utf.dll
database cmgr_utf
This is a deprecated option from CMGR 2.0. You will need to update this to the new CEM definition depending on whether you are using Datacom or DB2:
- For Datacom:
moduleload back_cemdc_utf.dll
database cemdc_utf
- For DB2:
moduleload back_cemdb2_utf.dll
database cemdb2_utf