cancel
Showing results for 
Search instead for 
Did you mean: 

connection reset

Former Member
0 Kudos

hello

I have a scenario that each time it runs, I recieve this message/ the scenario run about 100 times in a row, and in the middle, in one of the runs, I recieve this message

<?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="1">

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: Connection reset</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

any suggestions?

Kfir

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

the scenario that I send is a simple RFC2WS sync scenario. it runs in a row for about 100 times, and some where in the middle I recieve this message and the specific scenario fails.

the other finish successfull.

JoelTrinidade
Active Contributor
0 Kudos

hi Kfir,

There is very less than you can do because this connection reset is at the webserver socket connection level. It would be advisable to show this to your webservice people.

Regards

joel

Answers (1)

Answers (1)

JoelTrinidade
Active Contributor
0 Kudos

Hi Kfir,

Please post more info. You have not mentioned anything about the scenario. This error could be due to a jdbc receiver , could be http , or rfc.

Please elaborate.

Regards

joel

Edited by: joel trinidade on Apr 23, 2009 12:40 PM