on 2023 May 15 1:14 PM
Hi All,
I have done configuration in sender SFTP adapter in CPI as shown in screenshot attached.
Max Messages per poll i have kept as 1 but still i see adapter picks 5 files per poll from source directory. When i discussed internally i got to know that our CPI tenant has 5 nodes so per poll it will by default will pick 5 files irrespective of channel configuration. Please confirm if this is what reason is and what will be alternative solution to this problem where i have to pick only 1 file per polling of SFTP.
Pls help.
Request clarification before answering.
Hello Mahesh,
If you want to process one by one then after polling the file put into JMS queue and in second iflow puck one by one (you might need to take size of the file into consideration).
Regards,
Sriprasad Shivaram Bhat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
I have requirement to pick 3 different files from same directory. In CPI SFTP Adapter there is no Advanced selection of source file option similar like PO, so in this case can you suggest me how to pick 3 different files from same path( we can't give * as it will pick all files) only 3 files required to be picked.
Example :
apple*
google*
microsoft*
Can I give filename as below in SFTP adapter or in poll enrich looping process call how to mention each filename and pick the file from SFTP server.
1st method - "apple* || google* || microsoft*"
2nd Method - "apple* && google* && microsoft*"
User | Count |
---|---|
77 | |
22 | |
9 | |
7 | |
6 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.