cancel
Showing results for 
Search instead for 
Did you mean: 

Socket Exception in File to Mail Scenario

Former Member
0 Kudos

Hi All,

I developed file to mail scenario, where I am getting the following error in SXMB_MONI :-

<b> <?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: java.net.SocketException: Software caused connection abort: connect</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error></b>

This is the communication channel configuration I made :-

Adapter Type - Mail

Transport Protocol - SMTP

Message Protocol - XIALL

Adapter Engine - Integration Server

URL - smtp://smtp.registeredsite.com

Enable Checkbox for "Configure User Authentication"

Authentication Method - Plain

User - madhu.dantala@technosoftcorp.com

Password - *****************

In Mail Attributes :-

From - madhu.dantala@technosoftcorp.com

To - naveen@technosoftcorp.com

Subject - Test Mail

Content Encoding - Quoted-Printable

Please Help me out.

Thanks

Madhu.

Accepted Solutions (1)

Accepted Solutions (1)

justin_santhanam
Active Contributor
0 Kudos

Suresh,

Check any firewalls blocking ur connection to mail server!!

Best regards,

raj.

Answers (1)

Answers (1)

Former Member
0 Kudos

Raj,

Thanks for your answer. It solved my problem. Thanks you very much.

Thanks,

Madhu.