cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PO - B2B connectivity error

Former Member
0 Kudos

Dear Experts,

We are having B2B scenarios. ECC <--> SAP PO <--> Bank

Sender Adapter : RFC 

Receiver Adapter : HTTP_AAE

PO Version : 7.4  SP13

While trying with test message we are getting following exception.

Exception caught by adapter framework: ERROR_SENDING_HTTP_REQUEST-Message Processing Failed. Reason : java.net.ConnectException: errno: 110 (Connection timed out), error: Connection timed out .


Transmitting the message using connection AFW failed, due to: com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_SENDING_HTTP_REQUEST-Message Processing Failed. Reason : java.net.ConnectException: errno: 110 (Connection timed out), error: Connection timed out (local port ******* to address 0:0:0:0:0:0:0:0, remote port 443 to address ***************)

N/w team stating F/w has already been opened.

Request your kind inputs on this.


Best Regards,

Suresh S

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Raghu and Praveen,

We are trying to hit HTTPS url (B2B) Integration from PI Server.

I have below configuration in my communication channel.

We have generated CSR request (against one private key) and gave it to Bank for Certificate Signing.

Bank returned the Public certificate and also Root and Shared certificate.


We have imported those certificate as CSR Response (inside Trusted CAs) . Now we are facing this issue.


Attached above the HTTP_AAE Adapter screenshot.  Do we need to use specify client certificate also? Please confirm.

Best Regards,

Suresh S

former_member182412
Active Contributor
0 Kudos

Hi Suresh,

You can call the web service with client certificate or without certificate, it is dependent on web service side configuration. Ask them are they accepting without client certificate, if yes current configuration is right. Make sure the root certificate imported into TrustedCA in NWA, check below blog for more details.

Regards,

Praveen.

Former Member
0 Kudos

Hi Praveen,

In order to connect HTTPS URL via HTTP_AAE adapter,

1. SSL Enabled at PI end.

2. Certificates imported and referred(Client Certificate) also

Would it be suffice? Please confirm.

Best Regards,

Suresh S

former_member182412
Active Contributor
0 Kudos

Hi Suresh,

This is because of timeout occurred in receiver web service application side and PI show the same in the log.

Check section 2.8 in below document.


Potential cause for the error:

  • It is a tricky error which occurs due to timeout on third party system.
  • Failure happens while calling the receiver application.
  • Generally the web server on receiver side throws the time out error which PI captures and displays in Messaging System.

You can configure the TraceHTTP parameter in receiver HTTP_AAE adapter then you can see the request and response.

Regards,

Praveen.

former_member186851
Active Contributor
0 Kudos

Hello Suresh,

Try hitting the WS using soap UI or other tools and see the time taken to get the response back, This could be due to problem where response is not received with in the timeout parameter.

Check the below discussions

HTTP timeout during synchronous processing thro... | SCN

HTTP timeout issue in synchronous Proxy to HTTP... | SCN