The action cannot be completed because the file is open on another program

I experience a weird issue.
I have Windows 2008 server. Created 2 shares on the server. Every day starting between 2 and 7 PM i cannot save or rename files and folders at the root of the share. I have no problem to rename files in sub folders. This issue happens if i trying to rename
file on vie server console, or accessing the share from Windows 7. no issues from Windows XP. the error i get: "the action cannot be completed because the file is open on another program"
I don't have any software running on that server except Backup Exec that runs backup at night. I uninstalled Antivirus, still same issue.
Please help.

Hi, 
The folder rename operation fails because thumbcache.dll still has an open handle to the local thumbs.db file and does not currently implement a mechanism to release the handle to the file in a more dynamic and timely fashion.
For more detailed information, please refer to the kb article below:
Renaming a network folder in Windows 7 Explorer fails with "the action can't be completed..."
http://support.microsoft.com/kb/2025703
Regards, 
Mandy
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • Tough Problem: This action cannot be completed because the other program is busy. Choose 'Switch To' to activate the busy program and correct the problem

    Please, please help us!
    We have an intermitant problem which is badly affecting a group of our users.  Can anyone help identify what SERVER this message is talking about???
    Details:  CF-19 Panasonic Tough Book, McAfee Enterprise 8.7i, Windows XP 2005 Tablet Ed. SP3. 
    Problem at login intermittantly we get a unmanagable/unresponsive window stating the following:
    Window Name:  Server Busy
    Text:  This action cannot be completed because the other program is busy.  Choose ‘Switch To’ to activate the busy program and correct the problem
    Buttons:  Switch To, Retry, Cancel (Grayed out)
    Event Viewer Message:
    Source: DCOM, Type Error,
    Description:  The server
    {D6E88812-F325-4DC1-BBC7-23076618E58D} plus others with {6B19643A-0CD7-4563-B710-BDC191FCAD3B} did not register
    with DCOM within the required timeout.
    I searched the registry for {D63.....} and found keys relating to "TCServer.exe"  Little info available.  But found 
    ((KB895953 - Memory Leak in Windows XP Tablet PC Edition )) but this seems related to a pre SP3 update....  we have SP3 installed can I still install this patch?
    I searched {6B1....} and found keys relating to "TSFManager".  Again little information available.
    How can I identify the servers with the long {XXXXXXXXX} keys, and what is tcserver.exe?
    Please help,
    Tony Heslington.

    Hi,
    If the problematic XP PC is in a domain, please provide us more information on it, such as how many DCs, member servers and the OS versions. Does the error only
    occur on one XP PC? Does the issue occur when logging on as some certain users? When did the issue begin to occur? Have you installed software, hardware or updates recently?
    Please check whether the error occurs in Clean Boot mode.
    1. Click "Start", go to "Run", and type "msconfig" in the open box to start the System Configuration Utility.
    2. Click the "Services" tab, check the "Hide All Microsoft Services" box and click Disable All (if it is not gray).
    3. Click the "Startup" tab, click "Disable All" and click "OK".
    4. Restart your computer. If the "System Configuration Utility" window appears, please check the box and click "OK".
    What is the result? For further assistance, please help gather the following information for research:
    Event log
    =========
    1. Click "Start", click “Run”, input "eventvwr" and press Enter.
    2. Expand the "Windows Logs" node on the left pane, right-click on "Application" and click "Save All Events As"; in the pop-up window, click to choose the Desktop
    icon on the left frame, input "app" in the "File name" blank, and then click save.
    3. Right click on "System", with the same method, save it as "sys".
    4. Locate the two saved log files on the Desktop and send them to us.
    Collect HiJackThis log
    ==============
    1. Please download HijackThis from the following link:
    http://www.techspot.com/download317.html
    HijackThis is a tool to collect some system settings information which is useful for further troubleshooting.
    Please Note: The third-party products discussed here are manufactured by vendors independent of Microsoft. We make no warranty, implied or otherwise, regarding
    these products' performance or reliability.
    2. Right click the downloaded “HJTInstall.exe” file and choose "Run as administrator".
    Provide administrator password or click “Allow” if you are prompted to do so.
    3. Click the "Do a system scan and save a logfile" Button.
    4. A Notepad window will appear, please click “File”, “Save As...” to save it as HJT.log (or other file name you like) on the Desktop
    and sent it to us.
    Upload these file to the following workspace.
    You can upload the information files to the following link. 
    (Please choose "Send Files to Microsoft")
    Workspace URL: (https://sftus.one.microsoft.com/choosetransfer.aspx?key=900ac54d-301d-42da-876d-4546dc81a342)
    Password: Y^dh$J1KR2u%UKL
    Note: Due to differences in text formatting with various email clients, the workspace link above may appear to be broken. Please be sure to include all text
    between '(' and ')' when typing or copying the workspace link into your browser. Meanwhile, please note that files uploaded for more than 72 hours will be deleted automatically. Please ensure to notify me timely after you have uploaded the files. Thank you
    for your understanding.
    Thanks.
    Nina
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Upon opening LR I receive a "Server Busy" dialoge box: "This action cannot be completed because the other program is busy. Choose 'Switch To' to activate the busy program and correct the problem." I have no other programs open and when I wait a bit it cle

    Upon opening LR I receive a "Server Busy" dialoge box: "This action cannot be completed because the other program is busy. Choose 'Switch To' to activate the busy program and correct the problem." I have no other programs open and when I wait a bit it clears with the 'retry' button. Happened following a recent update. I'd really like this to go away - any ideas?

    For me this happens when I have Zenfolio or Facebook open in Google Chrome, even if Google Chrome is not active.  If you use Chrome, when the error shows up open Chrome and close each one of the tabs and click on the retry in Lightroom.  Also happens if Internet explorer is running with either of these two programs.

  • How to test if a file is opened by another program?

    Hello,
    i wrote a program copying files and folders like in the 'powerfolder' app.
    i tried to copy an odt file, while an older version was open in the destination folder., ang i got this:
    Exception in thread "main" java.io.FileNotFoundException: ... (Access is denied)
    I printed this:
    System.out.println(" " + cfile.canExecute() + " " + cfile.canRead() + " " + cfile.canWrite()+ " " );
    resulting: true, true, true
    So, i could write the file, while it is opened, said the Java 6...
    How can i test wether it is opened by another program?
    Thanks...

    Try to open it. If it's open by another program you will get a java.io.FileNotFoundException 'Access is denied'.Oh, i user a FileInputStream, and an exception was throwned.
    I thought, i can test it using some kind a boolean method...
    using a try block to test wether a file is opened by another program is a little bit strange to me...

  • When I drag the update to my applications folder it says this error message: action cannot be completed because you not have suficient security privilages for some items.

    I've downloaded the latest version of Firefox, but when I try to move the icon to my applications folder (MAC) I get an error message: cannot be completed because you don't have sufficient security privileges.

    https://support.mozilla.com/en-US/kb/Installing+Firefox+on+Mac

  • Can you notify a user that the file is opened by another user?

    Apologies if this is a repeat or redundant question....
    Is there a built-in (non-3rd party) way to have a user notified/alerted that the pdf is open by another user when they open the file.  I know the lock message pops up when you go to save a file thats opened elsewhere....but the problem is that the users un-aware of this until after they've done a bunch of work. 
    I perfer not to get into having to password protect the files, etc....just an initial alert is desirable.  Any inputs are greatly appreciated.

    There isn't such a mechanism in Acrobat/Reader.
    On Thu, Jan 29, 2015 at 10:03 PM, stevep40215774 <[email protected]>

  • Saving completed file for opening in another program

    I have been using Pinnacle Studio 10.7 because it allows me to produce HD-DVD on regular DVDs. (The drawback is the approximate 20-minute time max on each DVD.) I'd like to start doing work in Premiere, then save my work to a file that I can simply open and immediately write to a DVD without losing HD quality.
    What file type is best for saving my work in HD quality that can be reopened by another program without liosing that quality. I've thought that a workaround might be to simply write the new file to tape and then recapture in Studio. Can anyone help me, please? Thank you!

    There is a way to fool Premiere Pro into writing the file. Just start the process, and while it is transcoding, disconnect the camera. You will eventually get an error message. Before you click OK you rename the file so Premiere Pro can't delete it.
    That makes a perfect M2T file that can be used without having to recapture.
    By the way, you can use many different utilities to write a data file to the DVD-ROM. I use WMV or M2T files on a DVD-ROM since my player supports them.

  • I cannot open Lightroom. I keep getting the message: "This action cannot be completed because the other program is busy. Choose "switch to" to activate the program and correct the problem.

    I have used my task manager to check to see if another version was open and that did not help. I've signed in and out of CC, that didn't help. The only thing that works is shutting down my computer and restarting. That only lasts for awhile and if I leave it open too long LR doesn't respond and I have to start all over. This just began doing this in the last few days, a few days before that I updated. I am pretty new to LR so any help would be appreciated.
    Thank you.

    Thank you.
    I did the search feature and did locate the .LOCK file (it actually came up with the .LRCAT file) I deleted it but it didn't work. LR will not open and I keep getting the original message I posted, and the only way I can shut down that screen (none of the options will work) is to go into task manager and shut it down.

  • Cannot delete pdfs - says Action cannot be completed because file open in another program

    Please help. I cannot delete any adobe files because get message above. I have tried repairing Adobe Acrobat but does not help.

    I have no idea of your Acrobat version. For example, AA9 is currently at 9.5.4. The updates may resolve your problem (Help>Updates). However, you may find you have to not only close Acrobat, but also check the running tasks to be sure it is totally closed. Do not disable AcroTray or you will lose the ability to print to the Adobe PDF printer.

  • Trying to export my forms results to excel  error message is adobe can not save as the file is open

    trying to export my forms results to excel, error message is adobe cn not save as the file is open in another location,   however, no other file is open.

    Thanks for continuing the help, but it is a medical realted form and I will just keep it confidential at this time.
    Larry Lakes,  Executive Director
    The HANDLE Institute
    [email protected]
    541-639-1588
    P. O. Box 6264
    Bend, OR  97708

  • Cannot delete exe files - The action can't be completed because the file is open in Windows Explorer

    We have received 3 new computers with Windows 8.1. All of us 3 have the same problem: we cannot delete exe files with message "The action can't be completed because the file is open in Windows Explorer"
    For example, I download skypeinstall.exe on desktop, install the program correctly and then try to delete the file: file is in use by Windows Explorer, cannot be delete.
    We reboot computer, we are able to delete the file. But, if I restore the file from the recycle bin on the desktop, I cannot delete it again until I reboot the PC. I used ProcessExplorer to see what is locking it and I can see 5 instances of explorer.exe
    locking the file.
    I can always reproduce the same way:
    1-Reboot
    2-Delete exe file
    3-Restore file
    4-Delete stop working and 5 explorer.exe handle are locking it.
    I have tried the following so far after reading multiple threads:
    - De-activating Windows Search service
    - Activating User Experience service
    - Deleting from command prompt (no success)
    - In folder options: inactivate display icon on thumbnail and activate always display icons, never thumbnail
    - Changing folder view (contents, detail, small icons...)
    - Using Lock Hunter - not working until reboot
    None of these worked.
    We all have Windows 8.1 with Crucial SSD drive, could the problem be linked with the SSD drive incompatibility?
    Any help would be appreciated.

    Hi,
    Please try to make a clean boot for your system, then check if this problem resolved.
    Clean Boot: http://support.microsoft.com/kb/929135
    If problem persists, try to open Resource Monitor to check handle of Explorer.exe, if there any exception, end them for test.
    Roger Lu
    TechNet Community Support

  • HT203200 Whenever i open iTunes it tells me that 2 of my downloads cannot be completed because the file may be corrupted. I cannot get rid of this message or complete the downloads. Other downloads worked. What can i do to get rid of this warning message

    Whenever i open iTunes it tells me that 2 of my downloads cannot be completed because the file may be corrupted. I cannot get rid of this message or complete the downloads. Other downloads worked. What can i do to get rid of this warning message or complete the downloads?

    Welcome to the Apple Community.
    Try deleting the problematic file (electing to remove original file if/when prompted) and then re-downloading the file from the iTunes store.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option from the Quick Links section in the top right corner of the iTunes homepage in your iTunes application on your computer.

  • Error message during copy of new version, it says the operation cannot be completed because the item foxfire is in use.

    During downloading of 7.0 Foxfire, during the copy I get an error message that says the operation cannot be completed because the item Foxfire is in use.

    If there are problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the disk image (dmg) file to the desktop
    * Firefox 7.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Trash the current Firefox application to do a clean (re-)install
    * Install the new version that you have downloaded
    Your profile data is stored elsewhere in the Firefox Profile Folder, so you won't lose your bookmarks and other personal data.
    * http://kb.mozillazine.org/Profile_folder_-_Firefox

  • The operation cannot be completed because it is in use

    i have a macbook with yosemite running.I also have a wdtv live with a 1tb hdd on it.I could transfer files from my mac to the hdd over wifi with no problem till i upgraded to yosemite.It tells me when i transfer a large file the operation cannot be completed because it is in use.Small files can be transferred with no problem at all.When i transfer them through direct usb to the hdd no problem at all.What can be the solution to this problem???

    If there are problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the disk image (dmg) file to the desktop
    * Firefox 7.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Trash the current Firefox application to do a clean (re-)install
    * Install the new version that you have downloaded
    Your profile data is stored elsewhere in the Firefox Profile Folder, so you won't lose your bookmarks and other personal data.
    * http://kb.mozillazine.org/Profile_folder_-_Firefox

  • In trying to update to Firefox 3.6.11 on an intel mac g5, I get this message: the operation cannot be completed because you do not have sufficient privileges for some of the items -- any suggestions? thanks!

    In trying to update to Firefox 3.6.11 on an intel mac g5, I get this message: the operation cannot be completed because you do not have sufficient privileges for some of the items -- any suggestions? thanks!

    You can try to repair the permissions for the Firefox application files and folders.
    You can also do this:
    * Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    * Trash the current Firefox application to do a clean (re)install.
    * Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

Maybe you are looking for

  • The document could not be saved. an unexpected network error occurred

    I have several users on a terminal server that access a PDF from a file server. This PDF has many fillable fields like Name: with an empty text box next to it. Sometimes when the users open this PDF everything is missing except the fillable text fiel

  • How to set font Color in Mail

    Sometime ago I set in Mail the default font to Arial, and the default font Size to 18, so when I write a new email these are my default font and size. But I could not set the font Color. How do I do this?

  • Can anybody pls tell me  limitations of BDC Session & Call transaction?

    hi, Guys, this is srinivas. How can we deside which method is to(BDC session/ Call transaction) use to upload data to SAP database? Can we run Call Transaction in Background? Which is preferable for bulk data? and Why? how can we restart Session if a

  • ColdFusion MX7 Standard and Oracle

    I was reading the description for MX7 standard and comparing it with enterprise. Standard said the following: Database connectivity using ODBC with a desktop database, such as Microsoft Access, and using a Type 4 driver for SQL Server or MySQL. Enter

  • Column Properties

    in my sql database i  had created a new table in which the company name is varchar(50) and the strength is (int) if i add only company name and go to another row the strength field should automatically have 0 (zero) how can it be done. in access data