cancel
Showing results for 
Search instead for 
Did you mean: 

solman_setup is not working

Former Member
0 Kudos

hi Gurus,

Solman_setup tcode is not working. I have set the below parameters.

login/create_sso2_ticket = 2

login/accept_sso2_ticket = 1

icm/host_name_full = host name

icm/server_port_1 = PROT=SMTP,PORT = 25$$0

login/no_automatic_user_sapstar = 0

icm/conn_timeout = 20000

icm/keep_alive_timeout = 240

SAPLOCALHOSTFULL = host name

The error is like this

500 Connection timed out

-


Error: -5

Version: 7000

Component: ICM

Date/Time: Sat Aug 14 12:04:38 2010

Module: icxxthr.c

Line: 2698

Server: chnmct211397d_SM2_02

Error Tag: {-}

Detail: Connection to partner timed out after 240s

please help me

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Lata,

I hope u haven't executed the SAP Load generator(SGEN) even once. Actually what happens in ur case is that, the system tries to load the SolMan_Setup transaction in a web browser and it is not able to load that within 240s as mentioned in the parameter icm/keep_alive_timeout. So the session gets terminated(timed out).

icm/keep_alive_timeout = 240

Increase the value of this parameter using the tcode RZ10 (In our case I've set this as 600) and restart the SAP instance once and then try to execute the tcode solman_setup once again.

Also make sure that the value of the following are FQHN (hostname.domain).

icm/host_name_full = host name

SAPLOCALHOSTFULL = host name

Regards,

Varadharajan M

Former Member
0 Kudos

Thanks Varadhu.. Your solution worked for me.

Answers (0)