cancel
Showing results for 
Search instead for 
Did you mean: 

PO 7.3.1 HTTP_AAE receiver channel error

Former Member
0 Kudos

Hi,

This is an IDoc to http scenario. IDoc reached PI successfully and from there a http call is made and the messages shows a status delivered.

But in the receiver http channel there is an error thrown as below:

"Error occured, Caused by: com.sap.aii.adapter.http.api.HttpAdapterException:ERROR_SENDING_HTTP_REQUEST, Data is not repeatable."

Any suggestions why this http receiver channel throws an error.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

marksmyth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

This seems to be the same issue that is resolved with SAP note 1958104 HTTP_AAE adapter fails with exception 'ERROR_SENDING_HTTP_REQUEST'. Check you have the required SP and PL levels.

Regards

Mark

Answers (2)

Answers (2)

Bhargavakrishna
Active Contributor
0 Kudos

Hi Anurag,

As Mentioned by Mr. Indrajit, check the target structure.. test the mapping once and see whether the target structure is populating successfully or not?

Are you sure, that the payload fits to the receiver requirements?

Refer the below link to test tool for HTTP

http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/08/12/http-test-tool-for-sap-pi-73

Ping the HTTP communication channel and see the status from communication channel in RWB.

Log on to the server, where the PI is installed.

check whether you can Ping the receiver host  or not?

Place the URL in the browser and see if it is working..

Make sure the payload you are generating fits the receiver

Regards

Bhargava krishna

Former Member
0 Kudos

Hi Anurag

It looks like that the issue with structure of your input HTTP request. Check the occurrence of the nodes in the xml request. May be the HTTP service is expecting only one record while you are trying to send multiple record.