Symptom Connecting to an ITS service fails with the error message "Connect to SAP gateway failed Connect_PM DEST=..., GWHOST=... GWSERV=..., ASHOST=..., SYSNR=... LOCATION CPIC (TCP/IP) on local host ERROR max no of 100 conversations exceeded". This happens for services that are based on ITS...
Hi to all the maximun parallel SAP connections can be set by the enviroment variables CPIC_MAX_CONV. This variable can be set up to 5000 on both hosts of instance, SAP server side. It's have to increase also gw/max_conn, gw/max_sys, rdisp/tm_max_no, rdisp/max_comm_entries parameters. Bye
Hi for increase this parameter it's necessary think about some aspect. By default the max SAP connection beetwen SAP Client (librfc32u.dll) and SAP Server is 100. So it's not possible set maxConnectionsPerSystem property with a value must greater that 100. If we have this necessity we must increase...