0

我是 SharePoint 的新手。尝试将 SharePoint 2013 中的备份还原到 SharePoint 2016 时出现此错误执行以下命令后,显示此错误并删除网站集“ACC”

Restore-SPSite -Identity http://uat-intranet-sp/sites/ACC/ -path C:\temp\intra-back\ACC_20180913.bak -force




Restore-SPSite : Version string portion was too short or too long.

在 line:1 char:1 + Restore-SPSite http://uat-intranet-sp/sites/ACC/ -path C:\temp\intra- ... + ~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ + CategoryInfo : InvalidData: (Microsoft.Share...dletRestoreSite:SPCmdletRestoreSite) [Restore-SPSite], ArgumentException + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletRestoreSite

捕获屏幕错误

任何帮助将不胜感激

4

1 回答 1

0

备份网站的 SharePoint 版本(或 CU)与您尝试还原到的 SharePoint 的版本不同

于 2018-10-10T13:40:59.450 回答