cancel
Showing results for 
Search instead for 
Did you mean: 

Error when receiving by HTTP: Error code 108

Former Member
0 Kudos

Hi,

I have following Problem.

I try to send, maybe 10 Idocs to the same time to one Adapter.

It doesn't matter what kind of Adapter.

I tryed:

IDOC -> XI -> JDBC

FILE -> XI -> JDBC

IDOC -> XI -> FILE

FILE -> XI -> FILE

Everytime the same problem. When i send <5 Messages, everthing works fine.

But when i send more than 5 i get the error at some Messages(30-80%):

<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>108</SAP:P1> 
  <SAP:P2 /> 
  <SAP:P3 /> 
  <SAP:P4 /> 
  <SAP:AdditionalText /> 
  <SAP:ApplicationFaultMessage namespace="" /> 
  <SAP:Stack>Error when receiving by HTTP (error code: 108, error text: )</SAP:Stack> 
  <SAP:Retry>N</SAP:Retry> 
  </SAP:Error>

  <Trace level="3" type="T">HTTP-client: sending http-request...</Trace> 
  <Trace level="3" type="T">HTTP-client: request sent</Trace> 
  <Trace level="3" type="T">HTTP-client: Receiving http-response...</Trace> 
  <Trace level="3" type="System_Error">HTTP-Client: exception during receive: HTTP_COMMUNICATION_FAILURE</Trace> 
  </Trace>

I think the problem is between Integration Engine and AdapterFramework. There get some Messages the HTTP Error.

Any Idea ?

Regards,

Robin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Robin,

Are you able to solve your problem.I am also facing the same problem but my scenario is different. It is a BPM process where we are calling a RFC synchrounously from BPM and the same error is comming.

Thanks

Gopesh

Former Member
0 Kudos

anyone have resolved this issue? I am facing the same problem at the moment...