cancel
Showing results for 
Search instead for 
Did you mean: 

SICF - Service not working

Private_Member_19084
Active Contributor
0 Kudos

Hi experts,

I did create a service like a lot of others in SICF.

But if I test the service it is not reachable.

On saving the service I always get the error SHTTP009, which is something regarding http request-handler - but I have no clue where to do what?

The service on which it is linked works and the service is activated.

Does anybody have some tips?

Port and host should be ok, as other services are working fine.

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Christian,

Can you share screenshot for error.

While testing service its not reachable a ???

Regards,

Dhuvaraganathan M.

Private_Member_19084
Active Contributor
0 Kudos


Thats the error I get.

Former Member
0 Kudos

This message was moderated.

Answers (9)

Answers (9)

Private_Member_19084
Active Contributor
0 Kudos

I would like to give you some points for help....why is it not possible at the moment???

I try it tomorrow again, don't worry

divyanshu_srivastava3
Active Contributor
0 Kudos

nothing.. i don't think i was helpful here.

Private_Member_19084
Active Contributor
0 Kudos

got it!

I did now deactivate/activate the http and https service in SMICM transaction.

And after that the services were working.

Thank you to everybody for support and help!

Kind regards

divyanshu_srivastava3
Active Contributor
0 Kudos

Private_Member_19084
Active Contributor
0 Kudos

I think it is an cache-issue.

I had the same problem on the dev-system for the same service.

I did now make a system-restart and now this service is working fine (also tests in SICF).

But I don't want to restart the prod-system.

Does anybody know some transactions to reset the http-cache in SAP?

I know there is a transaction...only not which one.

Kind regards

divyanshu_srivastava3
Active Contributor
0 Kudos

If that is the case then try - SMICM->go to->HTTP server cache->invalidate->golbal

Former Member
0 Kudos

SMICM->go to->HTTP server cache->invalidate->golbal in system.

Private_Member_19084
Active Contributor
0 Kudos

still not the solution...I tried it, but without success.

Come on, what else may it be???

Private_Member_19084
Active Contributor
0 Kudos

(come on was not against you Divyanshu, I am really glad to get help from you )

divyanshu_srivastava3
Active Contributor
0 Kudos

Do you have multiple application server ?

If yes, then restart anyone and run that service from that server.

Private_Member_19084
Active Contributor
0 Kudos

Hi together and thx to everybody for support.

I've tried the trace, but without success.

Regarding testing in SICF.

In transaction SICF I have created a aliase-service "Reference to Existing Service".

So a service, which forwards to another existing node in SICF.

The node in SICF is a BSP-Page which I did create and which is at /default_host/sap/bc/bsp/sap/ztest

If I test the node /default_host/sap/bc/bsp/sap/ztest directly in SICF, the service works fine and the bsp-application is displayed.

But if I test it via the reference service, I get the error message.

I've also tried the trace but without success - nothing found in the trace.

Kind regards

Former Member
0 Kudos

Did you maintained the ports in the profiles ? without that informations the server will not listen.

Please check in transcation RZ10 the instance profile and the parameter :

icm/server_port_0                     

if initial please try

icm/server_port_0 = PROT=HTTP,PORT=80$$

Then check following parameteres and add if initial:

login/accept_sso2_ticket =

1

login/create_sso2_ticket =               2
icm/host_name_full  =                   hostname.domain

Please do not try on production. After modifing profiles you have to restart the instance to activate the changes.

Private_Member_19084
Active Contributor
0 Kudos

yes and as mentioned, other SICF-Services (also reference-type) are working fine.

Kind regards

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Christian,

Sorry I was away yesterday. Great the issue is fixed now; usually the SICF traces do have additional info. Else we can just increase the workprocess traces o get more details.

Usually restart fixes most things, I did not think it will fix this one as well

Former Member
0 Kudos

Hi Christian,

Could you share the steps you followed in configuring SICF so that we can check if something is missed.

Regards,

Nikhil

Private_Member_19084
Active Contributor
0 Kudos

Does anybody know, if there is some kind of a log/trace?

I remember, there is a function, which resets the http-cache in SAP.

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Christian,

 

Hope you are doing good.

Are you able to test the service fine using /nSICF -> test service.If that is working fine, then we can be sure that the issue is with the portal call.

It is possible that the issue is with the authorizations to run the service. Kindly run the web diag tool as outlined in note 1045019- "Web diagtool for collecting traces" with "Security" -> "All" and reproduce the issue. Clear all the cache before starting this. Start the web diagtool from the time you
login to the engine and make sure that the number of clicks are kept to the minimum and let us know the time and the 'user' employed. Run this on server node 0 (check note 1589567).
This should have more info.

____________

Kind Regards,

Hemanth

SAP AGS

Private_Member_19084
Active Contributor
0 Kudos

Hello Hermanth,

thx for support - again.

Testing already fails in SICF.

But only for the "Reference"-Service itself.

If I test the source (=reference) it works.

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Christian,

I do not understand this part :

"

Testing already fails in SICF.

But only for the "Reference"-Service itself.

If I test the source (=reference) it works.

"
Maybe a screenshot like the below will make this clear:


You need to make sure that the service is testing fine from /nSICF; only then you will be able to call it from portal.

Regards,
Hemanth

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Also, for additional traces, you can goto /nsicf, click on Execute button, in the next screen, click on "Edit"->"Trace"->"Activate trace", in the popup window, click on "Activate". Then reproduce the issue, and the dev_icf will have more details.
You can check dev_icf from the TCode /nAL11.

Regards,
Hemanth

Private_Member_19084
Active Contributor
0 Kudos

Also not working in other browser.

I've checked already the notes and the post - but still not answered.

Is there a kind of log which I can check?

Or is it the dev and rfc logs?

May it need some time to update the services.

But I did create the service already yesterday.

Former Member
0 Kudos

Hi Christian,

May i know what kind of services ???

IE version ???

Regards,

Dhuvaraganathan M.

Private_Member_19084
Active Contributor
0 Kudos

IE 9 and "Reference to Existing Service"

divyanshu_srivastava3
Active Contributor
0 Kudos

You said on saving you are getting this error, so that should be because of something missing

Can you look into this thread.

Also, share some more info on test and activation

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Christian,

Try this is some other IE version or browser.

Regards