cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC TO HTTP Error ... Help

Former Member
0 Kudos

Hi Friends,

My scenario is sending custom IDOC's using an HTTP adapter to an external system.

there are few cases where some of the IDOC's have 25000 segment and in such cases my IDOC fails to reach the HTTP external system and it gives the below error in SXMB_MONI

I checked smq2 and the IDOC gets stuck in there and doesnt process the other small IDOC's in the same queue.

Error Message from SXMB_MONI

<?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>XIAdapter</SAP:Category>

<SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_CLIENT</SAP:Code>

<SAP:P1>110</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>HTTP client. Code 110 reason</SAP:Stack>

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

</SAP:Error>

Please let me know as to what could be the problem . I cant restrict my IDOC segements due the nature of the requirement.

Edited by: Vijay jothimani on May 16, 2009 2:02 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member307485
Active Participant
0 Kudos

Hi Vijay,

Please chedck if you have used the correct URL.

REgards,

Divya

former_member200962
Active Contributor
0 Kudos

Hi,

there are few cases where some of the IDOC's have 25000 segment and in such cases my IDOC
 fails to reach the HTTP external system and it gives the below error in SXMB_MONI

If you are sure that because of message size you are getting the error then you can check the tuning guidelines mentioned in section 3.2.9 of the below document:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2016a0b1-1780-2b10-97bd-be3ac622...

looking at the error log i would also recommend that you look at this discussion:

Regards,

Abhishek.

Former Member
0 Kudos

Hi,

Please see if this is useful to u

regards,

Manisha