Hello,We are using STSADM and Move-SPUSer powershell commands to migrate users from one domain (ABC) to another domain (XYZ).Recently, we are having issues with few users. When trying to migrate the users with above commands, following message is thrown out:"The property value was invalid.  This could be caused by invalid non-text characters"In ULS logs, following messages are logged:UserProfile.Commit failed with the following reason: System.InvalidCastException: Specified cast is not valid. at Microsoft.Office.Server.UserProfiles.ProfileValueCollectionBase.GetTaxonomyTermIds()at Microsoft.Office.Server.UserProfiles.ProfileUpdateWrapperBase.AddProperty(ProfileValueCollectionBase propValue, Privacy privacy)     at Microsoft.Office.Server.UserProfiles.UserProfile.Commit(Boolean allowUnsafeUpdates) while computing Property SPS-JobTitle for Account "abc\user" at Checkpoint Adding Property to update collection. igrateAccount: an exception occurred while migrating 'abc\user' to 'xyz\user': Microsoft.Office.Server.UserProfiles.InvalidValueException: The property value was invalid.  This could be caused by invalid non-text characters. at Microsoft.Office.Server.UserProfiles.UserProfile.Commit(Boolean allowUnsafeUpdates)     at Microsoft.Office.Server.Administration.AccountMigrationManager.MergeProfileData(UserProfile oldUserProfile, UserProfile newUserProfile)     at Microsoft.Office.Server.Administration.AccountMigrationManager.MigrateUserForOnePartition(Guid partitionID, UserProfileApplicationProxy upaProxy, String strOldAccountName, String strNewAccountName, IEnumerable`1 allowedOldBinaryIds, Byte[] newBinaryId) When we executed the same command in DEV SharePoint environment, user was migrated successfully to the XYZ domain wthout any errors like above.Really appreciate your help on this.Thanks! 解决方案 这篇关于域之间的用户迁移问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-30 02:53