我們正在將幾個大型SharePoint 2010內容數據庫遷移到新SharePoint 2013服務器場(2010模式),並且在運行PowerShell Mount-SPContentDatabase時,我們發現數百個錯誤:將SharePoint 2010數據庫安裝到SharePoint 2013時的錯誤
Feature upgrade action 'CustomUpgradeAction.EnsureVariationsInfrastructure' threw
an exception upgrading Feature 'Publishing' (Id: 14/'22a9ef51-737b-4ff2-9346-
694633fe4416') in Web 'https://....': Access is denied. (Exception from HRESULT:
x80070005 (E_ACCESSDENIED))
。
Feature upgrade action 'CustomUpgradeAction.VariationsInfrastructure' threw an
exception upgrading Feature 'PublishingResources' (Id: 14/'aebc918d-b20f-4a11-
a1db-9ed84d79c87e') in Site 'https://....': Access is denied. (Exception from
HRESULT: 0x80070005 (E_ACCESSDENIED))
。
Feature upgrade action 'CustomUpgradeAction.VariationsInfrastructure' threw an
exception upgrading Feature 'PublishingResources' (Id: 14/'aebc918d-b20f-4a11-
a1db-9ed84d79c87e') in Site 'https://....': The context has expired and can no
longer be used. (Exception from HRESULT: 0x80090317)
我們發現這是類似的唯一資源是: http://www.scribd.com/doc/149497400/Migration-de-SharePoint-2010-vers-SharePoint-2013-tuto-de-A-a-Z
但是它的建議,我們在網站集級別激活功能是不恰當的,因爲在這裏完全安裝的站點集合一直沒有到錯誤發生時的SharePoint。
我們的項目不使用SharePoint的變體,但我懷疑這是無關緊要的。
的谷歌顯示搜索「VariationsInfrastructure」或「EnsureVariationsInfrastructure」當
有沒有人發現,爲什麼出現這種情況,以及如何解決它沒有結果?