cancel
Showing results for 
Search instead for 
Did you mean: 

MsHttpInit MsHttpOwnDomain

Former Member
0 Kudos

Hello, my Sap Web Dispatcher cannot connect to die ms-Server.

in the dev_ms log it reads:

MsHttpInit: full qualified hostname = sv9747.bsh.bvbs.bund.de

MsHttpOwnDomain: own domain[1] = bsh.bvbs.bund.de

But: the Domain is not correct. Does anybody knows where the parameters MsHttpInit MsHttpOwnDomain get there information from?

the /etc/resolv.conf looks like this:

domain hh.bsh.de

search hh.bsh.de bsh.de san.bsh.de

nameserver 141.15.251.102

Greetings

Andreas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hallo

Check what nslookup <host> returns. Do also check your settings for these profile parameters:

SAPLOCALHOSTFULL + icm/host_name_full

If these are not set in your instance profile, then you can explicitely set them to your full qualified hostname.

To help you further we would need to know where the webdispatcher is located and the error in the dev_webdisp file.

Best regards, Michael

Answers (2)

Answers (2)

Former Member
0 Kudos

check out

[http://help.sap.com/saphelp_nw70/helpdata/en/ea/c30829166944edbc74b3c805bf529f/content.htm]

former_member185031
Active Contributor
0 Kudos

I think it reads the domain name from this parameter, which exists in instance profile

icm/host_name_full = fully qualified host name.

Regards,

Subhash

Former Member
0 Kudos

hello, for icm/host_name_full we set the name of the WEB Dispatcher. We need it like this and ist working fine. I now set SAPLOCALHOSTFULL and, however, now its working.

Thanks a lot

Andreas

Edited by: Andreas Stahl on May 11, 2009 10:37 AM