We're using MIM to transfer a file to a Linux file system- the receiving/consuming application is grabbing and consuming the file before MIM has finished writing the file, so they are receiving partial files. It was recommended to us that we set the dpath to a different directory or filename and use a post receive process exit to move/rename the file.
Has anyone used this solution, and if so, how did you get it to work? Has anyone encountered this problem and used an alternate solution? If so, what did you use?