Re: Backup to mapped drive?
From: Russell Fields (RussellFields_at_NoMailPlease.Com)
Date: 03/09/04
- Next message: John Peterson: "Re: Using a XML source file with DTS?"
- Previous message: rc: "Re: Backup to mapped drive?"
- In reply to: rc: "Re: Backup to mapped drive?"
- Next in thread: Carlos Eduardo Rojas: "Re: Backup to mapped drive?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 9 Mar 2004 13:50:31 -0500
Check that the SQL Server service account actually has the proper rights to
the network location.
>From the BOL article on BACKUP:
Ownership and permission problems on the backup device's physical file can
interfere with a backup operation. SQL Server must be able to read and write
to the device; the account under which the SQL Server service runs must have
write permissions. However, sp_addumpdevice, which adds an entry for a
device in the system tables, does not check file access permissions. Such
problems on the backup device's physical file may not appear until the
physical resource is accessed when the backup or restore is attempted.
Russell Fields
"rc" <no@email.com> wrote in message
news:#BfU2nfBEHA.3852@TK2MSFTNGP10.phx.gbl...
> Thanks for the response.
>
> If I execute:
>
> "BACKUP DATABASE [MAINDB] TO DISK = N'\\ServerName\ShareName\' WITH INIT
,
> NOUNLOAD , NAME = N'MAINDB backup', NOSKIP , STATS = 10, NOFORMAT"
>
> (of course, 'ServerName' and 'ShareName' are replaced with the actual
names)
>
> I get:
>
> "Cannot open backup device '\\ServerName\ShareName\'. Device error or
> device off-line."
>
>
> and the task does not complete.
>
> Any other thoughts?
>
> Thanks
> "Jeff Block" <jblock@REMOVETHECAPSANDINVALIDfirstlook.biz.invalid> wrote
in
> message news:ulg$o3eBEHA.2800@tk2msftngp13.phx.gbl...
> > use the UNC name, ie \\<servername>\sharename
> >
> > is won't show up in the GUI tree, but you can backup/resotre to a UNC
> > speficied location.
>
>
- Next message: John Peterson: "Re: Using a XML source file with DTS?"
- Previous message: rc: "Re: Backup to mapped drive?"
- In reply to: rc: "Re: Backup to mapped drive?"
- Next in thread: Carlos Eduardo Rojas: "Re: Backup to mapped drive?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|