Redirected SQL restore fails with an error: V-79-65323-4319 - A previous restore operation was interrupted and did not complete processing on file 'file_name'.
book
Article ID: 100029003
calendar_today
Updated On:
Description
Error Message
V-79-65323-4319 - A previous restore operation was interrupted and did not complete processing on file 'file_name'. Either restore the backup set that was interrupted or restart the restore sequence.
Resolution
The most common reason for this to occur is that the SQL server has run out of disk space, but other reasons are possible.
- Free disk space on any disk containing a file in the filegroup mentioned in the error message, or if space is already available, go to step 2.
- Reset the status by executing sp_resetstatus
- Run recovery by executing DBCC DBRECOVER
More information and alternatives are found in the article below:
msdn.microsoft.com/en-us/library/aa937568(v=sql.80).aspx
Note: DBCC DBRECOVER was removed from SQL Server 2012.
If the steps above do not resolve the issue, Microsoft should be contacted for assistance in correcting the issue with the SQL server.
Issue/Introduction
Redirected SQL restore fails with an error: "A previous restore operation was interrupted and did not complete processing on file"
Additional Information
UMI: v-79-65323-4319
Was this article helpful?
thumb_up
Yes
thumb_down
No