RESTORE SPSITE 0x80070003 Site Path Error

Asked By 0 points N/A Posted on -
qa-featured

I want to restore a site collection in my middle environment and have entered the following Power Shell command. But I am facing an error that says restore SPSITE 0x80070003. How can I solve the problem?

SHARE
Answered By 10 points N/A #318789

RESTORE SPSITE 0x80070003 Site Path Error

qa-featured

When restoring a site collection from another farm, which was an older version of CU / Patch, this error occurred.

Optional workaround if you do not want to update the other farm:

Create a test web application in the new battery

In SQL, restore the original database with the site collection that you want to restore.

Upgrade ID SPContentDatabase <ID GUID>

SPSite backup – Identity “http://contoso-a.com/” – Path E: \ contosobackup.bak

Restore SPSite ‘http://contoso-b.com/’ -Path E: \ contosobackup.bak –Force

Related Questions