cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello,

We are using SAP Web Dispatcher 7.2 reverse proxy, and we are really stuck at this problem.

Each system (wdisp/system_x) is assigned with the SRCURL parameter along with the specific paths it must foward the requests.

The problem is that we are unable to specify more than 8 sub-parameters in the SRCURL parameter. There is an image of the error attached.

This example executes ok, it has only 8 sub-parameters:

wdisp/system_0 = SID=***, MSHOST=***, MSPORT=***, MSSPORT=***, SRCURL=/irj/;/webdypro/;/pegasus/;/services/;/com.sap.ui.lightspeed/;/rtmfCommunicator/;/com.sap.portal.design.urdesigndata/;/mobile/, SRCSRV=*:***

This example fails, since it has 9 parameters:

wdisp/system_0 = SID=***, MSHOST=***, MSPORT=***, MSSPORT=***, SRCURL=/irj/;/webdypro/;/pegasus/;/services/;/com.sap.ui.lightspeed/;/rtmfCommunicator/;/com.sap.portal.design.urdesigndata/

;/mobile/;/soainterface, SRCSRV=*:***

The server shows the following error on startup (image attached).

*** ERROR => too many sub-parameters (max. 8) for '/irj' [icrxx_mt.c     1580]

Is this value 8 in a paremeter? Can we increase the limit in some way, in a configuration file or database parameter for example?

We appreciate any help.

Thanks.

0 Likes
View Entire Topic
Former Member
0 Likes

Probably not, create a customer message to SAP support. Meanwhile you can overcome the limitation by using modification rules to control where to send the requests to.