Request clarification before answering.
Maximum concurrency implies the maximum nuber of parallel connections that PI can have with FTP server.
The issue can be with the server too , just try increasing the value
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Narasaiah,
Its like having multiple parallel connections to FTP server,
You can take an example if have multiple roads to reach destination,traffic will be less and destination can be reached easily.
Check the below note as well
Note 821267 – FAQ: XI 3.0 / PI 7.0/ PI 7.1 File Adapter 3 | SAP PI Tutorials
Hi Narsaiah,
Check this blog for maximum concurrency.
Many receiver adapters like File, JDBC or Mail work per default sequential per server node. They use a synchronization barrier as shown below to avoid overloading of a backend system:
Since they only process one message per server node at a given point in time you should not dedicate too many consumer threads to it. As an example it makes no sense to simply configure 20 worker threads without setting maxReceivers.
To increase the throughput in such a case you also have to adjust the parallelism of the communication channel. For File and JDBC adapter this can be increased using the “Maximum Concurrency” value shown in the screenshot below. By doing this you will ensure that all worker threads that are allocated per interface are really processing messages. Of course the degree of parallelism highly depends on the resources available at the backend system. Setting “Maximum Concurrency” higher then MaxReceivers makes of course no sense.
Regards,
Praveen.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.