Troubleshooting LDAP Error 19 (CONSTRAINT_ATT_TYPE) When Creating Users in Windchill 13
Version: Windchill 13.1
Use Case: Hi everyone, I am currently working on a Windchill 13.0 environment integrated with Active Directory (ADS). Previously, the "Add New Participant" button was missing, which I have successfully resolved by setting the JNDI Adapter to ReadOnly=false. However, I am now encountering a persistent error when attempting to create a new user directly from the Windchill Participant Administration. Current Error Message:[LDAP: error code 19 - 00002081: AtrErr: DSID-03151F00, #1: 0: 00002081: DSID-03151F00, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 3 (cn)]. Configuration Details: Windchill Version: 13.0 Directory Type: Active Directory (ADS) Adapter Mapping: mapping.user.uniqueIdAttribute = cn (previously tried sAMAccountName but got Error 64) mapping.user.uid = sAMAccountName mapping.user.cn = cn Troubleshooting Steps Taken: Verified that the JNDI manager account has sufficient "Write" permissions in the target OU. Ensured that mandatory attributes like Surname (sn) and Full Name are populated in the "New User" wizard. Attempted using complex passwords to satisfy Domain Password Policies. Despite these, AD still returns Error 19 on the cn attribute. I am considering changing uniqueIdAttribute to objectGUID to see if it stabilizes the connection. Has anyone encountered this specific constraint violation on the cn attribute when using AD? Are there any specific Additional Properties or mapping adjustments required for Windchill 13 to successfully "Write" new user objects to Active Directory? Any insights or recommended mapping snippets would be greatly appreciated.
Description:


