cancel
Showing results for 
Search instead for 
Did you mean: 

Error com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP res 404

Former Member
0 Kudos

Hi Friends,

In file to file scenario i am getting this error.

Transmitting the message to endpoint http://spcc-sappidev:50000/sap/xi/engine?type=entry using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 404 : Not Found

When i see the msg in Message Detail Tool(Detail Display) I am able to see the right payload,but the file is not moving,and in audit log i can see the above mantioned error.

Want to confirm tht the endpoint in the above error should have java port or http port?

Also let me knw,what other things should i check.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi brijesh

From SLD go the XI business system,check the check the role (IS) and the URL (the port should be HTTP PORT OF ABAP WAS)

finally restart j2ee engine from SMICM

regards

kummari

former_member194786
Active Contributor
0 Kudos

Hi Brijesh,

It seems the port entry maintained in the SXMB_ADM is wrong for the pipeline. Check it and modify the port number as the Integration Engine port number.

Regards,

Sanjeev.

Former Member
0 Kudos

Hi Sanjeev ,

I solved the problem, n now the scenario is working fine. actually there was problem in the mapping at receiver side n also changed the 50000 port to htp port 8000.

Thanks..

Former Member
0 Kudos

You are using the JAVA port for the Integration Engine, while the ABAP port should be used. The default for this is 80+instance number. So if your instance number is 00, the ABAP port would be 8000.