Problem Solving: Write on ‘Directory_Path\Backup_ID\(local)\*.bak.ADD’ failed, status = 112 (MS SQL database backup)

When performing a MS SQL 2000, 2005 or 2008 database backup, the following error message is received in the backup report:

[Microsoft][ODBC SQL Server Driver][SQL Server]Write on ‘Directory_Path\Backup_ID\(local)\*.bak.YYYY-MM-DD-hh-mm-ss.ADD’ failed, status = 112. See the SQL Server error log for more details.

The message suggests that the disk space on the MS SQL server has ran out.

In order to perform a MS SQL database backup, you need to have sufficient free space on the disk to temporary store .bak files. To resolve the issue, please free up some disk space on the local drive configured as temporary directory.

You can also configure the temporary directory to another (network) drive.

In the cases where the temporary directory is on a FAT32 volume, the maximum possible size for a file on a FAT32 volume is 4GB minus 1 bytes . If you want to backup database files which exceed 4GB, please convert the FAT32 volume to NTFS.

For more information about NTFS conversion:

http://support.microsoft.com/kb/325334

or

http://support.microsoft.com/kb/q214579

Please read our Disclaimer and Copyright notice

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.