CA Service Management

  • 1.  Knowledge Repository

    Posted May 11, 2016 12:41 PM

    Hello Community,

     

    I'm having an issue. I want to transfer all the files in a repository to the same path in other server.

     

    When i'm transfering the files and i have this error:

     

    archivos.png

     

    There's a procedure for this transfer? Or what can i do about it...?

     

     

    Regards!



  • 2.  Re: Knowledge Repository

    Posted May 12, 2016 01:11 PM

    What command/utility are you using to transfer the files?



  • 3.  Re: Knowledge Repository

    Posted May 13, 2016 10:18 AM

    Normal windows transfer of files.



  • 4.  Re: Knowledge Repository

    Posted May 17, 2016 07:32 PM

    You might want to define a Windows share of the destination directory and then try copying to the share.



  • 5.  Re: Knowledge Repository

    Posted May 18, 2016 04:42 AM

    well this is a MS Windows limitation.

    As suggested by Lindsay you can workaround this by a network share reducing the path.

    using a command line example:

     

         net use z: \\my destination\folder\path

     

    then use z: as your destination to copy over

         xcopy <your sourcerepositoryfolderpath>  /E/K/Y

     

    Be careful with /Y as this will overwrite any existing files with same names in destination (may you don't want just take this parameters out).

    /J



  • 6.  Re: Knowledge Repository

    Broadcom Employee
    Posted May 20, 2016 12:05 PM

    I would say to in general be careful about how long the path name is in general. Aside from problems copying files, we've seen problems with creation of attachments in the path as well.