Unsolved

This post is more than 5 years old

1 Message

3165

July 20th, 2017 11:00

Networker SQL backups fail

Hi Team,

Backup job fails and i get the error messages from the log.Please suggest me how to troubleshoot this issue further on this.

Note:I have 10 DB's in the SQL DB instance but backup failed for only one DB remaining 9 DB's backups are working fine.

NSR critical write on "Legato#hgf33456---------" failed:995(failed to retrieve text for this server,Reason:15105

Backupvirtualdevicefile::requestdurablemedia:flush failure  on backup device:legato..." operating system error 995(failed to retrieve text for this server,Reason:15105


PLease help me to resolve this issue...


Thanks in advance!!

Regards,

RAJ

263 Posts

July 24th, 2017 11:00

Searching for "requestdurablemedia" returns the following relevant links:


  1. https://msdn.microsoft.com/en-us/library/aa337272.aspx
  2. MS-SQL-Server backup failed with Status Code 1, 2, 6 or 13. Error 'RequestDurableMedia: Flush failure on backup device' …
  3. http://www.sqldbadiaries.com/2010/07/30/backupvirtualdevicefilerequestdurablemedia-flush-failure-on-backup-device/
  4. https://community.emc.com/thread/178616?start=0&tstart=0

These seem to suggest similar actions:

  • Review the underlying system error messages and SQL Server error messages preceding this one to identify the cause of the failure.
  • This may be due to a SQL Server virtual memory issue or limitation on the Windows client system.
  • Ensure that the backup and restore medium has sufficient space.
  • Correct any errors raised by third-party backup and restore software.

Hope this helps.

Top