cancel
Showing results for 
Search instead for 
Did you mean: 

socket creation errror in adaprer engine

Former Member
0 Kudos

Hi Experts,

I am getting below error message in sxmb_moni.

Here my sceanrio is proxy to Soap synchronous.

<?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: unable to create a socket</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

please let me know the problem

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos
com.sap.aii.af.ra.ms.api.DeliveryException: unable to create a socket

Check with your network guys and confirm that the port you are using for this communication is able to pass the firewall settings....socket exception occurs when there is a firewall restriction on the port...

Regards,

Abhishek.

Former Member
0 Kudos

Hi was your problem resolved as we are getting a similiar error.

Answers (1)

Answers (1)

Former Member
0 Kudos

na

Former Member
0 Kudos

My problem is resloved ...It was the issue with ports not opened at recevier end...