cancel
Showing results for 
Search instead for 
Did you mean: 

setting default service in sicf

Former Member
0 Kudos

Hi experts !

I want to achieve following behaviour:

User enters http://host.domain.com/ in web browser and gets forwarded to http://host.domain.com/com/sap/bc/bsp/sap/crm_ui_start/ service.

What I did so far was setting a com/sap/bc/bsp/sap/crm_ui_start as a 'Default service' for default_host, however this doesn't work as expected. User gets login screen but after that BSP error

BSP Exception: the BSP URL /default.htm?sap-client=790&sap-language=EN&sap-sessioncmd=open
Does Not Contain Any Application Entries

The best solution would be to achieve some kind of redirection from / to desired service.

What would you suggest in that case ?

Helpful answers will be rewarded

Thanks!

                1. EDIT

Finaly I managed to get this functionality in following way:

1. Create dummy service and set error handling as a redirection to desired URL

2. Set this dummy service as a default service for default_host

This now work in a way that when calling defaul_host my dummy service is called and it redirects to desired URL

Anyway I still would like to hear from you if there is more elegant way to get this done

Thanks!

Edited by: Artur on Dec 15, 2011 6:25 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For the same requirement, I'm using a redirect command on a SAP Web Dispatcher.

For exemple

http://mycrm

redirects to

https://server.domain.country/sap/bc/bsp/sap/crm_ui_start

Of course mycrm is a DNS alias of server.domain.country.

Regards,

Olivier

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Artur,

Can you please reproduce the error and paste latest dev_icm* log from work directory?

Thanks,

Siva Kumar