Monday, March 26, 2012

Maintenance Plan / BackupJob failed with error 17055

Hello all,
we work with SQL Server 2000 SP3 and we had a problem with our
Maintenance Plan. Even time we start the job, the job failed with error
17055. SQL Server Logfile writes :
BackupMedium::ReportIoError: write-Fehler auf Sicherungsmedium 'D:
\Programme\Microsoft SQL Server\MSSQL\BACKUP\distribution
\distribution_tlog_200708240700.TRN'. Betriebssystemfehler: 112(Es steht
nicht genug Speicherplatz auf dem Datenträger zur Verfügung.).
The SQL Server Entry before the error was :
Internal I/O request 0x5B39A9C8: Op: Write, pBuffer: 0x11570000, Size:
983040, Position: 16259410432, UMS: Internal: 0x103, InternalHigh: 0x0,
Offset: 0xC922EA00, OffsetHigh: 0x3, m_buf: 0x11570000, m_len: 983040,
m_actualBytes: 0, m_errcode: 112, BackupFile: D:\Programme\Microsoft SQL
Server\MSSQL\BACKUP\distribution\distribution_tlog_200708240700.TRN
In the eventlog of the system the error 17055 occurs.
18210 :
BackupMedium::ReportIoError: write-Fehler auf Sicherungsmedium 'D:
\Programme\Microsoft SQL Server\MSSQL\BACKUP\distribution
\distribution_tlog_200708240700.TRN'. Betriebssystemfehler: 112(Es steht
nicht genug Speicherplatz auf dem Datenträger zur Verfügung.).
The filesystem where the transaction log is written has over 15GB free
space. So what is the problem?
Many thanks for Help.
PeterP.Nebermann,
If the file system on your D: drive is FAT32 then a 4GB file is the biggest
that you can write.
http://www.thescripts.com/forum/thread82720.html
Could that be the problem?
RLF
"P.Nebermann" <p.nebermann-'at'-hautau.de> wrote in message
news:Xns999650AAFA98pnebermannathautaude@.207.46.248.16...
> Hello all,
> we work with SQL Server 2000 SP3 and we had a problem with our
> Maintenance Plan. Even time we start the job, the job failed with error
> 17055. SQL Server Logfile writes :
> BackupMedium::ReportIoError: write-Fehler auf Sicherungsmedium 'D:
> \Programme\Microsoft SQL Server\MSSQL\BACKUP\distribution
> \distribution_tlog_200708240700.TRN'. Betriebssystemfehler: 112(Es steht
> nicht genug Speicherplatz auf dem Datenträger zur Verfügung.).
> The SQL Server Entry before the error was :
> Internal I/O request 0x5B39A9C8: Op: Write, pBuffer: 0x11570000, Size:
> 983040, Position: 16259410432, UMS: Internal: 0x103, InternalHigh: 0x0,
> Offset: 0xC922EA00, OffsetHigh: 0x3, m_buf: 0x11570000, m_len: 983040,
> m_actualBytes: 0, m_errcode: 112, BackupFile: D:\Programme\Microsoft SQL
> Server\MSSQL\BACKUP\distribution\distribution_tlog_200708240700.TRN
> In the eventlog of the system the error 17055 occurs.
> 18210 :
> BackupMedium::ReportIoError: write-Fehler auf Sicherungsmedium 'D:
> \Programme\Microsoft SQL Server\MSSQL\BACKUP\distribution
> \distribution_tlog_200708240700.TRN'. Betriebssystemfehler: 112(Es steht
> nicht genug Speicherplatz auf dem Datenträger zur Verfügung.).
> The filesystem where the transaction log is written has over 15GB free
> space. So what is the problem?
> Many thanks for Help.
> Peter

No comments:

Post a Comment