We are trying to move a site from one contentDB to another, but we are getting an error during the move (we have also tried cloning the site and get the same error).
We are using the following command:
move-spsite "http://mysite.com" –DestinationDatabase "WSS_Content_mycontentdb"
Within 30 seconds of issuing the command, we get a very generic error in the console:
move-spsite : Cannot complete this function
+ CategoryInfo : InvalidData: (Microsoft.Share...PCmdletMoveSite:SPCmdletMoveSite)
[Move-SPSite], SPCmdletException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletMoveSite
Checking the log files I see the following right before it's starts throwing errors in the log file:
File dec70cc6-6d98-4da6-9661-19b8058b8c27 has is stored in SQL remote blob storage, but required software is not on the web front end.
Followed by:
12/14/2015 08:49:20.26 wsmprovhost (0x12BC) 0x2A68 SharePoint Foundation Upgrade SPSiteCollectionCopier ajy9o ERROR Failed moving site http://mysite.com. 581a7234-8005-4515-83a7-bf6780e2ed0a
12/14/2015 08:49:20.26 wsmprovhost (0x12BC) 0x2A68 SharePoint Foundation Upgrade SPSiteCollectionCopier ajy9o ERROR Exception: Cannot complete this function 581a7234-8005-4515-83a7-bf6780e2ed0a
12/14/2015 08:49:20.27 wsmprovhost (0x12BC) 0x2A68 SharePoint Foundation Upgrade SPSiteCollectionCopier ajy9o ERROR
at Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedStreamBufferFactory.CreateFromDocParams(SqlSession session, Guid guidSiteId, Int32 cbContent, Nullable`1 parentId, Guid docId, Nullable`1 level, SPChunkedArray`1 rgbContent, Byte[] rgbRbsId,
Int64 bsn, Byte partition, Int32 pageSize, Boolean bStartFilling)
at Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedStreamBufferFactory.CreateFromStreamParams(SqlSession session, Guid guidSiteId, Int32 cbContent, Guid docId, SPChunkedArray`1 rgbContent, Byte[] rgbRbsId, Int64 bsn, Byte partition, Boolean
bStartFilling)
at Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedStreamBufferFactory.CreateFromStreamRowset(SqlSession session, SqlDataReader dr, Boolean startFilling, Nullable`1 newSiteId, SPDocumentStreamResult& stmResult)
at Microsoft.SharePoint.SPSiteStreamCopier.CopyFromReaderToDestinationDb(SqlDataReader dr, ContentStorage contentStorage, SPRbsCollectionId rbsCollectionId, Boolean overwriteStream)
at Microsoft.SharePoint.Upgrade.SPSiteCollectionCopier.DeepCopyContentStreams(Guid siteId, Guid newSiteId)
at Microsoft.SharePoint.Upgrade.SPSiteCollectionCopier.CopyOrMoveSite(SPMigratableSite msite, Boolean copy, Boolean copyEvents, Nullable`1 newSiteId) 581a7234-8005-4515-83a7-bf6780e2ed0a
At one point we had RBS installed, but removed it due to *reason*. It appears this issues is related to RBS. All references I have found to this error message point to installation and configuration of RBS on the front end web servers. We
do not want to reinstall and/or configure RBS. But we do want to move this site. Is there any way to find out what this document is in reference to, or how to bypass it for the move?