Help!

Unable to Backup Files with Error 800700B7

 
  

Goto page Previous  1, 2
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Performance Management RSS
Next:  Vista slowing down over time (20 min)  
Author Message
mgillespie
External


Since: Feb 20, 2007
Posts: 1



PostPosted: Tue Feb 20, 2007 4:19 pm    Post subject: Re: Unable to Backup Files with Error 800700B7 [Login to view extended thread Info.]
Archived from groups: microsoft>public>windows>vista>performance_maintenance (more info?)

It's not a NAS device as such, but a dedicated Linux PC, so I load
whatever version of SAMBA I wish.

I have tried the latest 2.0.34, and it still does not work, and I am
pretty sure it's a Vista issue, rather than a SAMBA issue, as I should
be able to backup to any network server I wish, regardless of server
OS...

Seriosuly how tricky would it be, so that if the logon and password
credentials are blank, to not store the credentials. The point is, I
can access the network shares perfectly in explorer.


--
mgillespie
------------------------------------------------------------------------
mgillespie's Profile: http://forums.techarena.in/member.php?userid=22253
View this thread: http://forums.techarena.in/showthread.php?t=671928

http://forums.techarena.in
Back to top
Jill Zoeller [MSFT]
External


Since: Sep 19, 2006
Posts: 530



PostPosted: Tue Feb 20, 2007 4:19 pm    Post subject: Re: Unable to Backup Files with Error 800700B7 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The latest Samba is 3.x.x:
http://us3.samba.org/samba/history/samba-3.0.24.html. Backup must be able to
not only read/write/delete files but also set ACLs on them. We must protect
the backup file, and to do this, the SAMBA version must support this. If
there are bugs or other issues in the SAMBA code that don't allow us to set
ACLs, then we can't use that share as a target.

Give the latest version a try and see if that helps.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

Want to learn more about Windows file and storage technologies? Visit our
team blog at http://blogs.technet.com/filecab/default.aspx.


"mgillespie" <mgillespie.2mawjj RemoveThis @DoNotSpam.com> wrote in message
news:mgillespie.2mawjj@DoNotSpam.com...
>
> It's not a NAS device as such, but a dedicated Linux PC, so I load
> whatever version of SAMBA I wish.
>
> I have tried the latest 2.0.34, and it still does not work, and I am
> pretty sure it's a Vista issue, rather than a SAMBA issue, as I should
> be able to backup to any network server I wish, regardless of server
> OS...
>
> Seriosuly how tricky would it be, so that if the logon and password
> credentials are blank, to not store the credentials. The point is, I
> can access the network shares perfectly in explorer.
>
>
> --
> mgillespie
> ------------------------------------------------------------------------
> mgillespie's Profile: http://forums.techarena.in/member.php?userid=22253
> View this thread: http://forums.techarena.in/showthread.php?t=671928
>
> http://forums.techarena.in
>
Back to top
mgillespie
External


Since: Feb 21, 2007
Posts: 1



PostPosted: Wed Feb 21, 2007 12:47 am    Post subject: Re: Unable to Backup Files with Error 800700B7 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sorry, typo on my part, I am running Samba Version 3.0.24.


--
mgillespie
------------------------------------------------------------------------
mgillespie's Profile: http://forums.techarena.in/member.php?userid=22253
View this thread: http://forums.techarena.in/showthread.php?t=671928

http://forums.techarena.in
Back to top
Jill Zoeller [MSFT]
External


Since: Sep 19, 2006
Posts: 530



PostPosted: Wed Feb 21, 2007 12:47 am    Post subject: Re: Unable to Backup Files with Error 800700B7 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On your Linux server, you need to create an account that is not root and
allow it full access (meaning read, write and most important change ACLs,
sometimes called all access) on the share and on the files.

Unfortunately I don't have instructions for doing this. NAS boxes usually
have a web UI that you can use.

When you can perform the following steps successfully from the command line,
then Backup should be able to use it as a target:

- net use with the account against the share
- create a file on the share and put some small data in it
- the owner of the file should be user used in net use
- change the ACL of the file using cacls.exe
- delete the file
- create a directory on the share
- the owner of the file should be user used in net use
- change the ACL of the directory using cacls.exe
- delete the directory

Backup does this programmatically to determine whether the account has the
necessary access.


--
This posting is provided "AS IS" with no warranties, and confers no rights.

Want to learn more about Windows file and storage technologies? Visit our
team blog at http://blogs.technet.com/filecab/default.aspx.
"mgillespie" <mgillespie.2mbirg.TakeThisOut@DoNotSpam.com> wrote in message
news:mgillespie.2mbirg@DoNotSpam.com...
>
> Sorry, typo on my part, I am running Samba Version 3.0.24.
>
>
> --
> mgillespie
> ------------------------------------------------------------------------
> mgillespie's Profile: http://forums.techarena.in/member.php?userid=22253
> View this thread: http://forums.techarena.in/showthread.php?t=671928
>
> http://forums.techarena.in
>
Back to top
Kelly64
External


Since: Feb 21, 2007
Posts: 1



PostPosted: Wed Feb 21, 2007 2:35 am    Post subject: Re: Unable to Backup Files with Error 800700B7 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Update re- my previous post. I checked the firmware specifications for
the Linksys/Cisco NSLU2 firmware V2.3R63 which I am using. Apprently,
it is using Samba 3.0.11.

I'm curious what NAS devices Microsoft actually tested, seeing as how
Linksys/Cisco is probably one of the more common ones. Perhaps a
listing of tested/supported NAS devices that Microsoft knows works
would be educational.


--
Kelly64
Back to top
Jeff
External


Since: Jun 23, 2006
Posts: 177



PostPosted: Wed Feb 21, 2007 8:36 pm    Post subject: RE: Unable to Backup Files with Error 800700B7 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I'm having this same problem; however I'm using a Maxtor 1TB Shared Storage
II NAS drive. It is at the latest firmware from Maxtor 3.1.26 and I cannot
see any indications as to whether it is SAMBA or not.

Has anyone successfully backed up to the Maxtor Shared Storage II drives?

"Scottg" wrote:

> I am unable to backup anything in Windows Vista Ultimate. I am using the
> Backup Files function in Vista to backup files to a local network location.
> I can browse and find the location (e.g., "\\server\folder") but when I
> click <Next>, I get the error message…
>
> The network share could not be accessed for the following reason:
> Cannot create a file when that file already exists. (0x800700B7)
> Please ensure that the network location is valid.
>
> There was no file there already and this error has occurred from the very
> first try. However, folders are being created in the selected folder with
> names like {5C0AF261-393F-4FC6-9496-2576C5A3772E}. All help is appreciated.
>
Back to top
cenit
External


Since: Oct 04, 2009
Posts: 1



PostPosted: Sun Oct 04, 2009 12:10 pm    Post subject: Re: Unable to Backup Files with Error 800700B7 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

marciton;567981 Wrote:
> hello,
> same issue here with my new LaCie Ethernet Disk mini - Home Edition
>
> any news of this issue ?

same issue here, with my two iomega StorCenter 300 GB (firmware
v.1.27)

I'm unable to use built-in backup feature of Windows Vista Ultimate x64
SP2 on this NAS. Error 800700B7


--
cenit
Posted via http://www.vistaheads.com
Back to top
user
External


Since: Feb 12, 2007
Posts: 673



PostPosted: Sun Oct 04, 2009 7:10 pm    Post subject: Re: Unable to Backup Files with Error 800700B7 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

C:\Users\David Candy>net helpmsg 183

Cannot create a file when that file already exists.

--
..
--
"cenit" <cenit.3zjg42 RemoveThis @no-mx.forums.vistaheads.com> wrote in message
news:cenit.3zjg42@no-mx.forums.vistaheads.com...
>
> marciton;567981 Wrote:
>> hello,
>> same issue here with my new LaCie Ethernet Disk mini - Home Edition
>>
>> any news of this issue ?
>
> same issue here, with my two iomega StorCenter 300 GB (firmware
> v.1.27)
>
> I'm unable to use built-in backup feature of Windows Vista Ultimate x64
> SP2 on this NAS. Error 800700B7
>
>
> --
> cenit
> Posted via http://www.vistaheads.com
>
Back to top
mdes0
External


Since: Oct 25, 2009
Posts: 1



PostPosted: Sun Oct 25, 2009 12:09 pm    Post subject: Re: Unable to Backup Files with Error 800700B7 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Just found the answer! Use the username everyone and your admin password
for your NAS device. Everything works after that... I'm using Vista x64
and a WD Mybookworld NAS.


--
mdes0
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Performance Management All times are: Eastern Time (US & Canada) (change)
Goto page Previous  1, 2
Page 2 of 2

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum