cancel
Showing results for 
Search instead for 
Did you mean: 

When testing the service webgui in SICF in browser page can not be found is

Former Member
0 Kudos

Hi All,

When i am testing the service webgui in SICF in browser its showing page can not be found.. I have activated the services and published services and everything. I have rechecked all my configurations as per the NOTE 69839.

in dev_icm trace i am getting this error.

      • ERROR => PlugInHandleNetData: HttpParseRequestHeader failed (rc=701) [http_plg_mt. 2216]

Is there anything more to do in configurations. Please help me.

Accepted Solutions (1)

Accepted Solutions (1)

athavanraja
Active Contributor
0 Kudos

you may also want to turn off "show friendly http error messages" from your brower (tools->internet options->advanced). which would then show the actual error messags thrown by the server in your browser instead of simply "page cannot be displayed " message

Raja

Former Member
0 Kudos

Hi Raja,

As mentioned by you i changed the settings in the browser,

But it is not displaying any error message, as it is taking long time.

Please let me know is there any configurations i have to make from my side. I couldnt able to get exact error message. Where i can find the error logs (dev_icm)?

Please guide me.

Thank You,

Mahesh

athavanraja
Active Contributor
0 Kudos

from sicf , when you right click on webugi service and click "test" the browser will open, now what do you see in the addres bar of the browser (give us the url pattern)

Raja

Former Member
0 Kudos

Hi Raja,

http://<host>:8010/sap/bc/gui/sap/its/webgui?sap-client=100

this is the url when i am trying to test the webgui serice.

Thank You,

Mahesh

athavanraja
Active Contributor
0 Kudos

you need to set up something called (FQDN) fully qualified domain name where the url will look like http://host.domain.com:port

check this wiki entry on how to set it up

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/bsp/fully%2bqualified%2bdomain%2bname%2b(FQDN)

Raja

Former Member
0 Kudos

Hi Raja,

I am sorry i have mentioned wrongly. Tts a FQDN only. As per the parameter icm/host_name_full .

Thank You,

Mahesh

athavanraja
Active Contributor
0 Kudos

if you are running integrate ITS for the first time, may be the related objects are compiling. try activating webgui from se80 and also go to se24 and activate class CL_HTTP_EXT_ITS and then try again.

and also try running this program SIAC_PUBLISH_ALL_INTERNAL

Raja

Former Member
0 Kudos

Hi Raja,

Thanks for the response.

I have published the services already. And also as you told to activate the class CL_HTTP_EXT_ITS, i have done this. Can you pls tell me where i can found the error logs.

We recently applied the Enhance package 3. Is there any effect on this services?

Thank You,

Mahesh

Former Member
0 Kudos

Hi Raja,

When i am testing the service sap/public/ping this also getting the same message.. page can not be displayed..

Please help me in this regard.

Thank You,

Mahesh

athavanraja
Active Contributor
0 Kudos

may be the icm is not running. you can check that from transaction SMICM (hope all the required services are active in SICF)

Former Member
0 Kudos

Hi Raja,

ICM is running fine. when i running the same url instead of using the host name i used the Ip Addres.. then it is executing.

But how it is not running using FQDN.

In smicm the parameter is icm/host_name_full is a FQDN.

Is there any way of finding this..

Thanks a lot ..

Mahesh

athavanraja
Active Contributor
0 Kudos

using ip address instead of host alias works? i thought icm would complain about ip address.

this means the host address is not able to resolve to IP address. this generally maintained in a general DNS server.

if your case you may set the ip to host map in

C:\WINDOWS\system32\drivers\etc\hosts file

<ip address> hostname

Raja

Answers (1)

Answers (1)

former_member316351
Active Contributor
0 Kudos

Hello Mahesh,

I hope you meant note 698329.

You should check the URL you are using to make sure it is correct first. An easy thing to do is to try to request a public file from the web repository, like http://host:port/sap/public/bc/its/mimes/webgui/sl/images/buttons/tanicon.gif

If you use the correct host and port numbers then you should get a small button displayed in your browser.

Also check the settings in SICF for the webgui service. Make sure the Handler List is CL_HTTP_EXT_ITS and the Logon Data procedure is what you want. Are you getting a logon page when calling the webgui service?

Edgar

Former Member
0 Kudos

Hi Edgar,

Thanks for your response.

Still i am facing the same problem.

Are you getting a logon page when calling the webgui service?

Ans : I am not getting a logon page when calling the webgui service.

I have checked the note 698329. I have checked the webgui service settings for handler list is CL_HTTP_EXT_ITS same. Logon data procedure i have checked is standard.

In service data tab interactive options--> GUI Link selected as Yes and in GUI configuration parameter names are ~WEBGUI is set to 1 and ~THEME is set to sl.

Please let me know is there still any thing more i have to check in to.

Thank You,

Mahesh