NickCorlett
Technical User
I have been through the forum and read the previous threads on this subject, but am still unable to backup over our network.
I am executing the following code through an SQL Query Analyzer window
"BACKUP DATABASE msdb TO DISK='\\myserver\myshare\Test.bak' WITH INIT"
I get the following error
"Server: Msg 3201, Level 16, State 1, Line 1
Cannot open backup device '\\myserver\myshare\Test.bak'. 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 DATABASE is terminating abnormally"
I am running this as an Domain Administrator account which has full rights to both the directory and share.
Any help would be appreciated.
I am executing the following code through an SQL Query Analyzer window
"BACKUP DATABASE msdb TO DISK='\\myserver\myshare\Test.bak' WITH INIT"
I get the following error
"Server: Msg 3201, Level 16, State 1, Line 1
Cannot open backup device '\\myserver\myshare\Test.bak'. 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 DATABASE is terminating abnormally"
I am running this as an Domain Administrator account which has full rights to both the directory and share.
Any help would be appreciated.