Hi,
Using Azure AD Connect to sync our AD users to our O365 Tenant.
When running the Synchronization Service Manager and perform a Delta Sync from the on-prem AD, the synchronisation statistics provide one user (out of about 120) with this error "sync-generic-failure".
If i click into this and click on Stack Trace, this is what i get:
object located by DN is a phantom. CS = 'mahdomain.com - AAD', Object Info
Pipeline Object [156999dc-blah-blah-blah-2cf48f4f958e]: type=user, DN=CN={61314E54746B6B6A7blahblah637746C5837673D3D}, NSID=b891884f-blah-blah-blah-101c9083, MA Name = mahdomain.com - AAD, modt=Add
Add accountEnabled[Boolean]: True (Add), Sync Rule: Out to AAD - User Join, 67ace6df-blah-blah-blah-6c29ae5f4ef5
Add commonName[String]: Neville Bartos (Add), Sync Rule: Out to AAD - User Join, 67ace6df-blah-blah-blah-6c29ae5f4ef5
Add dnsDomainName[String]: mahdomain.com (Add), Sync Rule: Out to AAD - User Join, 67ace6df-blah-blah-blah-6c29ae5f4ef5
Add lastPasswordChangeTimestamp[String]: 20150130100747.0Z (Add), Sync Rule: Out to AAD - User Join, 67ace6df-blah-blah-blah-6c29ae5f4ef5
Add netBiosName[String]: COMPANY (Add), Sync Rule: Out to AAD - User Join, 67ace6df-blah-blah-blah-6c29ae5f4ef5
Add onPremisesSamAccountName[String]: neville.bartos (Add), Sync Rule: Out to AAD - User Join, 67ace6df-blah-blah-blah-6c29ae5f4ef5
Add onPremiseSecurityIdentifier[Binary]: System.Byte[] (Add), Sync Rule: Out to AAD - User Join, 67ace6df-blah-blah-blah-6c29ae5f4ef5
Add dn[String]: CN={61314E54746B6B6A7blahblah637746C5837673D3D} (Add), Sync Rule: Out to AAD - User Join, 67ace6df-blah-blah-blah-6c29ae5f4ef5
Add sourceAnchor[String]: a1NTblahblah67tlX7g== (Add), Sync Rule: Out to AAD - User Join, 67ace6df-blah-blah-blah-6c29ae5f4ef5
Add countryCode[Integer]: 0 (Add), Sync Rule: Out to AAD - User ExchangeOnline, 4d3279ee-blah-blah-blah-5f6e2cbe5b85
Add displayName[String]: Neville Bartos (Add), Sync Rule: Out to AAD - User ExchangeOnline, 4d3279ee-blah-blah-blah-5f6e2cbe5b85
Add givenName[String]: Neville (Add), Sync Rule: Out to AAD - User ExchangeOnline, 4d3279ee-blah-blah-blah-5f6e2cbe5b85
Add surname[String]: Bartos (Add), Sync Rule: Out to AAD - User ExchangeOnline, 4d3279ee-blah-blah-blah-5f6e2cbe5b85
Add userPrincipalName[String]: neville.bartos@mahdomain.com (Add), Sync Rule: Out to AAD - User ExchangeOnline, 4d3279ee-blah-blah-blah-5f6e2cbe5b85
Removed/emptied properties:
END: Object
at ObjectNamespace.GetCSObject(IEntryModification modification)
at ManagedSyncRulesEngine.PersistGraphObjects(ManagedSyncRulesEngine* , IObjectLinkGraph graph, CCsObject* sourceCsObject, IEntryModification mvEntry, IList`1 allCsEntries)
at ManagedSyncRulesEngine.PersistGraphToDatabase(ManagedSyncRulesEngine* , IObjectLinkGraph graph, CCsObject* csObject)
at ManagedSyncRulesEngine.Synchronize(ManagedSyncRulesEngine* , CCsObject* sourceCsObject, CMvObject* mvObject, SynchronizationOperation operation, Char** error)
InnerException=>
none
Native call stack:
I haven't tried importing into Azure AD, as i want to fix this error first.
Any ideas, suggestions would be much appreciated as I am unable to find a solution. Thanks