We have a DTM Job that reads our HR database (SQLServer) every night and updates a few attributes within AD. It's been working fine for a number of months and occasionally errors on records with insufficient rights (easily fixed in AD). We have one error, which corpped up 2 weeks ago that we cannot troubleshoot. The summary page indicates one error is encountered at source, the reports tabs shows an update error "Redundant update as there is more than one source object that matches the destination for the LDAP Key Filter:(&(samaccountname=chenan))" and the detailed log (Verbose) has this as the error;
=== Begin Object ===
Searching for (&(samaccountname=ilyasa)) at root: LDAP://*OMITTED TEXT*
Found matching entry of type user at: LDAP://*OMITTED TEXT*/CN=Ilyas\, Akbar,OU=Edmonton Users,OU=Bantrel Users,*OMITTED TEXT*
Schema type: user
Property value unchanged: [department = Process]
Property value unchanged: [physicalDeliveryOfficeName = EdPE022]
Property value unchanged: [telephoneNumber = 780-577-4731]
Property value unchanged: [ExtensionAttribute1 = 12/28/2007 12:00:00 AM]
Property value unchanged: [company = Bantrel]
Property value unchanged: [employeeID = *OMITTED TEXT*]
Changes already committed
@=
We've check both AD entries in the error and they appear fine (no rights issuse for IlyasA - no duplicate entries for Chenan)
The updates to both entires appear to be working and the job is showing as "successful"
Thanks,
Joe