Error message One
Export ran out of memory while compressing a very large file. To successfully export, turn compression off by specifying the-nofilecompression parameter.
Content deployment job ' Gdeploy ' failed. The exception thrown is ' Microsoft.SharePoint.SPException ': ' Export ran out of memory while compressing a very large fil E. To successfully export, turn compression off by specifying the-nofilecompression parameter. '
Error
Workaround
Set the Compressionenabled property of Spcontentdeploymentpath to False so that the deployment process is no longer compressed.
Command
Get-spcontentdeploymentpath "Path 1" | Set-spcontentdeploymentpath-compressionenabled: $false
Reference links
Https://technet.microsoft.com/en-us/library/ff608100.aspx
Other references
Http://blogs.technet.com/b/stefan_gossner/archive/2008/05/28/pimp-my-content-deployment-job.aspx
Error message Two
The Changetoken refers to a time before the start of the "Change log."
Content deployment job ' rise3-staging-live ' failed. The exception thrown is ' Microsoft.SharePoint.SPException ': ' The Changetoken refers to a time before the start of the CU Rrent change log. '
Error
Workaround
https://technet.microsoft.com/en-us/library/dd795107 (v=office.12). aspx
Command
Get-spcontentdeploymentjob "Job name" | Set-spcontentdeploymentjob-incrementalenabled: $false
Set the content deployment to full deployment, execute once, and encounter individual documents or document library deployment conflicts, delete.
SharePoint 2013 Content Deployment error