cancel
Showing results for 
Search instead for 
Did you mean: 

PLAINHTTP_ADAPTER.ATTRIBUTE_SERVER error

Former Member
0 Kudos

Hi All,

On a very frequent basis we get the following error in XI.

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

<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:ApplicationFaultMessage namespace="" />

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

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

</SAP:Error>

Everytime when this occurs we receive alerts. But when we restart the message processing everything is fine and the message is processed correctly.

Any ideas???

How to obtain more info?

Best Regards

Ron

Accepted Solutions (0)

Answers (2)

Answers (2)

udo_martens
Active Contributor
0 Kudos

Hi Ron,

would be interesting, if it is inbound or outbound.

My assumtion: XI tries to send a asynchronous HTTP message, but the receiving application couldnt handle that, may be too much traffic, may be other reasons. XI schedules the messages (look to TA SMQR) and is trying again the request. If the application accepts the message now, everythink is ok and you dont have to care.

Regards,

Udo

Former Member
0 Kudos

Hi,

The messages are sent in bulk and to a receiver http communication channel. So the findings of you and Hermant are possibly correct.

The helpdesk is getting a lot of alerts on this issue. (every error triggeres an alert). Is is possible to suppres alerts on this error?

Ron

bhavesh_kantilal
Active Contributor
0 Kudos

> The helpdesk is getting a lot of alerts on this

> issue. (every error triggeres an alert). Is is

> possible to suppres alerts on this error?

>

Sure is.

Define a Separate Alert Rule only for this error and then select option Suppress Multiple Alerts of this Rule in the Alert Rule.

Now the Alert will be triggered only once for this error message until the Alert is confirmed int he RWB.

Regards

Bhavesh

udo_martens
Active Contributor
0 Kudos

Hi Ron,

yes, transaction ALRTCATDEF.

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/80/942f3ffed33d67e10000000a114084/content.htm">Alert Configuration</a>

Regards,

Udo

Former Member
0 Kudos

Hi,

This problem is due to bottleneck in the traffic.

When the data comes in bulk some of the message get faile or when they arte not able to connect to reciever server.

Regards

Hemant

Reward points if find helpful