"LDAP: error code 53 - Rejecting the requested operation because the connection has not been authenticated" is display in the logs in Windchill PDMLink
Possible causes
Solution
Correct the configuration of the adapter in file MapCredentials.xml
xconfmanager -s "mapcredentials.admin.adapters=<JNDI adapter>^cn=Manager^<password>" -t "codebase/WEB-INF/mapCredentials.txt" -p
xconfmanager --add "mapcredentials.admin.adapters=<JNDI adapter>^cn=Manager^<password>" -t "codebase/WEB-INF/mapCredentials.txt" -p
xconfmanager --add "mapcredentials.admin.adapters=<JNDI adapter>^cn=Manager^<password>" -t "codebase/WEB-INF/mapCredentials.txt" -p
- Example MapCredentials.xml:
<ie:param name="element"
data="INSTANCE=com.ptcts.EnterpriseLdap:DBUSER=cn=Manager:PASSWD=encrypted.com.ptcts.EnterpriseLdap.cn=Manager"/>
<ie:param name="element"
data="INSTANCE=com.ptcts.en2k8-wnc-10.ldap-pending:DBUSER=cn=Manager:PASSWD=encrypted.com.ptcts.en2k8-wnc-10.ldap-pending.cn=Manager"/>
<ie:param name="element"
data="INSTANCE=com.ptcts.Ldap:DBUSER=cn=Manager:PASSWD=encrypted.com.ptcts.Ldap.cn=Manager"/>
- Make sure contents in ie.properties are correct.
No comments:
Post a Comment