cancel
Showing results for 
Search instead for 
Did you mean: 

connection AFW failed, due to: Received HTTP response code 500

Former Member
0 Kudos

Hi,

I have tried to develop a file to file scenario in XI 3.0. The Sendor File adapter is reading the file but the message is not getting transfered to Integration engine.

The audit log for the message is as follows:

2005-05-07 04:10:24 Success Channel FileSendor: Send binary file "/tmp/xi_input.dat". Size 324 with QoS EO

2005-05-07 04:10:24 Success Application attempting to send an XI message asynchronously using connection AFW.

2005-05-07 04:10:24 Success Trying to put the message into the send queue.

2005-05-07 04:10:24 Success Message successfully put into the queue.

2005-05-07 04:10:24 Success The application sent the message asynchronously using connection AFW. Returning to application.

2005-05-07 04:10:24 Success Confirmation mode test found. File will be resent next time

2005-05-07 04:10:24 Success The message was successfully retrieved from the send queue.

2005-05-07 04:10:24 Success The message status set to DLNG.

2005-05-07 04:10:24 Error Transmitting the message to endpoint http://nadcp517:8020/sap/xi/engine?type=entry using connection AFW failed, due to: Received HTTP response code 500..

Any suggestion...

Accepted Solutions (0)

Answers (4)

Answers (4)

prasanthi_chavala
Active Contributor
0 Kudos

Hi Rahul,

Do check pipeline url in the sld in the business system of the Integration Server go to SLD->Business System-><Integrtaion Server>->Pipline URL: It should be like this http://<host>:<httpport>/sap/xi/engine?type=entry .And also check the ICM port.Go to SMICM->Services you should have http port. And check in SXMB_ADM->Specific configuration-->ISURL

Regards,

Prasanthi.

Former Member
0 Kudos

This blog will be very helpfull..

please go through

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

Award points if found usefull.....

Former Member
0 Kudos

hi

This problem comes due to the post installation steps might be at the time of post installation some wrong might be done.

step1 : In sxmb_adm configure the integration server by giving the path as http://<host>:<abapport>/sap/xi/engine?type=entry

step 2 : Check ur business system created at the time of post installation there u need to main the path as it as above.

Reward points if useful,

Regards,

Srinivas.D

Former Member
0 Kudos

We are having similar problems. We are getting the Error - AFW not unavailable.

Refer to SAP Note Number 803145. We are trying to increase the value of messaging.connections pollAttempts parameter to 100. Note that there are several pollAttempts parameters so you can do this for each one.

Regards,

Jay

Former Member
0 Kudos

Hello we have similar problems using sender FTP adapter (J2EE). Still don't know whats really wrong.

Using NFS message gets into IS but with FTP message remains in AFW

Former Member
0 Kudos

Hi

This might be the problem. Sometimes you need the complete hostname in the pipeline entry. We had the same problem with a server, with name example. There was problems with logging onto this server. Instead we changed the pipeline entry to example.local.domain, and then it worked.

The pipeline entry is changed in the SLD on the business system for the XI or PI system you are using