cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.31 receiver HTTP channel error

former_member183906
Active Contributor
0 Kudos

HI

I am using PI 7.31 single stack.

Working on IDOC to HTTP scenario.

IDOC reached PI successfully and receiver HTTP chanel is giving below error -

"

Exception caught by adapter framework: Data is not repeatable.

Transmitting the message to endpoint <local> using connection IDoc_AAE_http://sap.com/xi/XI/System failed, due to: com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_SENDING_HTTP_REQUEST, Data is not repeatable.

"

Any idea on it,why HTTP receiver channel is giving this error

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

This error is caused becuase the user that you are accessing url doesn't have access or some thing in the third party application preventing not to post data to that url. We changed the username and issue resolved

Former Member
0 Kudos

Hi,

We have encountered a similar kind of issue. Please let us know if you have found a solution for this.

Thanks

Anurag

former_member183906
Active Contributor
0 Kudos

hi

i have not got any solution for it yet.. facing similar issues still.. did u get any fix

former_member184720
Active Contributor
0 Kudos

Hi

I think it is bug and below note should fix your issues

1958104 - HTTP_AAE adapter fails with exception 'ERROR_SENDING_HTTP_REQUEST'

Former Member
0 Kudos

Hi,

We are facing the same issue, but in our case some times it is running successfull and some times it is throwing the 'ERROR_SENDING_HTTP_REQUEST' for the same request.

can we get any fix for this.

Former Member
0 Kudos

Hi,

This was the below note which was suggested by SAP.

1958104 - HTTP_AAE adapter fails with exception 'ERROR_SENDING_HTTP_REQUEST'

Check ur patch level before doing the code correction changes.

Anurag

former_member183906
Active Contributor
0 Kudos

The strange part is -

PI 7.31 single stack is able to send HTTP request to 2 servers perfectly. The issue of 'ERROR_SENDING_HTTP_REQUEST' is coming for a specific server where i gave host name,port..difference is that prefix is / only.

The error is for HTTP request send from PI 7.31 ,but to the same server with same details - HTTP request is going perfectly OK.

any pointers on it ?

regards

iaki_vila
Active Contributor
0 Kudos

Hi,

The error seems to be in something relative with the http structure. You http endpoint client has any call example?, could try to call with an external tool like the posted here ?

Regards.