cancel
Showing results for 
Search instead for 
Did you mean: 

SLDCHECK error

Former Member
0 Kudos

hi everyone,

when i'm trying to run t-code SLDCHECK it's returning the following error:

Element 'SXMB_SET_ROLE_TO_IS':Connect to SAP gateway failed

Connect_PM TYPE=A ASHOST=ecc6 SYSNR=04 GWHOST=ecc6 GWSERV=sapgw04 PCS=1

LOCATION CPIC (TCP/IP) on local host with Unicode

ERROR max no of 100 conversations exceeded

TIME Mon Jul 21 08:29:03 2008

RELEASE 700

COMPONENT CPIC (TCP/IP) with Unicode

VERSION 3

RC 466

MODULE r3cpic.c

LINE 10713

COUNTER 1

Element 'SAPDEMO.ECC.Backend.Unclassified':!AbapConfigurationWriter.FM_CALL!SXMB_SET_ROLE_TO_IS!AbapConfigurationWriter.FAILED!

pls help me solving this problem,

points will be rewarded for helpful answers!!!

balu...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hello,

go to tx-code smgw, list logged on clients, delete unnecessary or hanged connections.

regards,

Former Member
0 Kudos

hi balou,

the parameter name is gw/max_conn 2000

and is probably set to the value 100.

To check it run RZ10 -> goto -> profile values of

an active server -> 2x on the server.

Search for gw/max_conn and you will probably see

that it is set to 100.

Increase this value by stopping the R/3 system (it is not

'dynamically switchable' meaning can be change on the fly)

and set parameter gw/max_conn = <new higher value>

in your instance profile on OS level and restart the instance.

This should solve the problem.

kr,

andreas

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello. Are you read Note 316877 - Maximum number of conversation exceeded

and Note 314530 - Number of RFC/CPIC connections for external clients

? Regards.