cancel
Showing results for 
Search instead for 
Did you mean: 

Received HTTP response code 404 : Not Found.

GabrielSagaya
Active Contributor
0 Kudos

Hi All,

While working with File to JDBC interface,

the file is picked from the FTP Server location.

But i faced the error as below.

Transmitting the message to endpoint http://emsap008:50000/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.

please give me any idea........

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

The port should be abap port 8XXX generally 8000 instead of 50000. try changing it

U can see the abap port in smicm

Regards,

Prateek

Former Member
0 Kudos

It means you AE is unable to communicate with IE.

t-code SMICM..check the HTTP port No:

open the SMICM code...just right click anywhere in the window...then click on the Services..it will show u the HTTP and HTTPs port no.

THen from SLD --Business Landscape --your Business System..chek the Pipeline URL http://<host>:<port>/sap/xi/engine?type=entry

the HTTP port that u will see in the SMICM should be same in the pipeline URL

Thanks