|
| |||||||||
| Tags: robocopy |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Robocopy Error
I keep receiving the following error: 2008/05/12 15:19:27 ERROR 6 (0x00000006) Copying File \\servername\sharename\DOCUMENTS\test123\drawing.vsd The handle is invalid. Anybody have any ideas? Robocopy also skips open files. Is there anyway to avoid this? |
|
#2
| |||
| |||
| Re: Robocopy Error
robocopy /? You want 'backup mode' (/b or /zb) Utility Spotlight Robocopy GUI: http://technet.microsoft.com/en-gb/m.../cc160891.aspx -- Was this helpful? Then click the Ratings button. Voting helps the web interface. http://www.microsoft.com/wn3/locales...eAPostAsAnswer Mark L. Ferguson .. "butter" <butter@discussions.microsoft.com> wrote in message news:6CF62714-B794-4F2B-9C45-BF85BBD000EC@microsoft.com... > I keep receiving the following error: > > 2008/05/12 15:19:27 ERROR 6 (0x00000006) Copying File > \\servername\sharename\DOCUMENTS\test123\drawing.vsd > The handle is invalid. > > Anybody have any ideas? Robocopy also skips open files. Is there anyway > to > avoid this? |
|
#3
| |||
| |||
| Re: Robocopy Error
I am using the following options: /COPYALL /B /SEC /MIR /R:0 /W:0 /LOG:MyLogfile.txt /NFL /NDL Should I just add /b or /zb to these options? "Mark L. Ferguson" wrote: > robocopy /? > > You want 'backup mode' (/b or /zb) > > Utility Spotlight Robocopy GUI: > http://technet.microsoft.com/en-gb/m.../cc160891.aspx > > -- > Was this helpful? Then click the Ratings button. Voting helps the web > interface. > http://www.microsoft.com/wn3/locales...eAPostAsAnswer > Mark L. Ferguson > . > > "butter" <butter@discussions.microsoft.com> wrote in message > news:6CF62714-B794-4F2B-9C45-BF85BBD000EC@microsoft.com... > > I keep receiving the following error: > > > > 2008/05/12 15:19:27 ERROR 6 (0x00000006) Copying File > > \\servername\sharename\DOCUMENTS\test123\drawing.vsd > > The handle is invalid. > > > > Anybody have any ideas? Robocopy also skips open files. Is there anyway > > to > > avoid this? > |
|
#4
| |||
| |||
| Re: Robocopy Error
Here is the batch file I am running: rem @ECHO OFF SETLOCAL SET _source=\\servname\sharename SET _dest=\\servername\bacckup\sharename SET _what=/COPYALL /B /SEC /MIR :: /COPYALL :: COPY ALL file info :: /B :: copy files in Backup mode. :: /SEC :: copy files with SECurity :: /MIR :: MIRror a directory tree SET _options=/R:0 /W:0 /LOG:MyLogfile.txt /NFL /NDL :: /R:n :: number of Retries :: /W:n :: Wait time between retries :: /LOG :: Output log file :: /NFL :: No file logging :: /NDL :: No dir logging Robocopy %_Source% %_dest% %_what% %_options% "Mark L. Ferguson" wrote: > robocopy /? > > You want 'backup mode' (/b or /zb) > > Utility Spotlight Robocopy GUI: > http://technet.microsoft.com/en-gb/m.../cc160891.aspx > > -- > Was this helpful? Then click the Ratings button. Voting helps the web > interface. > http://www.microsoft.com/wn3/locales...eAPostAsAnswer > Mark L. Ferguson > . > > "butter" <butter@discussions.microsoft.com> wrote in message > news:6CF62714-B794-4F2B-9C45-BF85BBD000EC@microsoft.com... > > I keep receiving the following error: > > > > 2008/05/12 15:19:27 ERROR 6 (0x00000006) Copying File > > \\servername\sharename\DOCUMENTS\test123\drawing.vsd > > The handle is invalid. > > > > Anybody have any ideas? Robocopy also skips open files. Is there anyway > > to > > avoid this? > |
|
#5
| |||
| |||
| Re: Robocopy Error
Anybody have any ideas? "butter" wrote: > Here is the batch file I am running: > > rem @ECHO OFF > SETLOCAL > > SET _source=\\servname\sharename > > SET _dest=\\servername\bacckup\sharename > > SET _what=/COPYALL /B /SEC /MIR > :: /COPYALL :: COPY ALL file info > :: /B :: copy files in Backup mode. > :: /SEC :: copy files with SECurity > :: /MIR :: MIRror a directory tree > > SET _options=/R:0 /W:0 /LOG:MyLogfile.txt /NFL /NDL > :: /R:n :: number of Retries > :: /W:n :: Wait time between retries > :: /LOG :: Output log file > :: /NFL :: No file logging > :: /NDL :: No dir logging > > Robocopy %_Source% %_dest% %_what% %_options% > > "Mark L. Ferguson" wrote: > > > robocopy /? > > > > You want 'backup mode' (/b or /zb) > > > > Utility Spotlight Robocopy GUI: > > http://technet.microsoft.com/en-gb/m.../cc160891.aspx > > > > -- > > Was this helpful? Then click the Ratings button. Voting helps the web > > interface. > > http://www.microsoft.com/wn3/locales...eAPostAsAnswer > > Mark L. Ferguson > > . > > > > "butter" <butter@discussions.microsoft.com> wrote in message > > news:6CF62714-B794-4F2B-9C45-BF85BBD000EC@microsoft.com... > > > I keep receiving the following error: > > > > > > 2008/05/12 15:19:27 ERROR 6 (0x00000006) Copying File > > > \\servername\sharename\DOCUMENTS\test123\drawing.vsd > > > The handle is invalid. > > > > > > Anybody have any ideas? Robocopy also skips open files. Is there anyway > > > to > > > avoid this? > > |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Robocopy Error" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Robocopy Syntax Error - Win2k3 | btech | Windows Server Help | 1 | 14-05-2009 08:44 AM |
| Robocopy ERROR 2 (0x00000002) | getannupalways | Windows Server Help | 4 | 11-02-2009 04:01 PM |
| ROBOCOPY Error The security ID structure is invalid | Avil | Windows Server Help | 2 | 28-05-2008 08:09 AM |
| Robocopy Error 8 or 9 | bobneedshelp | Vista Help | 6 | 19-10-2007 02:12 PM |
| "security descriptor" error when copying permissions with robocopy | JamesW | Windows Server Help | 5 | 15-05-2007 09:31 AM |