The information in this article applies to:
BUG# NT: 714 (4.21) SYMPTOMSThe client thread in the process of creating or altering a database may terminate due to an access violation when there have been prior problems with a SQL Server tape dump device. CAUSE
Scheduled Database/Log tape dumps can be conveniently scheduled using SQL
Administrator. SQL Monitor actually manages the process by reading the
information that it inserted into Msscheduled_backups via SQL
Administrator.
This message is notification by SQL Server that it is going to reinitialize the console program used to manage tape activity. When three or more occurrences of this message are present in the error log, subsequent CREATE DATABASE or ALTER DATABASE statements initiated by a client thread may result in the termination of that thread due to an access violation. When the access violation occurs, the following error will be displayed in the SQL Server error log:
Few immediate problems result from this error; however, it is recommended that SQL Server be shutdown or restarted, and the situation be corrected (see the workaround below). Shutdown of the system may prove difficult after this error has occurred. The first attempt should be made by using the SQL Service Manager, then if that fails, using NET STOP SQLSERVER, and finally, from ISQL, use "shutdown with nowait." WORKAROUNDThis problem has typically occurred when a tape has been ejected before or not been placed in the tape drive prior to a scheduled tape dump. Avoid this situation by monitoring the error log and the backup history available through SQL Administrator. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 4.21. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: Windows NT
Keywords : kbother kbbug4.21 SSrvWinNT |
Last Reviewed: March 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |