cancel
Showing results for 
Search instead for 
Did you mean: 

Error - connection time out: connection

Former Member
0 Kudos

Hello colleagues,

I am implementing a scenario of HTTP-->SOAP sending an xml payload with Wfetch utility.

I get the following error in SXMB_MONI:

<?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 timed out: connect</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

Is it connected to the adapter framework definitions? Can someone help?

Thanks,

Oded

Accepted Solutions (1)

Accepted Solutions (1)

former_member184154
Active Contributor
0 Kudos

How does the SOAP channel look like in the Adapter Monitor?

Is it pointing to an existing&up URL?

Former Member
0 Kudos

Hi Alessandro,

The SOAP Channel is configured as follows:

Target URL:

http://192.117.169.234/panorama/WebServices/Rendering.asmx

SOAP Action: http://webservices.panorama.com/Render

without any authentication needed.

Can you assist?

Oded

former_member184154
Active Contributor
0 Kudos

Are you sure the mentioned SOAP url can be reached from XI AFW box? Can you take remote control over XI box and try a

telnet 192.117.169.234 80

That should go to blank screen on succesful connection. Is it so?

Also, try to do a complete cpa cache refresh with this URL and authenticate with the XIAFUSER:

http://host:port/CPACache/refresh?mode=full

And finally, have a look in the <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/bd5950ff-0701-0010-a5bc-86d45fd52283">troublshooting guide</a>, which might contain something useful (it's really well done).

Cheers,

Alexx

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Alessandro,

The SOAP Channel is configured as follows:

Target URL:

http://192.117.169.234/panorama/WebServices/Rendering.asmx

SOAP Action: http://webservices.panorama.com/Render

without any authentication needed.

Can you assist?

Oded