cancel
Showing results for 
Search instead for 
Did you mean: 

Sap Web Dispatcher - IcrFindTargetSystem: No system found for addr

former_member189462
Participant
0 Kudos

Hi all,

 

We have configured Sap Web Dispatcher in front of SAP Portal and SAP CRM. Users access Portal using an external DNS via sap web dispatcher and after logged in access CRM (via SSO). All that is working fine except that images (gif) are not being load in CRM.

After increasing sap web dispatcher trace, the following error was detected in dev_webdisp file:

IcrFindTargetSystem: No system found for addr: x.x.x.x:443 url: /SAP/BC/BSP/SAP/thtmlb_styles/sap_skins/default/styling/bc/forward.gif

 

Where x.x.x.x is the Sap Web Dispatcher server IP.

What is missing in the .pfl file?

wdisp/system_0 = SID=<SID>, MSHOST=x.x.x.x, MSPORT=xxxx, SRCURL=/sap/, SRCSRV=*:*, SSL_ENCRYPT=0

icm/HTTP/redirect_0 = PREFIX=/, TO=/sap/bc/bsp/sap/crm_ui_start, PORT=443

 

Please let know if some extra detail is required.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

isaias_freitas
Advisor
Advisor
0 Kudos

Hello Diego,

Try adding "/SAP" (in uppercase) to the SRCURL argument. For example:

wdisp/system_0 = SID=<SID>, MSHOST=x.x.x.x, MSPORT=xxxx, SRCURL=/sap;/SAP, SRCSRV=*:*, SSL_ENCRYPT=0

Regards,

Isaías

Answers (3)

Answers (3)

former_member189462
Participant
0 Kudos

Hi All,

The /SAP argument in uppercase did the trick.

Thanks to all

Regards

Former Member
0 Kudos

Hello Diego,

Please check following discussion.

This might be useful.

Web Dispatcher redirection is not working for P... | SCN

Regards

Anand

feng_shi
Active Participant
0 Kudos

Hi,

>IcrFindTargetSystem: No system found for addr: x.x.x.x:443 url: /SAP/BC/BSP/SAP/thtmlb_styles/sap_skins/default/styling/bc/forward.gif

this trace means that the target system could not be found for request the x.x.x.x:443/SAP/BC/BSP/SAP/thtmlb_styles/sap_skins/default/styling/bc/forward.gif .

you are right. the root cause must be web dispatcher profile setting(target system configuration related).

Maybe SRCURL is case sensitive, please try to use SRCURL=/SAP/ and try again ?

if issue still occurs, please attach the complete Web Dispatcher profile and trace log.

Best regards,

Shi Feng