Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista File Management > Access denied trying to copy file across home network

Reply
Thread Tools Display Modes

Access denied trying to copy file across home network

 
 
Joe Ventre
Guest
Posts: n/a

 
      06-05-2007
I am trying to copy a file from an XP system to a Vista system and I'm
getting an error telling me I do not have permission to do it and access
is denied to the destination system. Here is the setup: I have a home
network. On the Vista system I use START RUN and type in the name of
the XP system (ex: system1). Using Windows explorer on the Vista system
I drag the file from the source directory on the XP system to the
destination folder on the Vista system. That generates the error
message. It does not tell me how to get the permission I need but since
I am running as the Administrator on the Vista system I didn't think I
would need permission. If I just copy the file to something like a USB
drive and then plug the USB drive into the Vista system I can copy the
file onto my hard drive with no problem. Any thoughts on how to correct
this?
 
Reply With Quote
 
 
 
 
PaulB
Guest
Posts: n/a

 
      06-05-2007
Do you have File sharing and public folder sharing turn on in VISTA?
--
Paul


"Joe Ventre" wrote:

> I am trying to copy a file from an XP system to a Vista system and I'm
> getting an error telling me I do not have permission to do it and access
> is denied to the destination system. Here is the setup: I have a home
> network. On the Vista system I use START RUN and type in the name of
> the XP system (ex: system1). Using Windows explorer on the Vista system
> I drag the file from the source directory on the XP system to the
> destination folder on the Vista system. That generates the error
> message. It does not tell me how to get the permission I need but since
> I am running as the Administrator on the Vista system I didn't think I
> would need permission. If I just copy the file to something like a USB
> drive and then plug the USB drive into the Vista system I can copy the
> file onto my hard drive with no problem. Any thoughts on how to correct
> this?
>

 
Reply With Quote
 
Joe Ventre
Guest
Posts: n/a

 
      06-06-2007
PaulB wrote:
> Do you have File sharing and public folder sharing turn on in VISTA?

yes i do
 
Reply With Quote
 
Jimmy Brush
Guest
Posts: n/a

 
      06-06-2007
Hello,

Is this the situation you are encountering:

- Attempting to copy a file from a network share to a specific folder
results in access denied

- Attempting to copy a file from any other source (such as a hard
drive or USB drive) to the *same, specific location* works fine

- You can verify that it is the same destination folder, the same
file, and doing it from a network share doesn't work but any other way
does

- JB

On Tue, 05 Jun 2007 20:15:30 -0400, Joe Ventre <>
wrote:

>PaulB wrote:
>> Do you have File sharing and public folder sharing turn on in VISTA?

>yes i do

 
Reply With Quote
 
Joe Ventre
Guest
Posts: n/a

 
      06-07-2007
Jimmy Brush wrote:
> Hello,
>
> Is this the situation you are encountering:
>
> - Attempting to copy a file from a network share to a specific folder
> results in access denied
>
> - Attempting to copy a file from any other source (such as a hard
> drive or USB drive) to the *same, specific location* works fine
>
> - You can verify that it is the same destination folder, the same
> file, and doing it from a network share doesn't work but any other way
> does
>
> - JB
>
> On Tue, 05 Jun 2007 20:15:30 -0400, Joe Ventre <>
> wrote:
>
>> PaulB wrote:
>>> Do you have File sharing and public folder sharing turn on in VISTA?

>> yes i do

Your assumptions are correct - that is what I am trying to do
 
Reply With Quote
 
Jimmy Brush
Guest
Posts: n/a

 
      06-08-2007
Well,

The good news is that I am aware of other people having this problem.

The bad news, is I am not aware of the cause of or solution to this problem.

Although I did hear that some people had success by disabling an
antivirus program that lives on the computer you are trying to copy from.

I would be interested in seeing the security settings that are being
applied to the folder you are attempting to save to, the folder the file
is comming from, and the source file itself.

First, access the file share on the other computer from explorer and
enter your password (if required) - this will establish a connection to
the other computer and allow the following commands to work.

Could you do the following:

- Click start
- Type: command prompt
- Click on command prompt when it appears
- cd to the folder that you are attempting to save the file to, and type:

icacls .

For example, if you are attempting to save to your desktop, type:

cd %userprofile%\desktop
icacls .

Then, type the following commands:

icacls \\computer\folder_containing_file
icacls \\computer\folder_containing_file\file

For example, if the file you are trying to copy is called info.dat,
lives on a computer named JIMMY, and is located directly inside a share
named FILES, you would type:

icacls \\JIMMY\FILES
icacls \\JIMMY\FILES\info.dat

Then copy the output of these 3 commands into a reply.


--
-JB
Microsoft MVP - Windows Shell/User
Windows Vista Support FAQ - http://www.jimmah.com/vista/
 
Reply With Quote
 
Joe Ventre
Guest
Posts: n/a

 
      06-08-2007
Jimmy Brush wrote:
> Well,
>
> The good news is that I am aware of other people having this problem.
>
> The bad news, is I am not aware of the cause of or solution to this
> problem.
>
> Although I did hear that some people had success by disabling an
> antivirus program that lives on the computer you are trying to copy from.
>
> I would be interested in seeing the security settings that are being
> applied to the folder you are attempting to save to, the folder the file
> is comming from, and the source file itself.
>
> First, access the file share on the other computer from explorer and
> enter your password (if required) - this will establish a connection to
> the other computer and allow the following commands to work.
>
> Could you do the following:
>
> - Click start
> - Type: command prompt
> - Click on command prompt when it appears
> - cd to the folder that you are attempting to save the file to, and type:
>
> icacls .
>
> For example, if you are attempting to save to your desktop, type:
>
> cd %userprofile%\desktop
> icacls .
>
> Then, type the following commands:
>
> icacls \\computer\folder_containing_file
> icacls \\computer\folder_containing_file\file
>
> For example, if the file you are trying to copy is called info.dat,
> lives on a computer named JIMMY, and is located directly inside a share
> named FILES, you would type:
>
> icacls \\JIMMY\FILES
> icacls \\JIMMY\FILES\info.dat
>
> Then copy the output of these 3 commands into a reply.
>
>

I have found that I can copy some files but not all. When I followed
your directions I was able to get output for the icacls . command and
the icacls \\xxx\yyy command but when I tried to use icacls
\\xxx\yyy\info.dat I get an error saying the system cannot find the
file. This same error occurs when whether the file name I use is one I
am able to copy or one I cam not able to copy. Here is the result of
the 2 commands that did work:

for icacls .
.. xxx\home:<I><OI><CI><F>
xxx\yyy:<I><OI><CI><F>
BUILTIN\Administrators:<I><F>
BUILTIN\Administrators:<I><OI><CI><IO><F>
NT AUTHORITY\SYSTEM:<I><F>
NT AUTHORITY\SYSTEM:<I><OI><CI><IO><F>
BUILTIN\Users:<I><OI><CI><RX>
NT AUTHORITY\Authenticated Users:<I><M>
NT AUTHORITY\Authenticated Users:<I><OI><CI><IO><M>

for icacls \\xxx\yyy
\\xxx\yyy Everyone:<OI><CI><RX>
BUILTIN\Administrators:<I><OI><CI><F>
NT AUTHORITY\SYSTEM:<I><OI><CI><F>
No mapping between accountnames and security IDs was done. <I><F>
CREATOR OWNER:<I><OI><CI><IO><F>
BUILTIN\Users:<I><OI><CI><RX>
BUILTIN\Users:<I><CI><AD>
BUILTIN\Users:<I><CI><WD>

 
Reply With Quote
 
Jimmy Brush
Guest
Posts: n/a

 
      06-09-2007
Hmm...

- Are there any characteristics that the files that won't let you copy
them have in common?

It is very strange that some files will let you copy them to a certain
folder, while others won't to that same folder.

It's also unusual that the icacls utility is not able to open files in
that share.

Are you running any security software on the machine that you are
copying from? Have you tried temporarily disabling it and seeing if that
helps?

Do this:

- Click start
- Type: services
- Press enter
- Look for a service called "Network access protection agent"
- Is it running?

--
-JB
Microsoft MVP - Windows Shell/User
Windows Vista Support FAQ - http://www.jimmah.com/vista/
 
Reply With Quote
 
Ben
Guest
Posts: n/a

 
      07-25-2007
Hi guys,
Also having the same problem.
I checked "Network access protection agent" and it's not running.
So far I have been able to copy mp3's, but not exe or jpg.
Any more ideas?

"Jimmy Brush" wrote:

> Hmm...
>
> - Are there any characteristics that the files that won't let you copy
> them have in common?
>
> It is very strange that some files will let you copy them to a certain
> folder, while others won't to that same folder.
>
> It's also unusual that the icacls utility is not able to open files in
> that share.
>
> Are you running any security software on the machine that you are
> copying from? Have you tried temporarily disabling it and seeing if that
> helps?
>
> Do this:
>
> - Click start
> - Type: services
> - Press enter
> - Look for a service called "Network access protection agent"
> - Is it running?
>
> --
> -JB
> Microsoft MVP - Windows Shell/User
> Windows Vista Support FAQ - http://www.jimmah.com/vista/
>

 
Reply With Quote
 
Jimmy Brush
Guest
Posts: n/a

 
      08-06-2007
Hello,

I made a program that might help diagnose the problem. If you could run
the program and copy and paste the results into a response:

http://www.jimmah.com/vista/downloads/copytest.zip

--
-JB
Microsoft MVP - Windows Shell/User
Windows Vista Support FAQ - http://www.jimmah.com/vista/
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Server File Access Denied Triage Windows Vista Networking 0 10-31-2007 07:25 PM
Home network - Printer access denied from Vista PC to XP PC Bill Windows Vista General Discussion 4 05-31-2007 03:57 AM
Network Access Denied Vince Windows Vista Networking 9 04-02-2007 09:58 PM
Cannot create file...access is denied Troy Windows Vista Performance 1 02-28-2007 04:51 AM
Home Network Access Denied Ash Windows Vista Networking 1 02-23-2007 12:24 AM



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 52 53 54 55 56 57 58 59