cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR max no of 100 conversations exceeded

Former Member
0 Kudos

Hi All ,

I implemented the SAP Note 316877 on SAP R/3 SAP ECC 6.0 ( 700) Solaris.

CPIC_MAX_CONV = 500

In spite of all this I receive the Error max no of 100 conversations exceeded

thanks for any help.

Georg

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Georg,

Problem should have been solved after application of note 316877 but still try follwoing notes:

384971

375065

314530

Hope this is useful

Regards

Umesh

Former Member
0 Kudos

Hi Umesh ,

interesting Notes but does'nt help

Thanks Georg

Answers (4)

Answers (4)

Former Member
0 Kudos

SAP gived me the solution

I set CPIC_MAX_CONV = 500 on the JOCO System

Thanks

Georg

Former Member
0 Kudos

Hi Georg,

Pls try by increasing MaxThreadCount proceed like this:

1) Open the Configtool

2) Expand the tree Cluster-Data --> Global Server Configurations -->Managers --> ApplicationThreadManager

3) Change the Custom value of MaxThreadCount from 150 to 250.

4) Restart the ABAP + J2EE Instance.

also try after reducing CPIC_MAX_CONV value from 500 to 200.

Regards

Umesh

Former Member
0 Kudos

Hi Umesh ,

as in Note : 950921

the value of MaxThreadCount is > than the sum max Connection in all JCOs

and this by the Portal System.

the Error Re: ERROR max no of 100 conversations exceeded is in the

BackEnd ABAP System.

Regards

Georg

Former Member
0 Kudos

Hi George,

Can you furnish more details on the SP levels etc...

Regards

Umesh

Former Member
0 Kudos

Hi Umesh ,

SP 012

Regards

Georg

Former Member
0 Kudos

Hello Georg,

Did you set the environment variable also restart the server after doing changes ok.

In Unix : setenv CPIC_MAX_CONV ( csh ) also

Unix : export CPIC_MAX_CONV= ( ksh )

Regards,

Jafer

Former Member
0 Kudos

Hi Jafer ,

Thanks

Yes the server was restarted and the env is OK

Georg