Share via

Migration kwiz error

sns 9,251 Reputation points
2020-10-29T11:34:20.253+00:00

Plan is 2010 to 2016 Production DB migration

I have taken site from 2010 production using DB method and now I am testing in SharePoint 2013. but for on the site got errors. I have attached logs. Please check and let me know what need to do on this.

in case if any solution I have to apply where I should apply in 2010 or 2013?
Please suggest
Thank you
36062-upgrdaeerrors.txt

Microsoft 365 and Office | SharePoint Server | For business
0 comments No comments

Answer accepted by question author

Sharath Kumar Aluri 3,071 Reputation points
2020-10-29T14:23:19.523+00:00

Deactivate the feature in your SP 2013 farm and then try accessing your site that you are having issue with.

Disable-SPFeature -identity "695b6570-a48b-4a8e-8ea5-26ea7fc1d162" -URL "https://Your_Site"

Thanks & Regards,

Was this answer helpful?


1 additional answer

Sort by: Most helpful
  1. Sharath Kumar Aluri 3,071 Reputation points
    2020-10-29T14:01:26.457+00:00

    looks like you have an issue with content types. You may have to either deactivate/activate the feature or find the CT that's causing the error and rename it. Then perform an IIS reset. As per your logs your having issue is with CTypes.

    Get-SPFeature | where {$_.id -like "695b6570-a48b-4a8e-8ea5-26ea7fc1d162"}

    Go to Site Settings -> Web Galleries -> Site Content Types > here you can see that content type name.

    Thanks & Regards,

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.