我是 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
任何帮助将不胜感激