cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP server code 500 reason Internal Server Error explanation Internal Server Error

Former Member
0 Kudos

Hi Experts ,

We are getting the following error in SXMB_MONI while processing the message in PI .

"HTTP server code 500 reason Internal Server Error explanation Internal Server Error"

The receiver is HTTP and only one particular message is throwing this error , while all the before and after message for the same receiver has processed successfully .

In MONI the error is coming in CALL ADAPTER , with the following error code:

  <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!--

Call Adapter

  -->

- <SAP:Error SOAP:mustUnderstand="" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

  <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>Internal Server Error</SAP:P3>

  <SAP:P4 />

  <SAP:AdditionalText />

  <SAP:Stack>HTTP server code 500 reason Internal Server Error explanation Internal Server Error</SAP:Stack>

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

  </SAP:Error>

Analysis So far : I thought this particular message is having some data issue , but when processed the load in mapping using TEST it is not throwing any mapping error .

Request to kindly provide any pointer what could be wrong.

Accepted Solutions (0)

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

There are other options to test the target system with the same payload and confirm the problem is at PI or target system.  There are free standard http client tools available online. search for them. Use any tool and post the message outside PI and see how that helps.

refer this sample link

http://www.softpedia.com/get/Internet/Other-Internet-Related/HTTP-Client.shtml

rajasekhar_reddy14
Active Contributor
0 Kudos

I dont think its problem with Data, problem with Target system.

Try to post other message and see the results,