Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
patelyogesh
Active Contributor
0 Kudos

Scenario:

Third Party ---> PI 7.3 ---> ECC

Using JDBC and SOAP adaptor and Web service on ECC

Error :

Solution and Description for consuming web service in SAP ECC:

Effecting Parameters:

Kernel Parameters:

 rdisp/gui_auto_logout

 rdisp/plugin_auto_logout

 icm/server_port_0 = PROT=HTTP, PORT=10$$, PROCTIMEOUT=xxx

SICF service Parameter:

 Setting time out on customize service

ICM Parameter:

 icm/server_port_0 = PROT=HTTP,PORT=10$$,TIMEOUT=3600,PROCTIMEOUT=600

SAP Kernel

SAP kernel regularly checks whether a session is still in use. Any session that is no longer in use is removed. If the parameter rdisp/gui_auto_logout is set, this timeout also applies to HTTP sessions as well as GUI sessions. If you want to increase the timeout for the HTTP sessions, you can do so using the parameter rdisp/plugin_auto_logout.

To increase the session timeout in general for all HTTP sessions, set a shorter timeout than for the other SAP GUIs with the parameter rdisp/plugin_auto_logout.

Winner parameter is : rdisp/gui_auto_logout

Setting time out on SICF

Navigate within the transaction SICF to the specific service or to a specific service tree, double click to get to the service settings and change the session timeout to any value shorter than the general setting of parameter rdisp/plugin_auto_logout

Winner parameter is : rdisp/plugin_auto_logout

ICM Parameter

It may happen that get a 'Connection Timed out' page as an answer a long time before your configured session timeout limit is reached. Usually this timeout is raised because of a processing timeout, which happens if you have long running applications.

Parameter in Kernel : icm/server_port_<nr>

Referance : Note 824554 - ICM and SAP Web Dispatcher Timeout Parameter

Solution:

In SAP ECC system and increase ICM timeout settings

Note: To find what is tome out in system :

TCode: SMICM

Labels in this area