LDAP nightly sync task is not synchronizing user from LDAP to JTS and it was working fine before from last 1 year.
CLM version-3.0.1
LDAP sync is not synchronizing user from LDAP to JTS.
.
Problem description
LDAP sync is not synchronizing user from LDAP to JTS.
2.Users are present in LDAP and I can import them through JTS GUI.
3.After running script, it says
User synchronization has been successfully requested and is running in
the background. Progress can be tracked using the feed at 'https://www.
pd-dv.jlrint.com/jts/events?provider=ldapnightlysync'.
4. After running https://www.pd-dv.jlrint.com/jts/events?
provider=ldapnightlysync, I am getting following messages-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.
org/2005/Atom" xmlns:syndication="http://www.ibm.com/jazz/0.1.0
/syndication"><id>urn:uuid:_UpGqEWnEEeGaX6SweNS8wQ</id><title type="
html">User records changed by LDAP nightly sync
task</title><updated>2013-05-22T06:08:49Z</updated><entry><id>urn:uuid:
__FBUcbonEeKRduv9pxCsvg</id><title type="html">CRJAZ1329E The user
"CN=S-1-5-21-996065124-1290041856-3981285745-102416,
CN=ForeignSecurityPrincipals,O=ford,C=US" does not exist in LDAP
directory.</title><updated>2013-05-11T11:46:
07Z</updated><author><name>ADMIN</name><email>ADMIN</email></author><sum
mary type="html">CRJAZ1330E The user "CN=S-1-5-21-996065124-
1290041856-3981285745-102416,CN=ForeignSecurityPrincipals,O=ford,
C=US" is a member of one of the Jazz groups in the LDAP directory
but the LDAP person record does not exist.</summary><link href="/
{unknown}" /><category term="LDAPNightlySync" /><syndication:
repositoryId type="text">_UpGqEWnEEeGaX6SweNS8wQ</syndication:
repositoryId><syndication:Action type="text">Dangling</syndication:
Action><syndication:modified type="text">2013-05-11T11:46:
07Z</syndication:modified><syndication:publicUri type="text">https:
//www.pd-dv.jlrint.com/jts/</syndication:publicUri><syndication:
repositoryURL type="text">https://www.pd-dv.jlrint.
com/jts/</syndication:repositoryURL></entry><entry>
3 answers
Hi Raj,
Are there missing users between LDAP and JTS? This posted error message is just for the ADMIN User - as it would have been removed on JTS during installation.
Thanks.
Hi Raj, that user ID cannot be resolved for some reason. If you notice the Ldap sync is pulling the SID of the user and not an actual user ID. You may need to work with your AD administrator to determine why this might be. I'd suggest using a command like:
wmic useraccount get name,sid | findstr <sid of user> to see if the ldap registry can even resolve the user.
wmic useraccount get name,sid | findstr <sid of user> to see if the ldap registry can even resolve the user.
You can also get more verbose information from the nightly ldap sync task using the log4j debugging options in the jts log4j.properties file.
Comments
Karl Weinert
JAZZ DEVELOPER May 22 '13, 12:38 p.m.