cancel
Showing results for 
Search instead for 
Did you mean: 

max no of 100 conversations exceeded

Former Member
0 Kudos

Hello VC Experts,

I have developped a big VC application. within this there are included a lot of rfc call and functions.

sometimes it happens that the model break down because of the message above.

Does anybody know a solution except a redesign to end unnecessary rfc connections ?

I have already read sap note 314530 for searching a solution.

Thank you for help in advance.

Uwe

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I would also suspect that you have a modeling problem. Can you describe your model and explain, why you have several 100 threads open in one single model?

Former Member
0 Kudos

There is a MaxThreadCount paramater that has a default value of 50 within the Configtool. Set this to 250, and you should be ok as per OSS Note: 923359

Former Member
0 Kudos

Hello

sorry for late response.

Thanks for your help. I will test it and give feedback.

regards

Former Member
0 Kudos

Hi Uwe,

I read note 314530. That means that you have a lot of RFCs which have over 200 Threads. Have you tried out to split your application in several nested iViews and put it together in one iView, so that not every RFC is active?

I never had this problem, so I have no solution for you, it's only a speculation with the nested iviews.

Best Regards,

marcel

Former Member
0 Kudos

Hello,

yes exactly so because of 32k size limt.

What is your speculation then ?

regards

Uwe

Former Member
0 Kudos

Hi Uwe,

become every rfc activated if you "star/call" your iview?

If yes, maybe it's possible that you change your model, so that rfc starts and when it ends the next rfc starts, therefore you can use the guard conditions.

Maybe it works, good luck!

Best Regards,

Marcel

Former Member
0 Kudos

Sorry for that late response.

How does it work . I haven't fint yet a possibility to end rfc calls.

that would be fine.

Thank you for help.

Regards