cancel
Showing results for 
Search instead for 
Did you mean: 

SCP Integration to ByDesign API Connection Refused

masjo
Explorer
0 Kudos

Hi,

I have created an iflow to invoke the Manage Sales Order API in ByDesign. I am testing this iflow via soap-ui and I am getting the following error:

org.apache.cxf.interceptor.Fault: Could not send Message., cause: java.net.ConnectException: errno: 111 (Connection refused), error: Connection refused ....

This error is occurring in the Request-Reply to the ByDesign API in the iflow so it is failing to connect to ByDesign.
When calling the API directly from soapui, I have no issues. My receiver channel to byDesign is setup similar to this blog:

https://blogs.sap.com/2015/03/23/mapping-an-ecc-idoc-to-a-byd-a2x-service-with-hana-cloud-integratio...

Does anyone else have any suggestions of what else I can look at/check to solve this issue?

Thanks in advance.

-Joy

Accepted Solutions (1)

Accepted Solutions (1)

masjo
Explorer
0 Kudos

We moved our development to our partner tenant and it worked fine. We have logged an incident with SAP.

Answers (1)

Answers (1)

former_member204100
Active Participant
0 Kudos

Hi Joy,

is the trust relationship ok between these systems - was the HTTPS certificate installed in your keystore? Can you do a successfull connection test to the target service in CPI?

Best regards,
Viktor

masjo
Explorer
0 Kudos

We are using Basic authentication between Integration and byDesign so I didn't do anything with the keystore. Is this necessary for Basic authentication. I had a look in the keystore and I can see that the Baltimore root cert is in the Integration keystore which is the root cert for byDesign. That was in there by default from SAP though.

As for the connection test, the target service is in bydesign not SCP Integration. How do I do a connection test for that? I understand I can do it in ByDesign for integrations FROM byDesign to HCI, not the other way around.