cancel
Showing results for 
Search instead for 
Did you mean: 

Error Because of Maximum Concurrency

manikandan_shanmugam3
Active Participant
0 Kudos

Dear All,

I am getting Error in RWB because of maximum concurrency and i have increased the poolwaitingtime and maximum concurrency level after then interface got processed the data successfully.

The description of the error is " Increase Maximum Concurrency 5000"

Early setting :

pooWaitingTime:5000

Mamimum Concurrency:1.

Settings After changes:

poolWaitingTime:30000

Mamimum Concurrency:4.

can you plese explain me which is the standard one and in what case we need to change the setting and actual purpose of these fields.

Thanks in Advance

Regards,

Manikandan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Maximum concurrency parameters control the particular adapter instances..

for example in your case at any time only one instance of RFC adapter of your interface run will be allowed..

Remaining threads will be avaialble for the other instances of the adapter for other interfaces...

Check the notes mentioned for more info

Hope this gives info..

Regards

Rajesh

0 Kudos

Hi,

For more information, you may want to check notes #1473299 and #821267 or #831162,

about the effects of the Max Concurrency with the PoolWaitingTime.

Regards,

Caio Cagnani

Former Member
0 Kudos

Hi Manikandan,

Maximum Concurrency : specify the number of messages that the adapter can process simultaneously.

Std MAximum Concurrency =1:

Pool Waiting time : Max. wait time.

Pool waiting time= empty or 0

Thanks,