Hi All,
I am having an issue restoring an 80GIG database. it gets about 3/4 of the way thru before choking. I moved the BU file from my Production server to the Dev server I am rebuilding. I am getting an error I never saw before:
"Nonrecoverable I/O error occurred on file '???'.
RESTORE DATABASE is terminating adnormally."
The SQL logs shows the following:
"BackupIoRequest::WaitForIoCompletion: write failure on backup device ''. Operating system error 33(The process cannot access the file because another process has locked a portion of the file.)."
"Internal I/O request 0x19DBE328: Op: WriteDatabaseScattered, pBuffer: 0x065B0000, Size: 65536, PageNumber: 0:0, UMS: Internal: 0x0, InternalHigh: 0x10000, Offset: 0x21A1A00, OffsetHigh: 0xB, m_buf: 0x065B0000, m_len: 65536, m_actualBytes: 0, m_errcode: 33, File: n/a"
Concidering I have copied the file locally, I can't figure out why the file would be locked.
Any help would be greatly appreciated.
Thanks,
Joe
I am having an issue restoring an 80GIG database. it gets about 3/4 of the way thru before choking. I moved the BU file from my Production server to the Dev server I am rebuilding. I am getting an error I never saw before:
"Nonrecoverable I/O error occurred on file '???'.
RESTORE DATABASE is terminating adnormally."
The SQL logs shows the following:
"BackupIoRequest::WaitForIoCompletion: write failure on backup device ''. Operating system error 33(The process cannot access the file because another process has locked a portion of the file.)."
"Internal I/O request 0x19DBE328: Op: WriteDatabaseScattered, pBuffer: 0x065B0000, Size: 65536, PageNumber: 0:0, UMS: Internal: 0x0, InternalHigh: 0x10000, Offset: 0x21A1A00, OffsetHigh: 0xB, m_buf: 0x065B0000, m_len: 65536, m_actualBytes: 0, m_errcode: 33, File: n/a"
Concidering I have copied the file locally, I can't figure out why the file would be locked.
Any help would be greatly appreciated.
Thanks,
Joe