PRB: Unable to Back Up Database to a Network Drive Without PermissionsID: Q207187
|
When you attempt to back up a database to a network drive, you may receive one of the following error messages, depending on the version of SQL Server you are running.
The following information will be in the error log:Server: Msg 3201, Level 16, State 1, Line 1 Cannot open backup device 'E:\pubs.dat'. Device error or device off-line. See the SQL Server error log for more details. Server: Msg 3013, Level 16, State 1, Line 1 Backup or restore operation terminating abnormally.
998-12-29 11:58:21.62 kernel BackupDiskFile::CreateMedia: Backup device 'E:\pubs.dat' failed to create. Operating system error = 5(Access is denied.).
Messages similar to the following appear in the error log:[SQL Server] Can't open dump device '<dump device path>'. Device error or device off line. Please consult the SQLServer errorlog for more details.
The following message may also appear in the error log:97/11/25 11:25:49.54 kernel dbsvolopen: Backup device '\\svrname\data\pubs.DAT' failed to open, operating system error = 5 (Access is denied.)
97/11/25 11:25:51.60 kernel dbswritecheck: Backup device '\\svrname\data\pubs.DAT' failed to open, operating system error = 5 (Access is denied.)
Msg 18204: dbswritecheck: Backup device '<device path and file>' failed to open, operating system error = 5 (Access is denied.)
This error message usually occurs as a result of incorrect permissions to the network drive.
To enable backups to network drives, perform the following steps:
Additional query words: prodsql net networked backup dump
Keywords : SSrvAdmin
Version : winnt:6.5,7.0
Platform : winnt
Issue type : kbprb
Last Reviewed: March 18, 1999