Powershell 在子网站级别迁移SharePoint产品目录列表

Powershell 在子网站级别迁移SharePoint产品目录列表,powershell,sharepoint,backup,sharepoint-2013,restore,Powershell,Sharepoint,Backup,Sharepoint 2013,Restore,我正在尝试使用列表模板备份/还原将SharePoint产品目录列表从迁移到子站点,并获取错误信息 出了点问题 检查具有相关ID的日志时 Application error when access /_layouts/15/new.aspx, Error=Value does not fall within the expected range. at Microsoft.SharePoint.Library.SPRequestInternalClass.CreateListFromFormP

我正在尝试使用列表模板备份/还原将SharePoint产品目录列表从迁移到子站点,并获取错误信息

出了点问题

检查具有相关ID的日志时

Application error when access /_layouts/15/new.aspx, Error=Value does not fall within the expected range.   at Microsoft.SharePoint.Library.SPRequestInternalClass.CreateListFromFormPost(String bstrUrl, String& pbstrGuid, String& pbstrNextUrl)     at Microsoft.SharePoint.Library.SPRequest.CreateListFromFormPost(String bstrUrl, String& pbstrGuid, String& pbstrNextUrl)     at Microsoft.SharePoint.SPListCollection.CreateListFromRpc(NameValueCollection queryString, Uri& nextUrl)     at Microsoft.SharePoint.ApplicationPages.NewListPage.BtnOk_Click(Object sender, EventArgs args)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)         883aeb9c-fdf6-301a-75c9-3a32ec634865

System.ArgumentException: Value does not fall within the expected range.    at Microsoft.SharePoint.Library.SPRequestInternalClass.CreateListFromFormPost(String bstrUrl, String& pbstrGuid, String& pbstrNextUrl)     at Microsoft.SharePoint.Library.SPRequest.CreateListFromFormPost(String bstrUrl, String& pbstrGuid, String& pbstrNextUrl)     at Microsoft.SharePoint.SPListCollection.CreateListFromRpc(NameValueCollection queryString, Uri& nextUrl)     at Microsoft.SharePoint.ApplicationPages.NewListPage.BtnOk_Click(Object sender, EventArgs args)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)         883aeb9c-fdf6-301a-75c9-3a32ec634865

使用Power shell也会出现同样的错误

据我所知和理解,如果您尝试使用stp创建任何产品目录列表,Microsoft尚未提供任何解决方案,而您也无法这样做