﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 Administration  / Error backup database: nonrecoverable I/O error occurred on file ... / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 19 Jun 2013 11:46:59 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Error backup database: nonrecoverable I/O error occurred on file ...</title><link>http://www.sqlservercentral.com/Forums/Topic989163-1550-1.aspx</link><description>There is enough space for backup file. Disk has 150gb where backup file comes around 56gb.Any clues?</description><pubDate>Tue, 22 Jan 2013 07:42:39 GMT</pubDate><dc:creator>Achilies</dc:creator></item><item><title>RE: Error backup database: nonrecoverable I/O error occurred on file ...</title><link>http://www.sqlservercentral.com/Forums/Topic989163-1550-1.aspx</link><description>[quote][b]Beginner_2008 (1/21/2013)[/b][hr]Sql Maintainance plan which takes Full backups of 6 databases is failing with the following error:Error Number: -1073548784----------------------Executing the query "BACKUP DATABASE [DatabaseName] TO  DISK = N'\\\\BackupLocation" failed with the following error: "Write on "\\\\backuplocation\DatabaseName.bak" failed: 112([b][size="4"]There is not enough space on the disk[/size][/b].)BACKUP DATABASE is terminating abnormally.10 percent processed.20 percent processed.30 percent processed.40 percent processed.50 percent processed.60 percent processed.70 percent processed.80 percent processed.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.------------------------The backup job runs every day and it failed yesterday. All the othere databases in the package ran successfully taking the backup.(Backups files are valid.) The backup file of this database is usually comes around 55gb and when this job ran there was enough space of &amp;gt;150gb. Backups are saved on Local server connection.Today the backup file came to 56 gb and the job was successful today. Any reasons why did the job failed?[/quote]There is a subtle clue in the error message.</description><pubDate>Tue, 22 Jan 2013 03:02:29 GMT</pubDate><dc:creator>Sean Pearce</dc:creator></item><item><title>RE: Error backup database: nonrecoverable I/O error occurred on file ...</title><link>http://www.sqlservercentral.com/Forums/Topic989163-1550-1.aspx</link><description>Sql Maintainance plan which takes Full backups of 6 databases is failing with the following error:Error Number: -1073548784----------------------Executing the query "BACKUP DATABASE [DatabaseName] TO  DISK = N'\\\\BackupLocation" failed with the following error: "Write on "\\\\backuplocation\DatabaseName.bak" failed: 112(There is not enough space on the disk.)BACKUP DATABASE is terminating abnormally.10 percent processed.20 percent processed.30 percent processed.40 percent processed.50 percent processed.60 percent processed.70 percent processed.80 percent processed.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.------------------------The backup job runs every day and it failed yesterday. All the othere databases in the package ran successfully taking the backup.(Backups files are valid.) The backup file of this database is usually comes around 55gb and when this job ran there was enough space of &amp;gt;150gb. Backups are saved on Local server connection.Today the backup file came to 56 gb and the job was successful today. Any reasons why did the job failed?</description><pubDate>Mon, 21 Jan 2013 10:01:35 GMT</pubDate><dc:creator>Achilies</dc:creator></item><item><title>RE: Error backup database: nonrecoverable I/O error occurred on file ...</title><link>http://www.sqlservercentral.com/Forums/Topic989163-1550-1.aspx</link><description>Hi,I have reviewed all logs and effectively when the error occurred backup disk was full.I've freed up space and everything works fine.Thank you very much Ali, ashish and Gila.</description><pubDate>Mon, 20 Sep 2010 04:35:50 GMT</pubDate><dc:creator>ico-601891</dc:creator></item><item><title>RE: Error backup database: nonrecoverable I/O error occurred on file ...</title><link>http://www.sqlservercentral.com/Forums/Topic989163-1550-1.aspx</link><description>A quick google search reveals that Operating system error 112 means "There is not enough space on the disk.". Hence I would guess that there isn't enough space for the backup whereever you're trying to write it.Free up some space or take the backup somewhere else.</description><pubDate>Mon, 20 Sep 2010 04:06:53 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: Error backup database: nonrecoverable I/O error occurred on file ...</title><link>http://www.sqlservercentral.com/Forums/Topic989163-1550-1.aspx</link><description>have you tried to change the backup location to some other drive or the drive where you already taking the daily backup.</description><pubDate>Mon, 20 Sep 2010 03:55:42 GMT</pubDate><dc:creator>crazy4sql</dc:creator></item><item><title>RE: Error backup database: nonrecoverable I/O error occurred on file ...</title><link>http://www.sqlservercentral.com/Forums/Topic989163-1550-1.aspx</link><description>HiTry DBCC checkdbAnd be sure Is manual backup is passible on database?And Is the backup Plan was Ok earlier?</description><pubDate>Mon, 20 Sep 2010 03:51:49 GMT</pubDate><dc:creator>Ali Tailor</dc:creator></item><item><title>Error backup database: nonrecoverable I/O error occurred on file ...</title><link>http://www.sqlservercentral.com/Forums/Topic989163-1550-1.aspx</link><description>Hi all,I have installed SQL Server 2008 Std Edition in Cluster on Windows 2008 R2.I have a maintenance plan that daily are doing user databases backup, but last night the execution of this plan has failed.The job of the maintenance plan show me the next error messages:"...Description: Executing the query "BACKUP DATABASE [MyDatabase] TO  DISK = N'E:\MyDatabase.bak" failed with the following error: "A nonrecoverable I/O error occurred on file "E:\MyDatabase.bak:" 112(failed to retrieve text for this error. Reason: 15100).  BACKUP DATABASE is terminating abnormally.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly... "Also in the SQL Server log I can see the following errors:"Error: 3041, Severity: 16, State: 1.Extend Disk Backup:  failure on backup device 'E:\MyDatabase.bak'. Operating system error 112(failed to retrieve text for this error. Reason: 15100).Error: 18210, Severity: 16, State: 1.".I have been searching but can not see what was the possible problem.Any suggestion?Many thanks in advance.</description><pubDate>Mon, 20 Sep 2010 02:09:10 GMT</pubDate><dc:creator>ico-601891</dc:creator></item></channel></rss>