Hello,
We have just upgraded from SBS 2008 to SBS 2011 and are having issues with the migration of SharePoint. I ran the stsadm –o preupgradecheck command on the old SBS server and it only came up with one error which was to do with database size but it was still ok. I detached the ShareWebDb database on the old server and copied across to the new server. I attached the database on the SBS 2011 server and ran the Mount-spcontentdatabase "sharewebdb" -webapplication http://companyweb command. It got to 100% and reported 2 errors. When I try to access the CompanyWeb now I get access denied errors whether I am connecting as a user or Network Admin and only have the option to sign in as a different user or request access. Obviously there is permissions issues somewhere but I really know very little about sharepoint. If someone can help me it would be much appreciated.
[powershell] [SPSiteWssSequence] [INFO] [9/1/2012 5:22:09 PM]: SPSite Url=https://website:987
[powershell] [SPSiteWssSequence] [ERROR] [9/1/2012 5:22:09 PM]: Action 4.0.10.0 of Microsoft.SharePoint.Upgrade.SPSiteWssSequence failed.
[powershell] [SPSiteWssSequence] [INFO] [9/1/2012 5:22:09 PM]: SPSite Url=https://website:987
[powershell] [SPSiteWssSequence] [ERROR] [9/1/2012 5:22:09 PM]: Exception: <nativehr>0x80070005</nativehr><nativestack></nativestack>Access denied.
[powershell] [SPSiteWssSequence] [INFO] [9/1/2012 5:22:09 PM]: SPSite Url=https://website:987
[powershell] [SPSiteWssSequence] [ERROR] [9/1/2012 5:22:09 PM]: at Microsoft.SharePoint.Library.SPRequest.AddOrUpdateItem(String bstrUrl, String bstrListName, Boolean bAdd, Boolean bSystemUpdate, Boolean bPreserveItemVersion, Boolean bPreserveItemUIVersion,
Boolean bUpdateNoVersion, Int32& plID, String& pbstrGuid, Guid pbstrNewDocId, Boolean bHasNewDocId, String bstrVersion, Object& pvarAttachmentNames, Object& pvarAttachmentContents, Object& pvarProperties, Boolean bCheckOut, Boolean bCheckin,
Boolean bMigration, Boolean bPublish, String bstrFileName, ISP2DSafeArrayWriter pListDataValidationCallback, ISP2DSafeArrayWriter pRestrictInsertCallback, ISP2DSafeArrayWriter pUniqueFieldCallback)
at Microsoft.SharePoint.SPListItem.AddOrUpdateItem(Boolean bAdd, Boolean bSystem, Boolean bPreserveItemVersion, Boolean bNoVersion, Boolean bMigration, Boolean bPublish, Boolean bCheckOut, Boolean bCheckin, Guid newGuidOnAdd, Int32& ulID, Object&
objAttachmentNames, Object& objAttachmentContents, Boolean suppressAfterEvents, String filename, Boolean bPreserveItemUIVersion)
at Microsoft.SharePoint.SPListItem.UpdateInternal(Boolean bSystem, Boolean bPreserveItemVersion, Guid newGuidOnAdd, Boolean bMigration, Boolean bPublish, Boolean bNoVersion, Boolean bCheckOut, Boolean bCheckin, Boolean suppressAfterEvents, String
filename, Boolean bPreserveItemUIVersion)
at Microsoft.SharePoint.Upgrade.PerWebUpgradeAction.SetMetadataOnDefaultMaster(SPWeb web)
at Microsoft.SharePoint.Upgrade.PerWebUpgradeAction.Upgrade()
at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
[powershell] [SPUpgradeSession] [INFO] [9/1/2012 5:22:09 PM]: SPSite Url=https://website:987
[powershell] [SPUpgradeSession] [ERROR] [9/1/2012 5:22:09 PM]: Upgrade [SPSite Url=https://website:987] failed. Microsoft.SharePoint.Upgrade.SPSiteWssSequence has the ContinueOnFailiure bit set. Moving on to the next object in sequence.
[powershell] [SPUpgradeSession] [INFO] [9/1/2012 5:22:09 PM]: SPSite Url=https://website:987
[powershell] [SPUpgradeSession] [ERROR] [9/1/2012 5:22:09 PM]: Inner Exception: <nativehr>0x80070005</nativehr><nativestack></nativestack>Access denied.
[powershell] [SPUpgradeSession] [INFO] [9/1/2012 5:22:09 PM]: SPSite Url=https://website:987
[powershell] [SPUpgradeSession] [ERROR] [9/1/2012 5:22:09 PM]: at Microsoft.SharePoint.Library.SPRequest.AddOrUpdateItem(String bstrUrl, String bstrListName, Boolean bAdd, Boolean bSystemUpdate, Boolean bPreserveItemVersion, Boolean bPreserveItemUIVersion,
Boolean bUpdateNoVersion, Int32& plID, String& pbstrGuid, Guid pbstrNewDocId, Boolean bHasNewDocId, String bstrVersion, Object& pvarAttachmentNames, Object& pvarAttachmentContents, Object& pvarProperties, Boolean bCheckOut, Boolean bCheckin,
Boolean bMigration, Boolean bPublish, String bstrFileName, ISP2DSafeArrayWriter pListDataValidationCallback, ISP2DSafeArrayWriter pRestrictInsertCallback, ISP2DSafeArrayWriter pUniqueFieldCallback)
at Microsoft.SharePoint.SPListItem.AddOrUpdateItem(Boolean bAdd, Boolean bSystem, Boolean bPreserveItemVersion, Boolean bNoVersion, Boolean bMigration, Boolean bPublish, Boolean bCheckOut, Boolean bCheckin, Guid newGuidOnAdd, Int32& ulID, Object&
objAttachmentNames, Object& objAttachmentContents, Boolean suppressAfterEvents, String filename, Boolean bPreserveItemUIVersion)
at Microsoft.SharePoint.SPListItem.UpdateInternal(Boolean bSystem, Boolean bPreserveItemVersion, Guid newGuidOnAdd, Boolean bMigration, Boolean bPublish, Boolean bNoVersion, Boolean bCheckOut, Boolean bCheckin, Boolean suppressAfterEvents, String
filename, Boolean bPreserveItemUIVersion)
at Microsoft.SharePoint.Upgrade.PerWebUpgradeAction.SetMetadataOnDefaultMaster(SPWeb web)
at Microsoft.SharePoint.Upgrade.PerWebUpgradeAction.Upgrade()
at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
[powershell] [SPUpgradeSession] [ERROR] [9/1/2012 5:22:09 PM]: Exception: Action 4.0.10.0 of Microsoft.SharePoint.Upgrade.SPSiteWssSequence failed.
[powershell] [SPUpgradeSession] [INFO] [9/1/2012 5:22:09 PM]: SPSite Url=https://website:987
[powershell] [SPUpgradeSession] [ERROR] [9/1/2012 5:22:09 PM]: at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o, Boolean bRecurse)