Hi,
I am trying to perform an import operation - importing a subsite on the root site of a new site collection. While the import finishes; it finishes with 50 odd errors; all are -
Error: <nativehr>0x80070005</nativehr><nativestack></nativestack>
Below is the piece of ULS log:
[12/23/2015 11:57:28 PM] [Folder] [AB922B82-8406-4E49-B17B-9057BDF09503] Progress: Importing
[12/23/2015 11:57:28 PM] [Folder] [AB922B82-8406-4E49-B17B-9057BDF09503] Verbose: Source URL: Lists/PublishedFeed/AB922B82-8406-4E49-B17B-9057BDF09503
[12/23/2015 11:57:28 PM] [Folder] [AB922B82-8406-4E49-B17B-9057BDF09503] ExtendedVerbose: Creating
[12/23/2015 11:57:28 PM] [Folder] [AB922B82-8406-4E49-B17B-9057BDF09503] Error: <nativehr>0x80070005</nativehr><nativestack></nativestack>
[12/23/2015 11:57:28 PM] [Folder] [AB922B82-8406-4E49-B17B-9057BDF09503] Debug: at Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException ex)
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 bUnRestrictedUpdateInProgress, 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.SPListItem.MigrationAddOrUpdate(Boolean bAddNew, Boolean bIsPublish, Guid newGuidOnAdd, Boolean bNoVersion, Boolean suppressAfterEvents)
at Microsoft.SharePoint.Deployment.FolderSerializer.CreateFolder(SPWeb parentWeb)
[12/23/2015 11:57:30 PM] [Folder] [FEB96200-6E92-41DB-856B-E8702BCDF33A] Progress: Importing
[12/23/2015 11:57:30 PM] [Folder] [FEB96200-6E92-41DB-856B-E8702BCDF33A] Verbose: Source URL: Lists/PublishedFeed/FEB96200-6E92-41DB-856B-E8702BCDF33A
[12/23/2015 11:57:30 PM] [Folder] [FEB96200-6E92-41DB-856B-E8702BCDF33A] ExtendedVerbose: Creating
[12/23/2015 11:57:31 PM] [Folder] [FEB96200-6E92-41DB-856B-E8702BCDF33A] Error: <nativehr>0x80070005</nativehr><nativestack></nativestack>
[12/23/2015 11:57:31 PM] [Folder] [FEB96200-6E92-41DB-856B-E8702BCDF33A] Debug: at Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException ex)
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 bUnRestrictedUpdateInProgress, 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.SPListItem.MigrationAddOrUpdate(Boolean bAddNew, Boolean bIsPublish, Guid newGuidOnAdd, Boolean bNoVersion, Boolean suppressAfterEvents)
at Microsoft.SharePoint.Deployment.FolderSerializer.CreateFolder(SPWeb parentWeb)
I am unable to understand the reason for this. I have tried disabling and enabling Publishing feature with no luck.