cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent: Message not transmitted from AFW to Integration server

Former Member
0 Kudos

We have trouble with some settings where the message is picked up by the communication channel and passed to the AFW. But, it gets stuck here with an error message "Transmitting the message to endpoint http://<J2EEServer>:<J2EE-Server-Port>/sap/xi/engine?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 404 : Not Found.

We have the "Pipeline URL" in our Business system to point to the HTTP port 8xxx but it is still going to the J2EE port such as 50xxx. Is there anyother place we need to change the port settings?

Any help would be appreciated.

Thx

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

No other place to define the pipeline url.

Check the HTTP Port by using tcode SMICM if it starts with 80xx.

>http://<J2EEServer>:<J2EE-Server-Port>/sap/xi/engine?type=entry

You should use HTTPport not J2EE-Server-Port

Like this: http://<host>:<HTTPport>/sap/xi/engine?type=entry

One more thing have u select the "Integration Server" as a business system role while defining the pipeline url.

In my point of view you first refresh the Cache and then try. If still you face the problem then probabily you can restart the server (if possible) & then try.

Regards,

Sarvesh

Answers (4)

Answers (4)

Former Member
0 Kudos

We had SLD connectivity issues. created Bus systems again and it solved it.

Former Member
0 Kudos

Hi coez,

let me explain where it's getting these URL.

In SLD in technical system abap type we will give the integration engine url.In my case i gave the wrong url and its throwed an http 404 error.

I think the same case for you also.

So change the URL here and restart the java engine.

It will surely work for you

Regards

Vijay

moorthy
Active Contributor
0 Kudos

Hello,

Try these:

1) after changing the pipeline url, refresh the SLD Cache,CPA Cache

2) Still no luck, try to restart the XI Server

Going thru this document will help you to troubleshoot your error:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6b9f17e1-0901-0010-45ac-a9a124b4...

Hope this helps,

Rgds, Moorthy

Former Member
0 Kudos

Thx for the reply. I did change the J2EE port to the HTTP port. But, it doesn't seemto take effect on a Cache refresh or a Java engine restart.

Wonder where its documented how the AFW communicates with the IS.

Thx

Former Member
0 Kudos

Ok then check this also.

Go to SXMB_ADM->Integration Engine Configuration->Choose Edit from Menu -> Change Global Configuration Data to switch to change mode. Then select System Landscape - Load Configuration. (This is not required always)

Check that the port really is the ICM HTTP Port and not the J2EE port i.e SMICM then menu GOTO --> SERVICES and check the port number for HTTP. It should be HTTP port.

Regards,

Sarvesh