0

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.

Mansoor
  • 73
  • 1
  • 14

1 Answers1

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