Hi Experts,
We have developed an interface which FTP'es file from a PI server location to a Webmethods server location. So its basically a file to file(FTP)
interface.
We have used the option "Use Temporary File" in the 'Processing Parameters -> Put File" field of the file receiver channel.
The interface works fine when only a few files are transferred (say 30-40). But when a large number of files are transferred at the same time (say more than
100) then some of the files are not written properly.
Out of the 100 , 2-3 files get created as temporary files of size 0 bytes in the target directory.
This is leads to data loss. Could you please suggest the solution to avoid this?
Thanks