Re: Robocopy error since migration 2000 -> 2003



Pretty much standard problem with copying shares from the server that
is still involved in working process. I suggest you use something that
would automate copy process of locked files. We're sticked to Secure
Copy by Sciptlogic (http://www.scriptlogic.com/scy). It automatically
retries handling locked files with the periodicity our backup operator
defines himself. From what I've seen, the process is well organized.
Tool doesn't waste the time on brute retrying to copy what's locked by
now. Instead in continues copying what it is unlocked and can be copied
and returns back checking if the file that was skipped is currently
released and can be copied now. Talking more on the specified task, it
also recreates shares on destination. What's a nice addition, it
creates process log at the end of job, so we can see what was done and
when. You can check open file handles with Process Explorer
(http://www.microsoft.com/technet/sysinternals/utilities/ProcessExplorer.mspx)
or with Unlocker (http://ccollomb.free.fr/unlocker/).
siciliano@xxxxxx wrote:
Hi folks

We want to MOVE the content of a shared folder to another folder. It
has worked fine till we migrated from Windows 2000 Server (SP4) to 2003
R2.

We are receiving now this error message:

ERROR 32 (0x00000020) Deleting Source Directory
The process cannot access the file because it is being used by another
process.

Any idea?

Leonardo


-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows :: Version
XP010
-------------------------------------------------------------------------------

Started : Fri Dec 22 15:44:56 2006

Source : d:\daten\transfer\
Dest : d:\daten\transfer-old\transfer-1\

Files : *.*

Options : *.* /V /COPY:DAT /MOVE /R:1 /W:1

------------------------------------------------------------------------------
0 d:\daten\transfer\
*EXTRA Dir -1 d:\daten\transfer-old\transfer-1\IT\
2006/12/22 15:44:56 ERROR 32 (0x00000020) Deleting Source Directory
d:\daten\transfer\
The process cannot access the file because it is being used by another
process.
------------------------------------------------------------------------------

.



Relevant Pages

  • Re: Robocopy error since migration 2000 -> 2003
    ... Pretty much standard problem with copying shares from the server that ... would automate copy process of locked files. ... has worked fine till we migrated from Windows 2000 Server to 2003 ...
    (microsoft.public.windows.server.scripting)
  • Re: Robocopy error since migration 2000 -> 2003
    ... Pretty much standard problem with migration of server that is still ... automate move process of locked files. ... ERROR 32 Deleting Source Directory ...
    (microsoft.public.windows.server.scripting)
  • Re: identity file permissions
    ... to the LDAP server and make their homedir. ... even if a user COULD get to the private key on the ... decent example of where sharing a single private key among the users ...
    (SSH)
  • Re: Screenscraping question ... URGENT
    ... access the data manually, without any problem when I use my browser, however, I am trying to automate the donloading of the data, using a C# application. ... However when I try to use an "HTTP get" from C#, I get a message from the server saying that "No Automatic downloads allowed". ... I normally manually download it myself, but I am going away on holiday for 2 weeks, and I will not have access to a computer,, so all I want to do, is to leave my computer switched on, and let my program download the data on my behalf - its not like I will be using a mega computer to overwhelm the server or anything, but I want to be able to do what I normally do everyday, using my browser - thats all. ...
    (microsoft.public.dotnet.languages.csharp)