I am having a Incremental Content Deployment scheduled from Stage to Production. Now it is throwing an error The User does not exist or is not unique . I have checked the logs as well as eventviewer. It says only the above error message . How do i find which user is creating the problem?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
I figured out the problem. One of our team member deleted the Users from the Production Site and i was not able to add the users from stage because the account was disabled in AD. Now we have enabled the account and added the user back in stage . Now the Content Deployment ran successful |
|||
|
|
|
You can read the Manifest.xml file contains all deployed objects which may help you determining which of the objects (including users) might broke. Manifest file is only completed at the end of the Export phase. See more details here |
|||||
|
|