Customer Portal

Comments 3

  • Avatar
    imriskal
    0
    Comment actions Permalink
    Hi Sreehareesh,

    CloverETL is actually not in charge of such file operations. Script set in SystemExecute is just passed to your OS interpreter. The interpreter does all the work and then passes the possible output back to CloverETL. It seems unlikely that CloverETL somehow corrupts files it does not even read, especially if the small files work ok. It is probably matter of the interpreter itself.

    The other possible explanation is that the SystemExecute component is in the wrong phase. It may start processing before the files are complete and ready to transfer.

    By the way, you mentioned you are using jobflows. Can I just ask why do you prefer SystemExecute over FileOperations components developed for this exact purpose? Are they not suitable for your task? I have found that my colleague Jaroslav recommended using FileOperations component to you in this forum post viewtopic.php?f=4&t=6817#p10977

    Regards,
  • Avatar
    kmsrihari
    0
    Comment actions Permalink
    Hi Lubos,

    Thanks a lot for the response, may be it has to do something with the interpreter.

    We had a recommendation to use SystemExecute. But CopyFiles works for copying from Windows machine to Linux server?
  • Avatar
    imriskal
    0
    Comment actions Permalink
    CloverETL is able to work with both Windows and Linux file systems. Source file URL and Target file URL are completely independent so there is no restriction preventing you from using different operating systems in one component. I have used this option many times as well.

    Regards,

Please sign in to leave a comment.