Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Server 2003 SP1 update-file c:\windows\system32\ftp.exe is open

Reply
Thread Tools Display Modes

Server 2003 SP1 update-file c:\windows\system32\ftp.exe is open

 
 
Donnie
Guest
Posts: n/a

 
      07-01-2005
While attempting to update Windows Server 2003 to SP1, I received the error
"The file c:\windows\system32\ftp.exe is open or in use by another
application. I do not see ftp running anywhere on the system and this
concerns me that ftp can be open without my knowledge. Has anyone seen this
before? What can I do to fix this?
Thanks to all . . . .
 
Reply With Quote
 
 
 
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a

 
      07-01-2005
Donnie wrote:

> While attempting to update Windows Server 2003 to SP1, I received
> the error "The file c:\windows\system32\ftp.exe is open or in use
> by another application. I do not see ftp running anywhere on the
> system and this concerns me that ftp can be open without my
> knowledge. Has anyone seen this before? What can I do to fix this?
> Thanks to all . . . .

Hi,

The permission/rights on the file/folder can be corrupt, missing or
revoked. Verify that e.g. Administrator and SYSTEM have full control
over the file.

Several other people have had this problem for Win2k SP3 upgrades as
well as WinXP SP1 , on other files, with the same error message. After
they fixed the access rights, the service pack install succeeded:

http://groups.google.com/groups?selm...%40tkmsftngp08
http://groups-beta.google.com/group/...f?dmode=source


In a command prompt (run e.g. cmd.exe from Start/Run to open one):

Run the following command:

cacls.exe %windir%\system32\ftp.exe


Here is the output from my Win2k3 Server:

C:\>cacls.exe %windir%\system32\ftp.exe
C:\WINDOWS\system32\ftp.exe NT AUTHORITY\INTERACTIVE:R
NT AUTHORITY\SERVICE:R
NT AUTHORITY\BATCH:R
BUILTIN\Administrators:F
NT AUTHORITY\SYSTEM:F
BUILTIN\Administrators:F


If you get an error saying "Data error (cyclic redundancy check)",
the hard disk most likely has a fault (e.g. some bad sectors).



--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
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
wdfdriver.h file in DDK(Windows Server 2003 SP1 DDK) for XP Prof Srinimg@yahoo.com Windows Vista Drivers 7 02-13-2007 08:31 PM
Prompted to save .jnlp -file with Windows Server 2003 SP1 over https Tea Talvinen Windows Update 2 04-19-2005 11:51 AM
the file c:\windows\system32\drivers\atapi.sys is open or in use ? macca Windows Update 1 09-19-2004 05:53 PM
Can't update my windows 2003 server Luis Alford Windows Update 1 05-11-2004 09:28 PM
Can not open media library in windows server 2003 w/o administrator permissions Steven Miller Windows Media Player 0 05-10-2004 04:21 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