cancel
Showing results for 
Search instead for 
Did you mean: 

ICM Configuration

Former Member
0 Kudos

Dear Gurus ,

I wanted to configure ICM and have done the following setting

1.) Activated the services in sicf

2.) Configured the HTTP port in smicm-T-CODE

3.) Configured the following parameter

icm/server_port_0

icm/host_name_full

icm/HTTP/j2ee_0

icm/min_threads

icm/max_threads

icm/conn_timeout

icm/keep_alive_timeout

icm/server_port_0

ms/server_port_0

ms/http_port

ms/use_threads

ms/http_lookup

ms/http_domain

ms/http_timeout

ms/http_bufferln

ms/redirect_version

ms/http_max_clients

ms/http_max_ports

ms/http_enable_handler

ms/http_handler_retry

ms/http_handler_timeout

ms/http_was_required

And then restated the application.

4.)For testing

from my local pc i tested the following URL

"http://<IP ADDRESS>:<PORT NUMBER>/sap/bc/ping"

but it fails.

Please suggest , if any things is missing

Regards

Anthony

Accepted Solutions (0)

Answers (3)

Answers (3)

athavanraja
Active Contributor
0 Kudos

you need to use a fully qualified domain name in the url

http://<hostname>.<domain>.com:<port>/sap/bc/ping";

Former Member
0 Kudos

Hi Raja ,

Is the configuration of domain necessary.It should work we the IP address also

Regards

Anthony

athavanraja
Active Contributor
0 Kudos

yes it is necessary.

check this wiki entry for more details.

https://wiki.sdn.sap.com/wiki/display/BSP/FullyQualifiedDomainName%28FQDN%29

Regards

Raja

Former Member
0 Kudos

Hi Anthony,

What error does the URL return to the browser ?

Gary

Former Member
0 Kudos

Hi Gary ,

I am getting the following error

"HTTP 500 - Internal server error"

Regards

Anthony

athavanraja
Active Contributor
0 Kudos

check St22 , generally http 500 errors would create a abap dump

Raja

Former Member
0 Kudos

Hi Raja ,

I am getting the following dump

UNCAUGHT_EXCEPTION

With the following Exception

What happened?

The exception 'CX_BSP_HOST_NOT_QUALIFIED' was raised but was not caught at any

stage in the

call hierarchy.

Since exceptions represent error situations, and since the system could

not react adequately to this error, the current program,

'CL_BSP_RUNTIME================CP', had to

be terminated.

Regards

Anthony

athavanraja
Active Contributor
0 Kudos

do you get this after setting the FQDN.

1o set FQDN you have set up the profile parameter (txn Rz10) icm/host_name_full with the full host name (hos.domain.com) and restart the server.

to make sure that its done , just go the properties tab of any BSP page and the url should show something like below

http://host.domain.com:port/sap/bc/bsp/sap/appn/page.htm

more info on setting FQDN at oss note number

https://service.sap.com/sap/support/notes/434918

Raja

Former Member
0 Kudos