PRB: Dumping to New Dump Device w/ INIT Causes Dbsvolopen ErrorLast reviewed: November 13, 1997Article ID: Q176726 |
The information in this article applies to:
SYMPTOMSIf you create a new disk dump device and then dump to the new disk dump device using the INIT option, a dbsvolopen error may be written to the SQL Server error log. The dump completes successfully, however, the following entry is written to the error log:
97/10/17 11:00:39.73 kernel dbsvolopen: Backup device 'C:\MSSQL\BACKUP\rajbak.DAT' failed to open, operating system error = 2(The system cannot find the file specified.) CAUSEMicrosoft SQL Enterprise Manager issues a LOAD HEADERONLY statement every time a database dump is initiated with the Initialize Device option selected. This is done to check whether the dump device has previous dumps which might be erased. However, because a new disk dump device does not exist until the first dump is completed, the dbsvolopen error is written into the error log.
WORKAROUNDNo action is required. This error message can safely be ignored.
|
Additional query words: SEM backup
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |