How are Concurrent Request Output files created?
Hello,
We are building a custom interface using BPEL and the requirement is to have the BPEL FTP adapter service poll the concurrent request output directory at regular and grab the latest output file written to the directory.
We see that there could be a scenario where in the FTP adapter could pick a PARTIAL file while concurrent manager is writing a HUGE OUTPUT file. How do we avoid this situation? Does Concurrent manager LOCKS the output file while it is still writing the file? or does it put .part in the file extension for the PARTIAL files? We need a way to avoid picking the PARTIAL files. Please advise ASAP.
We are building a custom interface using BPEL and the requirement is to have the BPEL FTP adapter service poll the concurrent request output directory at regular and grab the latest output file written to the directory.
We see that there could be a scenario where in the FTP adapter could pick a PARTIAL file while concurrent manager is writing a HUGE OUTPUT file. How do we avoid this situation? Does Concurrent manager LOCKS the output file while it is still writing the file? or does it put .part in the file extension for the PARTIAL files? We need a way to avoid picking the PARTIAL files. Please advise ASAP.
0