Hi,
We are building an IDoc to File scenario in SAP PI 7.1, where a single incoming idoc will create three different output files. Also files must be created in target server in a specific order.
Our first idea to ensure that files would be created following a specific order was that Message mapping (in Java) build target payload with all three files following expected sequence.
In addition, receiver file/ftp adapter is setup with a dynamic variable to create each file with a different filename adding also timestamp.
Testing the scenario, we see that three files are created in target server but when we sort them by creation date, it seems they don't follow always same sequence.
Sometimes adapter creates File1, File2, File3; next time it created File2, File1, File3 and so on.
Our problem is that files must be created always with a specific order and we cannot use BPM. Does anyone know if a receiver file/ftp adapter can be setup to create files following specific sequence (EOIO)?
I know that sender file/ftp adapter can be setup with a quality of service, but I didn't find anything similar for Receiver file/ftp adapter.
Suggestions will be welcome.
Kind Regards,
Aitor