cancel
Showing results for 
Search instead for 
Did you mean: 

Transmitting message to entry pipeline failed !!

Former Member
0 Kudos

Hi

We have configured a file adapter to poll a specific directory. Now the adapter polls the file , deletes it after reading it , however it fails to deliver the message to entry pipeline. The status is MDT indicates below System Error

"Transmitting the message to endpoint http://ztm0042:50500/sap/xi/engine?type=entry using connection AFW failed, due to: Received HTTP response code 404..

There seems to be an issue with delivering message to entry pipeline from AF. I beleive this has to do with access permissions.

Any pointers as to how to resolve this error ?

Thanks

Saravana

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

can you check in your sld

Business System: XI (your XI)

and the Pipeline URL value?

it should be someting like:

http://ztm0042:8005/sap/xi/engine?type=entry

do you have such an address? (with http instead of j2ee)

Regards,

michal

MichalKrawczyk
Active Contributor
0 Kudos

another thing you can check apart from the one from my previos message is:

the http is also maintained in the:

exchangeprofile

Connections

com.sap.aii.connect.integrationserver.r3.httpport

you can check it(the HTTP port) TCODE SMICM (goto ->services)

BTW

remember to update SLD cache before running the test again

Regards,

michal

Message was edited by: Michal Krawczyk

Former Member
0 Kudos

Michal , u did it again , we actually had to change the port in 3 places . In SLD Business System , In exchange profile http port & in SXMB_ADM we had to update the value of IS_URL(previously it was blank!!). You get the max points :). Thanks again

-Saravana

MichalKrawczyk
Active Contributor
0 Kudos

BTW

check to configuration guide with your installation (2-3 hours) and it may save you much more time in the future

I do it quite often:)

regards,

michal

Former Member
0 Kudos

Hi,

We are also facing the same problem. We have checked the business system, sxmb_adm and httpport in the exchange profile but all of them are filled with the respective values. Can you suggest any other possible cause of the problem?

follwing are the parameters and the values filled in:

com.sap.aii.connect.integrationserver.r3.httpport = 8000.

com.sap.aii.connect.integrationserver.httpport = 50000.

in sxmb_adm we have given url as http://10.119.4.33:50000/sap/xi/engine?type=entry

Thanks and Regards,

Nitin.

Former Member
0 Kudos

Nitin, The IS_URL value should be the same as your integrationserver.r3.httpport value. try changing it and it should work

Answers (2)

Answers (2)

Former Member
0 Kudos

The entire audit log shown is:

2006-05-24 12:59:10 Success

Channel SenderChannel: Send binary file "D:\usr\sap\trans\tmp\sender\xi_input.xml". Size 363 with QoS EO

2006-05-24 12:59:10 Success

Application attempting to send an XI message asynchronously using connection AFW.

2006-05-24 12:59:10 Success

Trying to put the message into the send queue.

2006-05-24 12:59:10 Success

Message successfully put into the queue.

2006-05-24 12:59:10 Success

The application sent the message asynchronously using connection AFW. Returning to application.

2006-05-24 12:59:11 Success

The message was successfully retrieved from the send queue.

2006-05-24 12:59:11 Success File "D:\usr\sap\trans\tmp\sender\xi_input.xml" deleted after processing

2006-05-24 12:59:11 Success

The message status set to DLNG.

2006-05-24 12:59:11 Error

Transmitting the message to endpoint http://itcxi1:53000/sap/xi/engine?type=entry using connection AFW failed, due to: Received HTTP response code 404..

2006-05-24 12:59:11 Success

The asynchronous message was successfully scheduled to be delivered at Wed May 24 13:04:11 GMT+05:30 2006.

2006-05-24 12:59:11 Success

The message status set to WAIT.

2006-05-24 13:04:11

Success Retrying to send message. Retry: 1

This same process is repeated 4 times.

Regards

neetu

Former Member
0 Kudos

Hi Neetu,

Were you able to solve your problem finally .

if you did could you let us know how was it solved

Thanks

Amit

Former Member
0 Kudos

Hi,

We are also facing the same problem. IT is a <b>file to file scenario</b>.

We have <b>not used any business system</b>.

There are <b>two business service</b>(one sender and the other reciever).

We have checked sxmb_adm and httpport in the exchange profile but all of them are filled with the respective values:

com.sap.aii.connect.integrationserver.r3.httpport = <b>8030</b>.

com.sap.aii.connect.integrationserver.httpport = <b>53000</b>.

in sxmb_adm we have given url as <b>http://10.119.4.33:8030/sap/xi/engine?type=entry</b>

But we are still getting the error msg that reads:

<b>Transmitting the message to endpoint http://itcxi1:53000/sap/xi/engine?type=entry using connection AFW failed, due to: Received HTTP response code 404..</b>

Pls suggest what else do i need to check.

Regards

Neetu