cancel
Showing results for 
Search instead for 
Did you mean: 

Error with HTTP Adapter

Former Member
0 Kudos

Hi all,

I have a scenario in which i am sending an IDoc to a Oracle Table. This sends back an acknowledgement to an HTTP Receiver which is finally sent as an ALEAUD Idoc to the sender system.

The data is getting posted to the table and the acknowledgement is also getting sent.

But the HTTP Server is throwing following 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>XIAdapter</SAP:Category>

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

<SAP:P1>500</SAP:P1>

<SAP:P2>Internal Server Error</SAP:P2>

<SAP:P3>Message ID 071700DC367DAA44A325E05C11D66B14 already exists in called system (pip</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Http server code 500 reason Internal Server Error explanation Message ID 071700DC367DAA44A325E05C11D66B14 already exists in called system (pip</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

The path that i have mantioned in the Receiver Communication Channel is:

/sap/xi/adapter_plain?namespace=http://namespace-Idoc2JDBC&interface=ALEAUD_out_asy&service=ITCXI1&QOS=EO

Pls if anybody could guide as to what could be the possible error.

Thanks in advance.

Regards

Neetu

Accepted Solutions (0)

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi Neetu,

This SAP Note may help you - 804124

Also make sure that Http server service available. And configuration is correct

Regards,

Moorthy