The information in this article applies to:
BUG #: 17266 (SQLBUG_65) SYMPTOMSA database dump may fail to span more than one tape if you are using a DLT tape drive. The first tape may become full and you will be prompted to respond to the following message: The light on the tape unit will not turn green, so you will be unable to change the tape. You will then receive the following message:
CAUSEThe DLT tape unit does not physically eject the tape, so SQL Server always detects a tape in the drive, and attempts to keep writing to it even when it is full. WORKAROUND
To avoid this problem, use any of the following:
STATUSMicrosoft has confirmed this to be a problem in SQL Server
version 6.5. This problem has been corrected in U.S. Service Pack 5a
for Microsoft SQL Server version 6.5. For information about
downloading and installing the latest SQL Server Service Pack, see
http://support.microsoft.com/support/sql/.
MORE INFORMATIONThis section provides an example of what the command prompt will look like when using the CONSOLE application to dump or load a database that spans two DLT tapes. In this example, comments on how to respond to these messages are given in square brackets. Option I. Use the DUMP DATABASE or LOAD DATABASE CommandMicrosoft(R) Windows NT(TM)(C) Copyright 1985-1996 Microsoft Corp. C:\>console [Execute the DUMP DATABASE or LOAD DATABASE command from a SQL query window.] Mount first tape SQ0001. Press ENTER when mounted, or press 0 to abort. [Press ENTER when the first tape is in the drive. The dump or load will continue until the end of the tape is reached and the tape drive light will turn green.] Change tapes and mount SQ0002. Press ENTER when mounted, or press 0 to abort. [Press ENTER when the second tape is in the drive. The dump or load will finish on this tape.] Remove the tape. Press ENTER when removed. Option II. Use SQL Enterprise ManagerWhen using the SQL Enterprise Manager Backup/Restore function to start the dump or load, the technique is the same as that described previously in Option I. However, the messages you see are slightly different. This is because the server will run a LOAD HEADERONLY command which, when completed, returns the following message to the CONSOLE:Remove the diskette. Press ENTER when removed. When the dump or load has completed, press CTRL+C to quit the CONSOLE application. Additional query words: prodsql spanning hit
Keywords : kbhw SSrvAdmin kbbug6.50 kbSQLServ650sp5fix kbfix6.50.SP5 |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |