I came across the scenario where FTE is transferring file before files is ready. Basically the issue is MQ is writing the file and FTE picked the file in between and transfer the files before it got complete.
Asked
Active
Viewed 229 times
1 Answers
0
I think the MQ/application that is writing the file must have released the lock on the file which indicates file writing is done. So FTE might have picked up the file for transfer.

Shashi
- 14,980
- 2
- 33
- 52
-
Thanks Shashi. What I understand is FTE wont pick files until unless MQ release lock. – Mansoor Aug 24 '12 at 13:59