cancel
Showing results for 
Search instead for 
Did you mean: 

full qualified host name

Former Member
0 Kudos

Dear All,

We've created a web service from function module in our development server.

When we try to display WSDL, we're getting an access denied error.

http://server01:8001/sap/bc/srt/rfc/sap/Z_test_webserv

When we try to replace server01 with the actual ip address it works.

Also using server01.company.org works.

Parameter is set to

icm/host_name_full = server01

/etc/hosts

192.168.22.24 server01

I try to look at it at RZ11 but it has no option to change the value.

What will be the best way to solve this?

What will be the effect of changing server01 to server01.company.org in the hosts file?

Any help is greatly appreciated. Thanks!

Regards,

Rayel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

After reading SAP note1164874 and 73803,

I look up again at RZ11 and noticed that parameter icm/host_name_full is not set

and what was displaying in smicm tcode is the actual value of SAPLOCALHOST.

Since the value of SAPLOCALHOST is not a fully qualified host name, it

is being ignored by ICM so I need to set icm/host_name_full explicitly.

Is this correct?

Still there are no options to change that in RZ11 and can't find the parameter in RZ10.

Are there any other way?

Regards,

Rayel

anindya_bose
Active Contributor
0 Kudos

You said icm/host_name_full is set to server01

Now you are saying its not showing any value. Sorry, I am confused.

Go to RZ10>Instance Profile->Extended Maintenance.

Search for icm/host_name_full and use Fully Qualified HOst Name (FQHN). Like you mentioned earlier server01.company.org.

If the parameter is not there , you can create it. But it will take effect only after you restart SAP.

From RZ11 you can only change those parameter which are Dynamic. icm/host_name_full is a static parameter , so you are not getting the option to change it from there.

SAPLOCALHOST may not contain a fully qualified hostname, but there is another parameter SAPLOCALHOSTFULL . You can use FQHN there. Then it should work

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

Edited by: Anindya Bose on Sep 11, 2009 9:56 AM

Former Member
0 Kudos

Thank you very much.

That helped me a lot.

Regards,

Rayel

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

The parameter icm/host_name_full should be set to <Hostname>.<domain-name>.com.

Change the same in host file also.

your web application will run on

http://server01<host-name>.com:8001/sap/bc/srt/rfc/sap/Z_test_webserv

Regards

Rakesh