cancel
Showing results for 
Search instead for 
Did you mean: 

Can't Access Setup Website

Former Member
0 Kudos

Dear,

I finished installation of Solution Manager, and I want to access the setup website for the deployment.

However, it' shows error message when I give t-code solman_setup in SAP GUI.

I'm wondering if it's kind of port number issue?

If so, what port number do I need to open for connectoin?

If not, how do I fix this issue?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi George,

check the parameters

SAPGLOBALHOST =

icm/host_name_full =

icm/HTTP/j2ee_0 =

icm/server_port_0 =

icm/conn_timeout =

icm/keep_alive_timeout=

I hope java engine up and ruining and also check hosts file entry is properly mention as per the format  with FQDN.

Regard;s

Mirza Ismail.

Answers (6)

Answers (6)

Former Member
0 Kudos

Dear all,

Here you go. I'm not sure if its setup is correct or not, or I find wrong file because information looks different from the one Ismail ask me to provide. According to the note, I need to give FQDN to sapglobalhost, don't I?

SAPDBHOST = MPSLMGR

j2ee/dbtype = syb

j2ee/dbname = OMG

j2ee/dbhost = MPSLMGR

SAPSYSTEMNAME = OMG

SAPGLOBALHOST = MPSLMGR

system/type = DS

rdisp/mshost = MPSLMGR

rdisp/msserv = sapmsOMG

rdisp/msserv_internal = 3901

enque/process_location = REMOTESA

enque/serverhost = MPSLMGR

enque/serverinst = 01

is/HTTP/show_detailed_errors = FALSE

icf/user_recheck = 1

icm/HTTP/ASJava/disable_url_session_tracking = TRUE

service/protectedwebmethods = SDEFAULT

#-----------------------------------------------------------------------

# SAP Central Service Instance for J2EE

#-----------------------------------------------------------------------

j2ee/scs/host = MPSLMGR

j2ee/scs/system = 02

j2ee/ms/port = 3902

ssf/name = SAPSECULIB

gw/acl_mode = 1

login/password_downwards_compatibility = 0

login/system_client = 001

dbms/type = syb

dbs/syb/schema = SAPSR3

dbs/syb/server = MPSLMGR

dbs/syb/dbname = OMG

dbs/syb/port = 4901

j2ee/dbport = 4901

rsdb/ssfs_connect = 1

dbs/syb/cache_size = 300

rsec/ssfs_datapath = \\MPSLMGR\sapmnt\OMG\SYS\global\security\rsecssfs\data

rsec/ssfs_keypath = \\MPSLMGR\sapmnt\OMG\SYS\global\security\rsecssfs\key

Thanks

Former Member
0 Kudos

Hi George,

It seems below parameters are missing.

icm/host_name_full =  please verify in default profile, the parameter value can be

like $(SAPLOCALHOSTFULL)

SAPFQDN: please verify in default profile and maintain the same.  (parameter value will be domain name)

icm/HTTP/j2ee_0 =  please maintain the same in instance profile (In general the value is set as follow: PREFIX=/,HOST=localhost,CONN=0-500,PORT=5$$00)

icm/server_port_0 = please maintain the same in instance profile  (PROT=HTTP,PORT=80$$,TIMEOUT=900,PROCTIMEOUT=900)

Regards,

Jaskirat Singh

Former Member
0 Kudos

Dear Jaskirat,

This is what the default file shows. So, do I need to add it manually?

Thanks

Former Member
0 Kudos

Hi George,

If you have single application server and don't have any more dialog installed with solution manager, then you can maintain icm/host_name_full value in any of the profiles (i.e Default profile or instance profile).


Please find the below link for icm/host_name_full parameter details.


icm/host_name_full - ICM Administration - SAP Library


And other below parameters you must maintain in Instance profile.

icm/HTTP/j2ee_0 =  In general the value is set as follow: PREFIX=/,HOST=localhost,CONN=0-500,PORT=5$$00)

icm/server_port_0 =  (PROT=HTTP,PORT=80$$,TIMEOUT=900,PROCTIMEOUT=900)

Regards,

Jaskirat Singh

prakhar_saxena
Active Contributor
0 Kudos

Hi George,

You can check below note for setting up profile parameters

582842 - Profile parameters for SAP Solution Manager 7.1

It has all the parameters which needs to be maintained post installation/upgrade of solman 7.1 and also below one take care about host name or fqdn

  • icm/host_name_full

You need to restart your server post making above changes.

Thanks

Prakhar

Former Member
0 Kudos

Hi Prakhar,

According to the note, I don't see any file named SAPLOCAHOSTFULL. Where do I find this file?

Thanks

prakhar_saxena
Active Contributor
0 Kudos

Hi George

you need to maintain all these parameter in transaction RZ10 in the instance profile

here you need to maintain this parameter like

icm/host_name_full

and its value XXX.XXY.com etc

hope this useful

Thanks

Prakhar

Former Member
0 Kudos

Hi Prakhar,

What is version in RZ10? It asks me to fill version of profile

Thanks

Former Member
0 Kudos

Dear Prakhar,

I'm not sure if I did right or not. Picture below. I just add parameter SAPLOCALHOSTFULL in RZ10. This looks like as you mentioned that the parameter is icm/host_name_full. MPSLMGR is my host name and domain name is mpinfo.com.tw. So the FQDN should be mpslmgr.mpinfo.com.tw, is that correct? This parameter refers to FQDN??

Thanks

prakhar_saxena
Active Contributor
0 Kudos

Hi George

Yes, the value for parameter icm/host_name_full is <hostname>.<domain> which make it complete FQDN

Therefore the parameter name use

icm_host_name_full

value as mentioned <hostname>.<domain>

Regarding the parameter SAPLOCAHOSTFULL is usually set in case of high availability configurations.

Also, SAPLOCAHOSTFULL will exist in the DEFAULT.PFL therefore you may not be required to set it explicitly. Please check same.

this should resolve the same.

Thanks

Prakhar

Former Member
0 Kudos

Dear Prakhar,

This is what I've done. Anything is incorrect on these parameter or do I miss some parameters? T-code solman_setup is still not working.

Thanks

prakhar_saxena
Active Contributor
0 Kudos

Hi George

I can't find the icm_host_name_full parameter in instance profile

  1. goto rz10 and choose active instance profile into change mode
  2. maintain a new parameter with name ---icm_host_name_full with value = mpslmgr.mpinfo.com.tw
  3. save and activate profile
  4. RESTART SAP System to activate new profile and then check further

Many thanks

Prakhar

Former Member
0 Kudos

Dear Prakhar,

The result stays the same. Solman_setup is not working.

According to picture below, I set up icm_host_name_full in instance file.

I have another question. What's the difference between icm_host_name_full and saplocalhostfull?

I set FQDN in both of the default file and instance file.

Thanks

Former Member
0 Kudos

Hi George,

check the parameters

SAPGLOBALHOST =

icm/host_name_full =

icm/HTTP/j2ee_0 =

icm/server_port_0 =

icm/conn_timeout =

icm/keep_alive_timeout=

I hope java engine up and ruining and also check hosts file entry is properly mention as per the format  with FQDN.

Regard;s

Mirza Ismail.

Former Member
0 Kudos

Hi George,

Goto tcode sicf

Execute.

Expand the hierarchy structure as below

default_host-->sap-->bc-->webdynpro-->sap

look for the service "wd_sise_main_app"

Right click and Activate service.

regards,

Sumanth Babu

Former Member
0 Kudos

Dear Sumanth,

It's activated

Thanks

Former Member
0 Kudos

Hi George,

Please check below links.

SOLMAN_SETUP tcode is not working | SCN

https://scn.sap.com/thread/3164068

Regards,

Jaskirat Singh

rishav54
Active Contributor
0 Kudos

Hi George

Any luck?

Regards

Rishav

Former Member
0 Kudos

Dear Rishav,

Not yet. I saw the feedback from all of you today because I can't read your feedback yesterday. I don't know why this happened. So, I'm still trying.

Thanks

Former Member
0 Kudos

Dear Jaskirat,

It doesn't work either.

However, according to the link "SOLMAN_SETUP tcode is not working | SCN", how do I setup FQDN because it mentioned we need to offer some parameters <IP address of Solman System> <Hostname> <Fullyqualified Hostname>?

Thanks

rishav54
Active Contributor
0 Kudos

Hi,

what exactly error message your are getting?

Had you checked the below notes

1514652 - Some ICF Services are not activated - Solution Manager

1972327

Please check the below threads for same.

solman_setup giving problems on web interface | SCN

SOLMAN_SETUP transaction not working | SCN

Thanks

Rishav

Former Member
0 Kudos

Dear Rishav,

It doesn't work.

Thanks