Hello,
I have to migrate data from one site collection to another site collection within the same web application (windows authentication). For this I have created an .exe file.
There are certain columns in lists (for which data is to be migrated) of type SPUser and there are few users who have left the organization, therefore such users are deleted from Active Directory. Now while adding data for these users to new site collection I am getting "User not found" exception, which is correct because while adding users SharePoint is looking in the AD where they do not exist any more.
How can I migrate data for such users (deleted from AD) to new site collection without getting this exception?
Thanks
Regards, Shruti