Results 1 to 8 of 8

Thread: Robocopy problem

  1. #1
    Hugo Guest

    Robocopy problem

    Hi !

    I use robocopy tool with the following parameters to synchronize a directory
    from one server to another one :

    c:\batch\robocopy \\servername\backup$ d:\data\servername\mssql /mir
    /copyall /mot:5 /ndl /nfl

    I receive this message (for all files) :

    2007/10/01 12:52:25 ERROR 1314 (0x00000522) Copying NTFS Security to
    Destination Directory \\servername\backup$\BalanceProd\
    A required privilege is not held by the client.

    The command is executed on the destination server. The user have admin
    rights on that server and full control rights through the share and NTFS on
    the source server !!

    Any idea ?

    Hugo



  2. #2
    Pegasus \(MVP\) Guest

    Re: Robocopy problem


    "Hugo" <newschrg@noemail.noemail> wrote in message
    news:OTry1zEBIHA.3916@TK2MSFTNGP02.phx.gbl...
    > Hi !
    >
    > I use robocopy tool with the following parameters to synchronize a
    > directory from one server to another one :
    >
    > c:\batch\robocopy \\servername\backup$ d:\data\servername\mssql /mir
    > /copyall /mot:5 /ndl /nfl
    >
    > I receive this message (for all files) :
    >
    > 2007/10/01 12:52:25 ERROR 1314 (0x00000522) Copying NTFS Security to
    > Destination Directory \\servername\backup$\BalanceProd\
    > A required privilege is not held by the client.
    >
    > The command is executed on the destination server. The user have admin
    > rights on that server and full control rights through the share and NTFS
    > on the source server !!
    >
    > Any idea ?
    >
    > Hugo
    >


    I don't think this is a robocopy problem. It sounds very much
    like a permissions problem. See if you can perform the individual
    operations manually:
    - Create the target directory
    - Copy files to the target directory
    - Overwrite files in the target directory
    - Delete files from the target directory



  3. #3
    Hugo Guest

    Re: Robocopy problem

    Hi Pegasus !

    Thank's for your reply !

    It's true to say that it's not a robocopy problem... If I start robocopy
    when logged on with an account that has Local Admin rights on source and
    destination server (Domain Admin)... I have no problem !!! Why I have to
    give admin right on source server ???

    For security reason, I don't want to give local admin on many servers !!!

    Any other idea !

    Hugo


    "Pegasus (MVP)" <I.can@fly.com> a écrit dans le message de news:
    OEz3J9FBIHA.748@TK2MSFTNGP04.phx.gbl...
    >
    > "Hugo" <newschrg@noemail.noemail> wrote in message
    > news:OTry1zEBIHA.3916@TK2MSFTNGP02.phx.gbl...
    >> Hi !
    >>
    >> I use robocopy tool with the following parameters to synchronize a
    >> directory from one server to another one :
    >>
    >> c:\batch\robocopy \\servername\backup$ d:\data\servername\mssql /mir
    >> /copyall /mot:5 /ndl /nfl
    >>
    >> I receive this message (for all files) :
    >>
    >> 2007/10/01 12:52:25 ERROR 1314 (0x00000522) Copying NTFS Security to
    >> Destination Directory \\servername\backup$\BalanceProd\
    >> A required privilege is not held by the client.
    >>
    >> The command is executed on the destination server. The user have admin
    >> rights on that server and full control rights through the share and NTFS
    >> on the source server !!
    >>
    >> Any idea ?
    >>
    >> Hugo
    >>

    >
    > I don't think this is a robocopy problem. It sounds very much
    > like a permissions problem. See if you can perform the individual
    > operations manually:
    > - Create the target directory
    > - Copy files to the target directory
    > - Overwrite files in the target directory
    > - Delete files from the target directory
    >




  4. #4
    Pegasus \(MVP\) Guest

    Re: Robocopy problem

    You need to set your share and your NTFS permissions
    so that the account that runs robocopy can do what it
    needs to do. You're in charge!


    "Hugo" <newschrg@noemail.noemail> wrote in message
    news:ej%23QXLGBIHA.464@TK2MSFTNGP02.phx.gbl...
    > Hi Pegasus !
    >
    > Thank's for your reply !
    >
    > It's true to say that it's not a robocopy problem... If I start robocopy
    > when logged on with an account that has Local Admin rights on source and
    > destination server (Domain Admin)... I have no problem !!! Why I have to
    > give admin right on source server ???
    >
    > For security reason, I don't want to give local admin on many servers !!!
    >
    > Any other idea !
    >
    > Hugo
    >
    >
    > "Pegasus (MVP)" <I.can@fly.com> a écrit dans le message de news:
    > OEz3J9FBIHA.748@TK2MSFTNGP04.phx.gbl...
    >>
    >> "Hugo" <newschrg@noemail.noemail> wrote in message
    >> news:OTry1zEBIHA.3916@TK2MSFTNGP02.phx.gbl...
    >>> Hi !
    >>>
    >>> I use robocopy tool with the following parameters to synchronize a
    >>> directory from one server to another one :
    >>>
    >>> c:\batch\robocopy \\servername\backup$ d:\data\servername\mssql /mir
    >>> /copyall /mot:5 /ndl /nfl
    >>>
    >>> I receive this message (for all files) :
    >>>
    >>> 2007/10/01 12:52:25 ERROR 1314 (0x00000522) Copying NTFS Security to
    >>> Destination Directory \\servername\backup$\BalanceProd\
    >>> A required privilege is not held by the client.
    >>>
    >>> The command is executed on the destination server. The user have admin
    >>> rights on that server and full control rights through the share and NTFS
    >>> on the source server !!
    >>>
    >>> Any idea ?
    >>>
    >>> Hugo
    >>>

    >>
    >> I don't think this is a robocopy problem. It sounds very much
    >> like a permissions problem. See if you can perform the individual
    >> operations manually:
    >> - Create the target directory
    >> - Copy files to the target directory
    >> - Overwrite files in the target directory
    >> - Delete files from the target directory
    >>

    >
    >




  5. #5
    Mathieu CHATEAU Guest

    Re: Robocopy problem

    shooting on sight tonight ;)

    --
    Cordialement,
    Mathieu CHATEAU
    English blog: http://lordoftheping.blogspot.com
    French blog: http://www.lotp.fr


    "Pegasus (MVP)" <I.can@fly.com> wrote in message
    news:%23qAPlTGBIHA.464@TK2MSFTNGP02.phx.gbl...
    > You need to set your share and your NTFS permissions
    > so that the account that runs robocopy can do what it
    > needs to do. You're in charge!
    >
    >
    > "Hugo" <newschrg@noemail.noemail> wrote in message
    > news:ej%23QXLGBIHA.464@TK2MSFTNGP02.phx.gbl...
    >> Hi Pegasus !
    >>
    >> Thank's for your reply !
    >>
    >> It's true to say that it's not a robocopy problem... If I start robocopy
    >> when logged on with an account that has Local Admin rights on source and
    >> destination server (Domain Admin)... I have no problem !!! Why I have to
    >> give admin right on source server ???
    >>
    >> For security reason, I don't want to give local admin on many servers !!!
    >>
    >> Any other idea !
    >>
    >> Hugo
    >>
    >>
    >> "Pegasus (MVP)" <I.can@fly.com> a écrit dans le message de news:
    >> OEz3J9FBIHA.748@TK2MSFTNGP04.phx.gbl...
    >>>
    >>> "Hugo" <newschrg@noemail.noemail> wrote in message
    >>> news:OTry1zEBIHA.3916@TK2MSFTNGP02.phx.gbl...
    >>>> Hi !
    >>>>
    >>>> I use robocopy tool with the following parameters to synchronize a
    >>>> directory from one server to another one :
    >>>>
    >>>> c:\batch\robocopy \\servername\backup$ d:\data\servername\mssql /mir
    >>>> /copyall /mot:5 /ndl /nfl
    >>>>
    >>>> I receive this message (for all files) :
    >>>>
    >>>> 2007/10/01 12:52:25 ERROR 1314 (0x00000522) Copying NTFS Security to
    >>>> Destination Directory \\servername\backup$\BalanceProd\
    >>>> A required privilege is not held by the client.
    >>>>
    >>>> The command is executed on the destination server. The user have admin
    >>>> rights on that server and full control rights through the share and
    >>>> NTFS on the source server !!
    >>>>
    >>>> Any idea ?
    >>>>
    >>>> Hugo
    >>>>
    >>>
    >>> I don't think this is a robocopy problem. It sounds very much
    >>> like a permissions problem. See if you can perform the individual
    >>> operations manually:
    >>> - Create the target directory
    >>> - Copy files to the target directory
    >>> - Overwrite files in the target directory
    >>> - Delete files from the target directory
    >>>

    >>
    >>

    >
    >



  6. #6
    Pegasus \(MVP\) Guest

    Re: Robocopy problem


    "Mathieu CHATEAU" <gollum123@free.fr> wrote in message
    news:uYifAbGBIHA.4496@TK2MSFTNGP06.phx.gbl...
    > shooting on sight tonight ;)
    >


    Je ne comprends pas . .



  7. #7
    Mathieu CHATEAU Guest

    Re: Robocopy problem

    may you email me privately please ? :)

    --
    Cordialement,
    Mathieu CHATEAU
    English blog: http://lordoftheping.blogspot.com
    French blog: http://www.lotp.fr


    "Pegasus (MVP)" <I.can@fly.com> wrote in message
    news:esaFhgGBIHA.4956@TK2MSFTNGP06.phx.gbl...
    >
    > "Mathieu CHATEAU" <gollum123@free.fr> wrote in message
    > news:uYifAbGBIHA.4496@TK2MSFTNGP06.phx.gbl...
    >> shooting on sight tonight ;)
    >>

    >
    > Je ne comprends pas . .
    >



  8. #8
    Ken Zhao [MSFT] Guest

    RE: Robocopy problem

    Hello Hugo,

    Thank you for using newsgroup!

    From your post, please note that the software supplied in the Resource Kit
    or the Resource Kit Tools download site is not supported under any
    Microsoft standard support program or service, including the partner
    newsgroups. You can, however, report issues and bugs by sending e-mail to
    rkinput@microsoft.com. Microsoft will, at its sole discretion, address
    issues and bugs reported in this manner, and responses are not guaranteed.

    Thanks & Regards,

    Ken Zhao

    Microsoft Online Support
    Microsoft Global Technical Support Center

    Get Secure! - www.microsoft.com/security <http://www.microsoft.com/security>
    ====================================================
    When responding to posts, please "Reply to Group" via your newsreader so
    that others may learn and benefit from your issue.
    ====================================================
    This posting is provided "AS IS" with no warranties, and confers no rights.




    --------------------
    | From: "Hugo" <newschrg@noemail.noemail>
    | Subject: Robocopy problem
    | Date: Mon, 1 Oct 2007 13:03:19 -0400
    | Lines: 23
    | X-Priority: 3
    | X-MSMail-Priority: Normal
    | X-Newsreader: Microsoft Outlook Express 6.00.2900.3138
    | X-RFC2646: Format=Flowed; Original
    | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138
    | Message-ID: <OTry1zEBIHA.3916@TK2MSFTNGP02.phx.gbl>
    | Newsgroups: microsoft.public.windows.server.general
    | NNTP-Posting-Host: rtss13.ssss.gouv.qc.ca 199.243.239.13
    | Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP02.phx.gbl
    | Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.server.general:23539
    | X-Tomcat-NG: microsoft.public.windows.server.general
    |
    | Hi !
    |
    | I use robocopy tool with the following parameters to synchronize a
    directory
    | from one server to another one :
    |
    | c:\batch\robocopy \\servername\backup$ d:\data\servername\mssql /mir
    | /copyall /mot:5 /ndl /nfl
    |
    | I receive this message (for all files) :
    |
    | 2007/10/01 12:52:25 ERROR 1314 (0x00000522) Copying NTFS Security to
    | Destination Directory \\servername\backup$\BalanceProd\
    | A required privilege is not held by the client.
    |
    | The command is executed on the destination server. The user have admin
    | rights on that server and full control rights through the share and NTFS
    on
    | the source server !!
    |
    | Any idea ?
    |
    | Hugo
    |
    |
    |


Similar Threads

  1. Robocopy Help
    By Lilli35 in forum Windows Software
    Replies: 1
    Last Post: 07-07-2011, 12:14 AM
  2. Problem of dates with Robocopy
    By cobra2008 in forum Windows Software
    Replies: 3
    Last Post: 16-10-2009, 11:47 PM
  3. Robocopy help needed
    By Adam Hann in forum Windows Server Help
    Replies: 11
    Last Post: 15-04-2009, 01:20 AM
  4. Robocopy help
    By Cyborg in forum Windows Server Help
    Replies: 5
    Last Post: 31-07-2008, 04:01 PM
  5. Problem with ROBOCOPY version XP026 an ERRORLEVEL
    By Tom Meier in forum Windows Server Help
    Replies: 2
    Last Post: 09-09-2007, 02:25 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,943,929.55507 seconds with 16 queries