How to force MFT to transfer stale files?
Oracle Managed File Transfer 12.2.1.4.0 (190828.0353.3300) seems to be incapable of creating a transfer instance when the source files haven't been modified since the last transfer.
Situation:
1 sFTP source with XML files which are updated once every month
1 OSB target which needs these XML files _every night_. It is triggered via REST event every night.
1 Transfer to tie the source and target together.
The issue I'm running into is that while the trigger event is received correctly, the transfer is only instantiated once.
The only way to start the transfer after this initial one is to manually "touch" the source files so the modified-time of the files gets updated. Only then will MFT transfer them again upon receiving the event trigger.