cancel
Showing results for 
Search instead for 
Did you mean: 

Ping to XI Server unsuccessful in SICF

Former Member
0 Kudos

Hi,

In SICF, under SAP> Public> <b>Ping</b> . when we test that, the server tries to ping the URL

http://abc.cdf.local:8000/sap/public/ping?sap-client=100

But we don't get any successfuly pinged message. But this is not the case with other R/3 boxes that we have in our landscape. We get a succeessfully pinged message in the other servers.

Is this ping successful by default. Or we need to configure anythingelse in XIServer to make this work??

Cheers,

Siva Maranani

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Siva,

Is there any error that you are getting / what is the response to this URL?

Thanks & Regards,

Renjith.

Former Member
0 Kudos

Hi,

I get "Page cannot be displayed" after sometime (5-7 minutes)

Regards,

Siva Maranani

Former Member
0 Kudos

Hi,

The ping should work by default, becuase it is just having a handler class - CL_HTTP_EXT_PING - attached to it. Its "handle_request" method should be invoked to get the response string.

Is the url that comes up when you say "test service"..is it correct ? (should be http://<was_name>:<was_http_port>/sap/public/ping?sap-client=<client_no>).

Thanks,

Renjith

Former Member
0 Kudos

thanks for ur info.

I have already checked the link page that says

<i>The ping should work by default, becuase it is just having a handler class - CL_HTTP_EXT_PING - attached to it. Its "handle_request" method should be invoked to get the response string.</i>