Windows Vista Forums
Vista Forums Home Join Vista Forums Tech Publications Windows 7 Forum Vista Tutorials Webcasts Tags

Welcome to Vista Forums we are your forum for Windows Vista help and discussion. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Vista Newsgroups > Vista security

Copying files from XP to Vista via shared network drive

Update your Vista Drivers
Reply
 
Thread Tools Display Modes
Old 02-08-2007   #1 (permalink)
tcmichals
Guest


 

Copying files from XP to Vista via shared network drive

I turned off UAC and rebooted. I get a dialog Destintation Folder Access
Denied You need permission to perform this action. The File name is
RedBoot_Update_Notes.doc, other doc files were copied fine, what is going on?
Here is a list of file names that could not be copied:
RedBoot_Users_Guide.doc (word document)
cnf_mgr.c.save (simple text file C)
Other C files were copied? Is this named based? Is this a configuraion
option?

I'm a little tired of the ranting that UAC is so good, then why then simple
file like these are blocked?




My System SpecsSystem Spec
Old 02-08-2007   #2 (permalink)
Jesper
Guest


 

RE: Copying files from XP to Vista via shared network drive

This shouldn't be a UAC issue, particularly not if it persists even if you
turn off UAC. A couple of questions:
1. Which machine is the server and which is the client?
2. What is the physical path for the directory that you are copying into on
the machine acting as the server?
3. What is the ACL on the directory and on the share itself?
4. What privilege level does the user account you use to establish the
connection with have?
5. Is this a domain environment, or are both machines stand-alone?
6. You said other files copied fine into that share. There is no existing
file with the same name as the one you are failing on is there?

Again, this is almost certainly not a UAC issue. The only impact UAC would
have on remote access is that non-domain admin accounts get a restricted
token when connecting from the network. However, if one file copies fine and
another does not there is something non-UAC related going on.

"tcmichals" wrote:

> I turned off UAC and rebooted. I get a dialog Destintation Folder Access
> Denied You need permission to perform this action. The File name is
> RedBoot_Update_Notes.doc, other doc files were copied fine, what is going on?
> Here is a list of file names that could not be copied:
> RedBoot_Users_Guide.doc (word document)
> cnf_mgr.c.save (simple text file C)
> Other C files were copied? Is this named based? Is this a configuraion
> option?
>
> I'm a little tired of the ranting that UAC is so good, then why then simple
> file like these are blocked?
>
>
>

My System SpecsSystem Spec
Old 02-08-2007   #3 (permalink)
tcmichals
Guest


 

RE: Copying files from XP to Vista via shared network drive

See below....

"Jesper" wrote:

> This shouldn't be a UAC issue, particularly not if it persists even if you
> turn off UAC. A couple of questions:
> 1. Which machine is the server and which is the client?

XP is the "Server", I allowed the entire C:\ drive to be shared so I can
move files onto the Vista ..

So I map a drive from the XP to Vista ie Z:\c is the mount point on Vista.
C:\ on XP

> 2. What is the physical path for the directory that you are copying into on
> the machine acting as the server?

The physical path is c:\cygnetron\docs on XP on Vista it is c:\cygentron\docs
basicly just copying the entire directory contents

I use file explorer to copy the file via a file folder.

I can copied about 100,00 file in the move, but about 20 files did not copy,
some were .doc and some were .zip files. What is weird was some .doc files
were transfered and some .zip files were transfered. It was NOT a global
issue.


> 3. What is the ACL on the directory and on the share itself?

Ok, I'm new to Vista, but I think it is all allowed... Read/write etc.
I right clicked on the directory on the Vista c:\cygentron selected
properties and check security, all of the check boxes were checked...

I did a simple test, from XP via RDP, I copy the file to form
RedBoot_Users_Guide.doc to "Copy RedBoot_Users_Guide.doc " and that copies
file. I open the file via RedBoot_Users_Guide.doc Word 2003 on XP and edit
and resave. Still cannot copy from Vista.
> 4. What privilege level does the user account you use to establish the
> connection with have?

It only has read, I only want to copy files....
> 5. Is this a domain environment, or are both machines stand-alone?

stand-alone
> 6. You said other files copied fine into that share. There is no existing
> file with the same name as the one you are failing on is there?

No there is not because it will not copy file, I'm just moving files....
>
> Again, this is almost certainly not a UAC issue. The only impact UAC would
> have on remote access is that non-domain admin accounts get a restricted
> token when connecting from the network. However, if one file copies fine and
> another does not there is something non-UAC related going on.
>

Ok agreed, but why are some files being filtered? how does it know to filter
files?
Attributes? Contents? Name?
I did another copy in another directory, about 200k files, and again only
about 5 out of the 200k files did not copy. some were doc and zip files....

> "tcmichals" wrote:
>
> > I turned off UAC and rebooted. I get a dialog Destintation Folder Access
> > Denied You need permission to perform this action. The File name is
> > RedBoot_Update_Notes.doc, other doc files were copied fine, what is going on?
> > Here is a list of file names that could not be copied:
> > RedBoot_Users_Guide.doc (word document)
> > cnf_mgr.c.save (simple text file C)
> > Other C files were copied? Is this named based? Is this a configuraion
> > option?
> >
> > I'm a little tired of the ranting that UAC is so good, then why then simple
> > file like these are blocked?
> >
> >
> >

My System SpecsSystem Spec
Old 02-08-2007   #4 (permalink)
Jesper
Guest


 

RE: Copying files from XP to Vista via shared network drive


> > 2. What is the physical path for the directory that you are copying into on
> > the machine acting as the server?

> The physical path is c:\cygnetron\docs on XP on Vista it is c:\cygentron\docs
> basicly just copying the entire directory contents


Have you tried creating a directory inside your home folder on the Vista
system instead and copying into there?

> I can copied about 100,00 file in the move, but about 20 files did not copy,
> some were .doc and some were .zip files. What is weird was some .doc files
> were transfered and some .zip files were transfered. It was NOT a global
> issue.


It sounds to me like the files exist. The ACL on them probably won't let you
overwrite them.

> > 3. What is the ACL on the directory and on the share itself?


run this command for me from a command prompt on the Vista system:
icacls c:\cygentron\docs

Then run this command on the XP system:
cacls c:\cygentron\docs\RedBoot_Users_Guide.doc
copy and paste the output.

> I did a simple test, from XP via RDP, I copy the file to form
> RedBoot_Users_Guide.doc to "Copy RedBoot_Users_Guide.doc " and that copies
> file. I open the file via RedBoot_Users_Guide.doc Word 2003 on XP and edit
> and resave. Still cannot copy from Vista.


That is to be expected. From what I can tell there are two likely
possibilities. Either the file exists already on the Vista system and the
error indicates that you are not allowed to overwrite it. Alternatively, the
ACL on the XP system on that file prevents the user account you are accessing
it with from reading the file.

When you established the connection from the Vista system to the XP system,
did you give it a username and password to use to establish the connection?
Otherwise you are likely a guest.


> > Again, this is almost certainly not a UAC issue. The only impact UAC would
> > have on remote access is that non-domain admin accounts get a restricted
> > token when connecting from the network. However, if one file copies fine and
> > another does not there is something non-UAC related going on.
> >

> Ok agreed, but why are some files being filtered? how does it know to filter
> files?


That's what we are trying to find out. :-)

I don't think the files are getting "filtered." I think it is a simple
permissions problem.

My System SpecsSystem Spec
Old 02-08-2007   #5 (permalink)
tcmichals
Guest


 

RE: Copying files from XP to Vista via shared network drive

see below...

"Jesper" wrote:

>
> > > 2. What is the physical path for the directory that you are copying into on
> > > the machine acting as the server?

> > The physical path is c:\cygnetron\docs on XP on Vista it is c:\cygentron\docs
> > basicly just copying the entire directory contents

>
> Have you tried creating a directory inside your home folder on the Vista
> system instead and copying into there?



I tried to copy RedBoot_Users_Guide.doc from XP onto Vista to C:\ root drive
and still the Destination Folder Access Denied dialog popped up.

Also tried the following, created a directory c:\zippy and attempted to copy
ReadBoot_Users_Guide.doc and that also failed. Destinatiuon Folder Access
Denied dialog popped up..
> > I can copied about 100,00 file in the move, but about 20 files did not copy,
> > some were .doc and some were .zip files. What is weird was some .doc files
> > were transfered and some .zip files were transfered. It was NOT a global
> > issue.

>
> It sounds to me like the files exist. The ACL on them probably won't let you
> overwrite them.
>
> > > 3. What is the ACL on the directory and on the share itself?

>
> run this command for me from a command prompt on the Vista system:
> icacls c:\cygentron\docs


C:\>icacls c:\cygnetron\documents
c:\cygnetron\documents BUILTIN\AdministratorsI)(F)
BUILTIN\AdministratorsI)(OI)(CI)(IO)(F)
NT AUTHORITY\SYSTEMI)(F)
NT AUTHORITY\SYSTEMI)(OI)(CI)(IO)(F)
BUILTIN\UsersI)(OI)(CI)(RX)
NT AUTHORITY\Authenticated UsersI)(M)
NT AUTHORITY\Authenticated UsersI)(OI)(CI)(IO)(M)

Successfully processed 1 files; Failed processing 0 files

C:\>


>
> Then run this command on the XP system:
> cacls c:\cygentron\docs\RedBoot_Users_Guide.doc
> copy and paste the output.

The correct name of the directory is c:\cygnetron\documents

C:\>cacls c:\cygnetron\documents
c:\cygnetron\documents BUILTIN\Administrators:F
BUILTIN\AdministratorsOI)(CI)(IO)F
NT AUTHORITY\SYSTEM:F
NT AUTHORITY\SYSTEMOI)(CI)(IO)F
OAKWOODFAST918\Tim Michals:F
CREATOR OWNEROI)(CI)(IO)F
BUILTIN\Users:R
BUILTIN\UsersOI)(CI)(IO)(special access
GENERIC_READ
GENERIC_EXECUTE

BUILTIN\UsersCI)(special access
FILE_APPEND_DATA

BUILTIN\UsersCI)(special access
FILE_WRITE_DATA

EveryoneOI)(CI)R



>
> > I did a simple test, from XP via RDP, I copy the file to form
> > RedBoot_Users_Guide.doc to "Copy RedBoot_Users_Guide.doc " and that copies
> > file. I open the file via RedBoot_Users_Guide.doc Word 2003 on XP and edit
> > and resave. Still cannot copy from Vista.

>
> That is to be expected. From what I can tell there are two likely
> possibilities. Either the file exists already on the Vista system and the
> error indicates that you are not allowed to overwrite it. Alternatively, the
> ACL on the XP system on that file prevents the user account you are accessing
> it with from reading the file.
>
> When you established the connection from the Vista system to the XP system,
> did you give it a username and password to use to establish the connection?

Yes This is not a guest account, admin.... And it has username and password

> Otherwise you are likely a guest.
>
>
> > > Again, this is almost certainly not a UAC issue. The only impact UAC would
> > > have on remote access is that non-domain admin accounts get a restricted
> > > token when connecting from the network. However, if one file copies fine and
> > > another does not there is something non-UAC related going on.
> > >

> > Ok agreed, but why are some files being filtered? how does it know to filter
> > files?

>
> That's what we are trying to find out. :-)
>
> I don't think the files are getting "filtered." I think it is a simple
> permissions problem.
>



My System SpecsSystem Spec
Old 02-08-2007   #6 (permalink)
Jesper
Guest


 

RE: Copying files from XP to Vista via shared network drive

> I tried to copy RedBoot_Users_Guide.doc from XP onto Vista to C:\ root drive
> and still the Destination Folder Access Denied dialog popped up.


That would be by design. Only users that have Administrators in their token
can write to that directory. You do not. If you launch an elevated command
prompt (Start:All Programs:Accessories right-click Command Prompt, select Run
as administrator...) you will have an elevated token and from there you can
copy the file to the root of the C:. That is why I asked if you had tried
putting the files in your user directory instead. You have full access to
that.

>
> Also tried the following, created a directory c:\zippy and attempted to copy
> ReadBoot_Users_Guide.doc and that also failed. Destinatiuon Folder Access
> Denied dialog popped up..


> C:\>icacls c:\cygnetron\documents
> c:\cygnetron\documents BUILTIN\AdministratorsI)(F)
> BUILTIN\AdministratorsI)(OI)(CI)(IO)(F)
> NT AUTHORITY\SYSTEMI)(F)
> NT AUTHORITY\SYSTEMI)(OI)(CI)(IO)(F)
> BUILTIN\UsersI)(OI)(CI)(RX)
> NT AUTHORITY\Authenticated UsersI)(M)
> NT AUTHORITY\Authenticated UsersI)(OI)(CI)(IO)(M)


That ACL looks fine as long as you are connecting as a particular user, and
not as guest.

> The correct name of the directory is c:\cygnetron\documents


Sorry about that.

> C:\>cacls c:\cygnetron\documents


I really need the ACL on the file that won't copy. I'm wondering if somehow
you do not have access to the source file.

My System SpecsSystem Spec
Old 02-09-2007   #7 (permalink)
tcmichals
Guest


 

RE: Copying files from XP to Vista via shared network drive


C:\>cacls c:\cygnetron\documents
c:\cygnetron\documents BUILTIN\Administrators:F
BUILTIN\AdministratorsOI)(CI)(IO)F
NT AUTHORITY\SYSTEM:F
NT AUTHORITY\SYSTEMOI)(CI)(IO)F
OAKWOODFAST918\Tim Michals:F
CREATOR OWNEROI)(CI)(IO)F
BUILTIN\Users:R
BUILTIN\UsersOI)(CI)(IO)(special access
GENERIC_READ
GENERIC_EXECUTE

BUILTIN\UsersCI)(special access
FILE_APPEND_DATA

BUILTIN\UsersCI)(special access
FILE_WRITE_DATA

EveryoneOI)(CI)R



FYI I did backed up the files on XP to DVD and copied from DVD to Vista and
that worked.

By why not over the network? even if the directory is created off of root
it does not copy...


"Jesper" wrote:

> > I tried to copy RedBoot_Users_Guide.doc from XP onto Vista to C:\ root drive
> > and still the Destination Folder Access Denied dialog popped up.

>
> That would be by design. Only users that have Administrators in their token
> can write to that directory. You do not. If you launch an elevated command
> prompt (Start:All Programs:Accessories right-click Command Prompt, select Run
> as administrator...) you will have an elevated token and from there you can
> copy the file to the root of the C:. That is why I asked if you had tried
> putting the files in your user directory instead. You have full access to
> that.
>
> >
> > Also tried the following, created a directory c:\zippy and attempted to copy
> > ReadBoot_Users_Guide.doc and that also failed. Destinatiuon Folder Access
> > Denied dialog popped up..

>
> > C:\>icacls c:\cygnetron\documents
> > c:\cygnetron\documents BUILTIN\AdministratorsI)(F)
> > BUILTIN\AdministratorsI)(OI)(CI)(IO)(F)
> > NT AUTHORITY\SYSTEMI)(F)
> > NT AUTHORITY\SYSTEMI)(OI)(CI)(IO)(F)
> > BUILTIN\UsersI)(OI)(CI)(RX)
> > NT AUTHORITY\Authenticated UsersI)(M)
> > NT AUTHORITY\Authenticated UsersI)(OI)(CI)(IO)(M)

>
> That ACL looks fine as long as you are connecting as a particular user, and
> not as guest.
>
> > The correct name of the directory is c:\cygnetron\documents

>
> Sorry about that.
>
> > C:\>cacls c:\cygnetron\documents

>
> I really need the ACL on the file that won't copy. I'm wondering if somehow
> you do not have access to the source file.
>

My System SpecsSystem Spec
Old 02-09-2007   #8 (permalink)
Jesper
Guest


 

RE: Copying files from XP to Vista via shared network drive

Weird. The ACL looks normal. I can imagine a few possible issues:
1. The files that won't copy have an ACL on the XP machine that prevents
whichever user account you are connecting with from the Vista system from
reading them. As I do not know which account you are using, I can't tell
whether that is the case.
2. The files are held open and can't be copied. It's odd that they can be
burnt to CD thought.
3. You ran into some kind of race condition bug where a file copy starts for
the file, but for some reason is restarted for the same file and fails
because the destination is still held open.

Number 1 seems most likely to be honest. The ACL on the file itself (the one
below is for the directory), and information as to which user account you
connected with would tell for sure.

That's all I can think of. Nothing else seems to make sense.

"tcmichals" wrote:

>
> C:\>cacls c:\cygnetron\documents
> c:\cygnetron\documents BUILTIN\Administrators:F
> BUILTIN\AdministratorsOI)(CI)(IO)F
> NT AUTHORITY\SYSTEM:F
> NT AUTHORITY\SYSTEMOI)(CI)(IO)F
> OAKWOODFAST918\Tim Michals:F
> CREATOR OWNEROI)(CI)(IO)F
> BUILTIN\Users:R
> BUILTIN\UsersOI)(CI)(IO)(special access
> GENERIC_READ
> GENERIC_EXECUTE
>
> BUILTIN\UsersCI)(special access
> FILE_APPEND_DATA
>
> BUILTIN\UsersCI)(special access
> FILE_WRITE_DATA
>
> EveryoneOI)(CI)R
>
>
>
> FYI I did backed up the files on XP to DVD and copied from DVD to Vista and
> that worked.
>
> By why not over the network? even if the directory is created off of root
> it does not copy...
>
>
> "Jesper" wrote:
>
> > > I tried to copy RedBoot_Users_Guide.doc from XP onto Vista to C:\ root drive
> > > and still the Destination Folder Access Denied dialog popped up.

> >
> > That would be by design. Only users that have Administrators in their token
> > can write to that directory. You do not. If you launch an elevated command
> > prompt (Start:All Programs:Accessories right-click Command Prompt, select Run
> > as administrator...) you will have an elevated token and from there you can
> > copy the file to the root of the C:. That is why I asked if you had tried
> > putting the files in your user directory instead. You have full access to
> > that.
> >
> > >
> > > Also tried the following, created a directory c:\zippy and attempted to copy
> > > ReadBoot_Users_Guide.doc and that also failed. Destinatiuon Folder Access
> > > Denied dialog popped up..

> >
> > > C:\>icacls c:\cygnetron\documents
> > > c:\cygnetron\documents BUILTIN\AdministratorsI)(F)
> > > BUILTIN\AdministratorsI)(OI)(CI)(IO)(F)
> > > NT AUTHORITY\SYSTEMI)(F)
> > > NT AUTHORITY\SYSTEMI)(OI)(CI)(IO)(F)
> > > BUILTIN\UsersI)(OI)(CI)(RX)
> > > NT AUTHORITY\Authenticated UsersI)(M)
> > > NT AUTHORITY\Authenticated UsersI)(OI)(CI)(IO)(M)

> >
> > That ACL looks fine as long as you are connecting as a particular user, and
> > not as guest.
> >
> > > The correct name of the directory is c:\cygnetron\documents

> >
> > Sorry about that.
> >
> > > C:\>cacls c:\cygnetron\documents

> >
> > I really need the ACL on the file that won't copy. I'm wondering if somehow
> > you do not have access to the source file.
> >

My System SpecsSystem Spec
Old 02-10-2007   #9 (permalink)
ryandury@gmail.com
Guest


 

Re: Copying files from XP to Vista via shared network drive

Hey Guys,

I am having the same problem.. I just purchased a new computer with
Vista installed.. And so, through my network, I have some shared
folders on the XP machine I have upstairs.. When I try to transfer
these files to Vista, I receive a "Destination Folder Access Denied:
You need permission to perform this action"..

I am doing this on the administrative account.. This is getting
annoying.. Not to mention having to accept every single action.. A
few days before purchasing this computer, I watched a new Apple vs PC
computer, and it really sums up the ridiculous security on Vista.
http://youtube.com/watch?v=JheuLfWYSsc

My System SpecsSystem Spec
Old 02-10-2007   #10 (permalink)
Jesper
Guest


 

Re: Copying files from XP to Vista via shared network drive

Sorry you don't like security and Vista. If you do not want security, then
Apple is a reasonably good choice.

If you tell us more about where exactly you are trying to copy these files
to maybe we could help you.

"ryandury@gmail.com" wrote:

> Hey Guys,
>
> I am having the same problem.. I just purchased a new computer with
> Vista installed.. And so, through my network, I have some shared
> folders on the XP machine I have upstairs.. When I try to transfer
> these files to Vista, I receive a "Destination Folder Access Denied:
> You need permission to perform this action"..
>
> I am doing this on the administrative account.. This is getting
> annoying.. Not to mention having to accept every single action.. A
> few days before purchasing this computer, I watched a new Apple vs PC
> computer, and it really sums up the ridiculous security on Vista.
> http://youtube.com/watch?v=JheuLfWYSsc
>
>

My System SpecsSystem Spec
Reply
Update your Vista Drivers

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Copying files over network Ken Varley Vista networking & sharing 5 06-24-2008 01:43 AM
Copying files to a network drive + there is not enough space - noprompt to overwrite ? jdr.smith Vista General 5 04-06-2008 12:10 PM
Vista + Copying files over network share = 100% CPU? Blizzke Vista General 4 08-02-2007 07:04 AM
Vista + copying data to a network drive jdr.smith@virgin.net Vista General 3 07-19-2007 12:17 PM
Cannot Connect to Vista shared files via wireless network from XP busyinla Vista networking & sharing 2 05-26-2007 09:11 PM


Complimentary Industry Resources

Vista Forums has joined forces with TradePub.com to offer you a new, exciting, and entirely free professional resource. Visit http://vistax64.tradepub.com today to browse our selection of complimentary Industry magazines, white papers, webinars, podcasts, and more across 34 industry sectors. No credit cards, coupons, or promo codes required. Try it today!




Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51