Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Backup job failed

Author  Topic 

prodigy2006
Yak Posting Veteran

66 Posts

Posted - 2009-09-30 : 12:35:37
4 Database backup jobs failed on server WACH80A_TP1.
1st DB backup job was scheduled at 1 AM.
2nd DB backup job was scheduled at 2 AM
3rd DB backup job was scheduled at 2 AM
4th DB backup job was scheduled at 2 AM
I went to event log and found the below error for all the 4 database backup jobs.I copy pasted one of the errors,can someone explain to me what the below error states and how should i troubleshoot it?

The following information is part of the event: 18210,
BackupMedium::ReportIoError: write failure on backup device
'\\SYS123\SQLbackup\PROD\WACH80A_TP1\Complete\ABC\ABC_db_
200909300200.BAK'. Operating system error 112(There is not enough space on the disk.)

Thanks,
Sunny

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-09-30 : 12:43:22
You don't have enough free disk space on SYS123 to perform the backups there. Free up some space or choose another backup location.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -