can't copy file

  • Thread starter Thread starter sunkers
  • Start date Start date
S

sunkers

Hi All,

do you have the similiar problems ? when i try to copy a file and overwrite
it the error messge came up:
"the requested operation cannot be performed on a file with a user-mapped
section open"

please help me, how should i do ?
Thanks
KS
 
Hi KS,

We've seen this in the past and the problem seems to have be related to the
PATH variable, that was modified to contain spaces in the path like:

%SystemRoot%\system32;C:\Program Files\Software Path\;C:\Program
Files\Common Files\Adaptec Shared\System

If you modify the PATH and put each path in between quotes, then this may
very resolve your issue such as:

%SystemRoot%\system32;"C:\Program Files\Software Path\";"C:\Program
Files\Common Files\Adaptec Shared\System"

----
Hope this helps,
________________________________
Mike Rosado | Microsoft Beta Support Engineer | Cluster Technologies
Hours: Mon. ~ Fri. 8:00 AM ~ 5:00 PM Central (GMT-06:00)

====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
====================================================
Of course, this posting wouldn't be complete without a nice, juicy
disclaimer from our lawyers: This posting is provided "AS IS" with no
warranties, and confers no rights. You assume all risk for your use.

© 2006 Microsoft Corporation. All rights reserved.
http://www.microsoft.com/info/cpyright.htm

-----Original Message-----
 
Interesting. What would make that an issue on one machine and not on others?
I have yet to see a machine that didn't have;
C:\Program Files
as part of some path. Though that can be replaced with %programfiles%

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Hi KS,
|
| We've seen this in the past and the problem seems to have be related to
the
| PATH variable, that was modified to contain spaces in the path like:
|
| %SystemRoot%\system32;C:\Program Files\Software Path\;C:\Program
| Files\Common Files\Adaptec Shared\System
|
| If you modify the PATH and put each path in between quotes, then this may
| very resolve your issue such as:
|
| %SystemRoot%\system32;"C:\Program Files\Software Path\";"C:\Program
| Files\Common Files\Adaptec Shared\System"
|
| ----
| Hope this helps,
| ________________________________
| Mike Rosado | Microsoft Beta Support Engineer | Cluster Technologies
| Hours: Mon. ~ Fri. 8:00 AM ~ 5:00 PM Central (GMT-06:00)
|
| ====================================================
| When responding to posts, please "Reply to Group" via your newsreader so
| that others may learn and benefit from your issue.
| ====================================================
| Of course, this posting wouldn't be complete without a nice, juicy
| disclaimer from our lawyers: This posting is provided "AS IS" with no
| warranties, and confers no rights. You assume all risk for your use.
|
| © 2006 Microsoft Corporation. All rights reserved.
| http://www.microsoft.com/info/cpyright.htm
 
Back
Top