<!DOCTYPE html> <html> <head> </head> <body> <p><span style="font-size: 8pt; color: #4b4b4c; font-weight: bold;">Sharepoint GRT backup fails with error 'The backup selection was not successfully processed for Granular Recovery Technology (GRT)'</span></p> <h2 class="section-title">Error Message</h2> <p><code>V-79-57344-33967 – The backup selection 'SharePoint – 80Content-DB 1 (SQL2014WSS_Content)' was not successfully processed for Granular Recovery Technology (GRT). The Database Recovery failed with Error <strong>'UNKNOWN ERROR'</strong>. You will not be able to restore individual items for this backup selection</code></p> <p><code>Completed status: Failed. Final error: 0xe00084af – The directory or file was not found, or could not be accessed. Final error category: Job Errors. For additional information regarding this error refer to link V-79-57344-3396</code></p> <h2 class="section-title">Solutions</h2> <p>1) The Sharepoint ContentDB can be Defragmented using the steps below.</p> <ul> <li>Open SQL Management Studio and connect to the Sharepoint SQL instance</li> <li>Right-click the ContentDB that fails the GRT processing and select 'New Query' from the menu</li> <li>Copy the script below into the query window (replacing <em><ContentDB></em> with the name of the ContentDB that is failing GRT processing i.e. WSS_Content ) and then '! Execute' that</li> </ul> <p><code>USE <em><ContentDB></em><br />GO<br />EXEC sp_MSforeachtable @command1="print '?' DBCC DBREINDEX ('?', ' ', 80)"<br />GO<br />EXEC sp_updatestats<br />GO</code></p> </body> </html>
Subscribe
0 Comments
Oldest