|
Posted by Erland Sommarskog on 10/01/04 11:20
debian mojo (debian_mojo@yahoo.com) writes:
> This is the error message!
>
> -------------------------------------------------------
> Server: Msg 3201, Level 16, State 1, Line 1
> Cannot open backup device 'pipedump'. 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.
> --------------------------------------------------------
>
> Now?
Seems like server cannot find or write to \\192.x.x.x\L\Data\test.bak today.
I played around a little, and that is typically the error message
you get when the directory does not exist, the server name is wacko
or the file is write protected. I would do as Simon says, check if the
SQL Server error log gives any more hints. If all you find there is a
OS error number, say 4711, try this:
NET HELPMSG 4711
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
Navigation:
[Reply to this message]
|