試圖創建類型發佈網站的自定義模板的子網站時,我堅持與SharePoint 2010的例外:SharePoint 2010中無法創建類型的發佈網站的子網站定製
Provisioning did not succeed. Details: Failed to initialize some site properties for web "http://site/subWeb"
Original Exception: Value does not fall within expected range..
Stacktrace: at Microsoft.SharePoint.SPGlobal.HandleCOMException(COMException comEx)
at Microsoft.SharePoint.Library.SPRequest.ApplyWebTemplates(...)
at Microsoft.SharePoint.SPWeb.ApplyWebTemplate(string strWebTemplate)
at Microsoft SharePoint.SPWeb.CreateWeb(...)
at Microsoft.SharePoint.SPWebCollection.Add(...)
at [custom code]
發生錯誤約10網站創建過程開始後-15秒。我檢查了日誌,並且在發佈功能激活失敗後刪除了新添加的網站。我的日誌比上述早些時候位也發現了詳細的日誌記錄錯誤:
Exception thrown when attempting to activate sub web's publishing feature:
attempting to get GUID from Microsoft.SharePoint.Publishing.QueryBasedCollection'1.get_Item(Guid uniqueId)
at Microsoft.SharePoint.Publishing.Internal.AcreaProvisioner.SetDefaultPageProperties(PublishingWeb area, Boolean& updateRequired)
我沒有任何想法,爲什麼激活子網站的發佈功能,當一個GUID參與...
的網頁模板來自SharePoint 2007,但我不確定是否有什麼特別的東西需要應用於它,才能在2010年正常工作(假設沒有)。
迄今爲止我嘗試過的事情:重新激活所有範圍內的所有服務器發佈功能+ iisreset以及所有可能的組合,但目前爲止沒有任何工作。
拼命地需要一些幫助在這一個... TIA。