cancel
Showing results for 
Search instead for 
Did you mean: 

Webdispatcher webgui bottleneck

Former Member
0 Kudos

Hi experts,

I have a local webdispatcher configured with:

....

icm/server_port_0 = PROT=HTTP,HOST=GWPRD,PORT=81$$,TIMEOUT=60,PROCTIMEOUT=600

icm/server_port_1 = PROT=HTTP,HOST=localhost,PORT=81$$,TIMEOUT=60,PROCTIMEOUT=600

icm/HTTP/admin_0 = PREFIX=/sap/admin,DOCROOT=$(DIR_DATA)$(DIR_SEP)icmandir,AUTHFILE=$(icm/authfile),PORT=81$$

#-----------------------------------------------------------------------

wdisp/system_0 = SID=GWP, MSHOST=gwprd.xxxxx.xx.com, MSPORT=8101, SRCSRV=*:8110

When I put

http://gwprd.xxxxx.xx.com:8110/sap/bc/gui/sap/its/webgui?sap-client=001

Goes correctly to server gwprd.xxxxx.xx.com and port 8101, but int the sm04 appear lot of connections of the same user, and It will go to bottleneck.

Where is the problem?

Thanks in advance,

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

isaias_freitas
Advisor
Advisor
0 Kudos

Hello,

What is the release and patch level of the kernel from the backend system?

There is a somewhat recent issue with the ITS that causes this (kernels 74x).

Updating the kernel at the backend would solve the issue.

Regards,

Isaías

Former Member
0 Kudos

I have the patch 742 sp101

It is the last one...

isaias_freitas
Advisor
Advisor
0 Kudos

The latest one is actually SP121.

The dw (disp+work) package is also a kernel patch.

Apply the dw_121 and the issue should be fixed.

Former Member
0 Kudos

It works!!!

Answers (0)