Overlapped I/O to Tape Results In Data CorruptionLast reviewed: September 7, 1996Article ID: Q150302 |
The information in this article applies to:
SYMPTOMSData corruption occurs when you write data to the Windows NT 3.51 tape drivers using overlapped I/O. The Windows NT backup program NTBackup.exe does not support overlapped I/O, so this problem only affects developers writing third-party backup software for Windows NT.
CAUSEThe data corruption occurs because the tape drivers do not zero out the QueueSortKey in the SCSI Request Block (SRB) before submitting the SRB to the SCSIPort driver. As a result, random values are placed in the QueueSortKey, causing overlapped writes to be committed to tape out of order.
RESOLUTIONChange the tape drivers to set the QueueSortKey to zero before submitting write requests to the SCSIPort driver.
STATUSMicrosoft has confirmed this to be a problem in <product and version>. This problem was corrected in the latest Windows NT 3.51 U.S. Service Pack. For information on obtaining the Service Pack, query on the following word in the Microsoft Knowledge Base (without the spaces):
S E R V P A C K |
KBCategory: kbnetwork
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |