cancel
Showing results for 
Search instead for 
Did you mean: 

file to file scenario

Former Member
0 Kudos

Hi experts,

I am doing file to file scenario where i am using FTP server to send and retrieve file. While sending it is picking up the file and it is not placing the receiver file. We r using same FTP Server for sending and receiving. I am getting the below error.

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

plz help me out.

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member192295
Active Contributor
0 Kudos

Hi,

I think it is due to authorization problem. You have write permission on folder that why your are able to read file but you can't write due to authorization. Check with network people it will wort out easily.

Former Member
0 Kudos

Hi,

Please check the Server details you entered in the receiver Communication Chanel. Also see if you have checked the "Creat Target Directory" Or else make sure the directory you mentioned should be there in the server.

Regards,

Shwetambari.

Former Member
0 Kudos

Check the port configured for HTTP

go to SMICM and check the http port configured if you are on PI 7.0 it will be 8xxx so check it out and make the same enty in all other places too

Ask your basis for doing so

Rajesh

Former Member
0 Kudos

Hi,

Thanks for quick response, can u plz mention where i need to check port 8xxx in other places.

Former Member
0 Kudos

I think you need the below places

1. SLD go to your registered business system and selct there Integration pipeline URL step

2. Exchange profile parameter com.sap.aii.connect.integrationserver.name

3. Also check at the integration engine configuration at SXMB_MONI and check the corresponding integration server name link

try at these places and check

Rajesh

Former Member
0 Kudos

Raju,

Can you check whether the URL http://atlsapxir:50000/sap/xi/engine?type=entry is indeed accessible? It seems to me like the Adapter Engine is unable to deliver the message to the integration engine on this URL.

This URL is taken from the Business System for your XI system in the SLD.

Kind regards,

Koen

former_member307485
Active Participant
0 Kudos

Hi,

Any of the following could be the reasons:

u2022 404 is an HTTP response code that indicates that the resource in question couldn't be found. Usually this is due to an incorrect URL, so it is better to cross check all URLs. Check pipeline URL in the SLD in the business system of the Integration Server For this go to SLD->Business System-><yourIntegrtaion Server>->Pipeline URL: It should be like this http://<host>:<port>/sap/xi/engine?type=entry Where host is the host name of the Integration Server and port is the HTTP(8xxx) port. To verify this in Integration Server you can do like this. 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)

u2022 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

u2022 If the error is Page cannot be displayed, cannot find server in https configurations Check and correct the SSL configuration for the ABAP and the J2EE side of the system

u2022 If the error is because of integration server when using Proxy communications then check these. i.e SXMB_ADM->Integration Engine Configuration->Corresponding Integration Server enrty should be dest://<Http Integration server-Destination> Where < Http Integration server -Destination > is the RFC destination (SM59) of type HTTP connection (type H) to the Integration Server. In this case, host name, port, and path prefix are saved in the RFC destination.

Regards,

Divya