on ‎2019 Nov 28 8:48 AM
Hello Peers,
We have 2 interfaces which are async in nature from CRM(XI)-> PO -> JMS. Both are triggered at the same time.
The payload of 1st interface is approx 4-5MBs and 2nd interface is in Kbs.
Due to this, the 2nd interface reaches JMS earlier than1st interface.
We want the 1st interface to be executed first and then second interface (in a sequential manner).
How can I achieve this? Using BPM?
We are on PO 7.5.
(Note : The interfaces cannot be controlled sequentially at CRM side)
Request clarification before answering.
Hello Khusal,
You can split the scenario as - CRM -PI-File-PI-JMS. In this way you can write the files in a FTP or NFS location and then pick from there using EOIO mode and using processing sequence by File Name.
Make sure you write the files in the first scenario with name for the small file as e.g - File2.txt and large file as File1.txt.
Try this one , if that works.
Thanks
Sugata
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Sugata,
We have decided to make the second interface as CRM-PI-File and have decided to go with sync async bridge for the 1st interface.
Regards,
Khusal
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.