A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Windows Vista File Management
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Windows Vista File Management Issues or questions in relation to Vista's file management. (microsoft.public.windows.vista.file_management)

Access denied trying to copy file across home network



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old June 5th 07, 05:54 PM posted to microsoft.public.windows.vista.file_management
Joe Ventre
external usenet poster
 
Posts: 4
Default Access denied trying to copy file across home network

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?
  #2 (permalink)  
Old June 5th 07, 11:54 PM posted to microsoft.public.windows.vista.file_management
PaulB
external usenet poster
 
Posts: 968
Default Access denied trying to copy file across home network

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?

  #3 (permalink)  
Old June 6th 07, 12:15 AM posted to microsoft.public.windows.vista.file_management
Joe Ventre
external usenet poster
 
Posts: 4
Default Access denied trying to copy file across home network

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

yes i do
  #4 (permalink)  
Old June 6th 07, 12:38 AM posted to microsoft.public.windows.vista.file_management
Jimmy Brush
external usenet poster
 
Posts: 656
Default Access denied trying to copy file across home network

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

  #5 (permalink)  
Old June 7th 07, 04:50 PM posted to microsoft.public.windows.vista.file_management
Joe Ventre
external usenet poster
 
Posts: 4
Default Access denied trying to copy file across home network

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
  #6 (permalink)  
Old June 8th 07, 05:09 AM posted to microsoft.public.windows.vista.file_management
Jimmy Brush
external usenet poster
 
Posts: 656
Default Access denied trying to copy file across home network

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/
  #7 (permalink)  
Old June 8th 07, 02:00 PM posted to microsoft.public.windows.vista.file_management
Joe Ventre
external usenet poster
 
Posts: 4
Default Access denied trying to copy file across home network

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:IOICIF
xxx\yyy:IOICIF
BUILTIN\Administrators:IF
BUILTIN\Administrators:IOICIIOF
NT AUTHORITY\SYSTEM:IF
NT AUTHORITY\SYSTEM:IOICIIOF
BUILTIN\Users:IOICIRX
NT AUTHORITY\Authenticated Users:IM
NT AUTHORITY\Authenticated Users:IOICIIOM

for icacls \\xxx\yyy
\\xxx\yyy Everyone:OICIRX
BUILTIN\Administrators:IOICIF
NT AUTHORITY\SYSTEM:IOICIF
No mapping between accountnames and security IDs was done. IF
CREATOR OWNER:IOICIIOF
BUILTIN\Users:IOICIRX
BUILTIN\Users:ICIAD
BUILTIN\Users:ICIWD

  #8 (permalink)  
Old June 9th 07, 02:07 PM posted to microsoft.public.windows.vista.file_management
Jimmy Brush
external usenet poster
 
Posts: 656
Default Access denied trying to copy file across home network

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/
  #9 (permalink)  
Old July 25th 07, 12:32 PM posted to microsoft.public.windows.vista.file_management
Ben
external usenet poster
 
Posts: 188
Default Access denied trying to copy file across home network

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/

  #10 (permalink)  
Old August 6th 07, 10:42 AM posted to microsoft.public.windows.vista.file_management
Jimmy Brush
external usenet poster
 
Posts: 656
Default Access denied trying to copy file across home network

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/
 




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

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



All times are GMT. The time now is 10:26 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2024 Vista Banter.
The comments are property of their posters.