Hello,
Could any one please help as i am facing below errors while importing from AD in User profile synchronization:
1.) System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.Office.Server.UserProfiles.UserProfileException: Exception while trying to migrate user 'eu\MIS' to 'eu\MIS-151201'. ---> System.NullReferenceException: Object reference not set to an instance of an object.Microsoft.Office.Server.Administration.AccountMigrationManager.MigrateAccount(Guid partitionId, UserProfileApplication userProfileApplication, String strOldAccountName, String strNewAccountName, Boolean bEnforceSidHistory) at Microsoft.Office.Server.Administration.UserProfileApplication.MigrateUserAccount(Guid partitionID, String oldPrincipalName, String newPrincipalName, Boolean enforceSidHistory) at Microsoft.Office.Server.Administration.UserProfileApplication.MigrateUserAccount(String oldPrincipalName, String newPrincipalName, Boolean enforceSidHistory) at Microsoft.SharePoint.Administration.SPServiceApplicationCollection.MigrateUserAccount(String oldLogin, String newLogin, Boolean enforceSidHistory) at Microsoft.SharePoint.Administration.SPFarm.MigrateUserOrGroup(String oldLogin, String newLogin, Boolean usersOnly, Boolean enforceSidHistory) at Microsoft.SharePoint.Administration.SPFarm.MigrateUserAccount(String oldLogin, String newLogin, Boolean enforceSidHistory) at Microsoft.Office.Server.UserProfiles.UserProfile.MigrateUser(String newAccountName) --- End of inner exception stack trace
2.)System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.Office.Server.UserProfiles.UserProfileException: An error was encountered while saving user profile data. at Microsoft.Office.Server.UserProfiles.UserProfile.UpdateBlobProfile() at Microsoft.Office.Server.UserProfiles.UserProfile.Commit() at Microsoft.Office.Server.UserProfiles.UserProfile.BulkPropertiesUpdate(Int64 importExportId, Hashtable properties, String strAccountName) at Microsoft.Office.Server.UserProfiles.ProfileImportExportService.UpdateWithProfileChangeData(Int64 importExportId, ProfileChangeData[] profileChangeData)
3.) System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: More than one DN specified for the same profile. at Microsoft.Office.Server.UserProfiles.ProfileImportExportService.UpdateWithProfileChangeData(Int64 importExportId, ProfileChangeData[] profileChangeData) --- End of inner exception stack trace
Thanks in advance fpr your feedback.