cancel
Showing results for 
Search instead for 
Did you mean: 

Certificate Error while sending and receiving message

Former Member
0 Kudos

Hi Friends,

When I am trying to send message from XI7.1 to our Business partner, I am getting error,

Transmitting the message to endpoint https://xxx.xxx.xxx.xx:xxx/invoke/Bxxx_Alxxx.flows:sendOrder using connection BcAdapter failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Received HTTP response code 401 with message "[B2BSERV.0084.9004] Access Denied"..

Without attaching certificate i am able to send message to partner by user name and password provided by partner, so I think there is some error in certificates.

I Want to confirm, while sending I am giving our companies certificate view and entry in integration builder.Is it correct?

Any other suggestion/?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You need to use the certificate provided by your partner. Thus that certificate will be acceptable on your Business partner side. Also try to provide the proxy details if those are available.

the Error code 401 indicates that the the expected certificate or User ID details are not valid. As you say the User Details are fine, then confirm with the certificate.

You are on sender side then, you should follow the client certificate.

Thanks

Swarup

Former Member
0 Kudos

You are sending a message to a https://server/path address. In that case, you should choose HTTPS as transport protocol. In the URL part, you enter the complete URL with https://

You don't send your own certificate, because your business partner is responsible for setting up the SSL socket (HTTPS).