cancel
Showing results for 
Search instead for 
Did you mean: 

Software caused connection abort: socket write error.

samiullah_qureshi
Active Contributor
0 Kudos

Hi all

I am doing BPM to SOAP scenario. In which sometimes I have folowing error and sometimes it works perfectly fine.

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

- <!-- Inbound Message

-->

- <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: Software caused connection abort: socket write error</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

Can anyone help me out of this problem why this is happenning?

Thanks in advance

Regards,

Sami

Accepted Solutions (1)

Accepted Solutions (1)

GabrielSagaya
Active Contributor
0 Kudos

it looks like a session timeout. The timeout value determines the maximum duration of inactivity in a database session

You can configure the session timeout within the connection pool of the NetWeaver

Answers (0)