cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ICM_HTTP_CONNECTION_FAILED

Former Member
0 Likes
4,642

Hi All,

The scenario is IDOC to File (XML). IDOC is triggered in ERP, comes to PI ( i can see in MonI)

After all pipeline steps in PI, while in call adapter in PI, i see error

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!--  Call Adapter

  -->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

  <SAP:Category>XIServer</SAP:Category>

  <SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>

  <SAP:P1>400</SAP:P1>

  <SAP:P2>ICM_HTTP_CONNECTION_FAILED</SAP:P2>

  <SAP:P3>(See attachment HTMLError for details)</SAP:P3>

  <SAP:P4 />

  <SAP:AdditionalText />

  <SAP:Stack>Error while receiving by HTTP (error code: 400 , error text: ICM_HTTP_CONNECTION_FAILED) (See attachment HTMLError for details)</SAP:Stack>

  <SAP:Retry>A</SAP:Retry>

  </SAP:Error>

All other Proxy to file and file to proxy interfaces, works fine .. No issues in SLDHECK etc.

HTTP RFC works fine ( PI to ABAP & vice versa)

Can you please advice, what could be the issue

Thxs

View Entire Topic
hasan_celebi
Participant
0 Likes

Hi Techie;

This issue can occur when the Adapter Engine Cache in SXI_CACHE is populated with an incorrect entry.

  1. Go to transaction SXI_CACHE -> Goto -> Adapter Engine Cache.
  2. If the entry here is incorrect, delete it.
  3. Then resend a message which will allow the correct Adapter Engine Cache entry to be populated.

However status HTTP Response should be "200" for Sap PI .

Regards

Hasan

Former Member
0 Likes

HI All,

I tried all the options on my PI 7.1 system.

(1) RFC is giving Response of 500 with text of Internal sever error. However, all the 3 system has the same status and IDOC to file is not working in only in 1 system.

(2) SXMB_ADM.. All settings looks fine. Also proxy scenario works fine. IDOC is reaching PI but failing

(3) SICM looks Ok and deleted the entries in SXI_CACHE as well..

As mentioned only IDOC scenarios are failing  as shown below & rest all is going fine.

Thanks all for your time & appreciate any feed back.

nitindeshpande
Active Contributor
0 Likes

Hello,


Have you done all the relevant configurations in Java stack of SAP PI system?

Please find the below blog for the relevant configurations to be done -

http://scn.sap.com/docs/DOC-31398

I think so InboundRA resource adapters and JCOs are not created.

Regards,

Nitin