cancel
Showing results for 
Search instead for 
Did you mean: 

file to file scenario

Former Member
0 Kudos

Hi all

while doing File to File scenario I am getting below error file is not picking from server.

error in component monitoring

1) Transmitting the message to endpoint http:/host:8020/sap/xi/engine?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.net.ConnectException: Connection refused: connect.

2) Attempt to delete file "c:\inputfile.xml" after processing failed. Retry

Thanks and Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

1)Transmitting the message to endpoint http://<host>:<port>/sap/xi/engine?type=entry using connection AFW failed,........

ans)

1)Activate the service sap/xi/engine in transaction SICF

2)Note the wrong port 50000 here.

a) Run Tcode SMICM , and then goto -> services (or Shift-F1). Check what is your ICM HTTP port. Usually it is 8000.

b) Open the business system of your integration server in the SLD, Check if you have specified http://<host>:8000/sap/xi/engine?type=entry as pipeline URL there.

c) Verify if com.sap.aii.connect.integrationserver.r3.httpport is correctly set in the Exchange Profile.

regards

kummari

Former Member
0 Kudos

Hi Kummari,

I checked port in SMICM. i.e Http port no 8020

Also can connect to the URL..

Edited by: Srikanth Naidu on Jul 7, 2008 7:15 PM

Former Member
0 Kudos

Hi,

Possible checks for the Error

1) You may not have the Propper Authorizations to that Folder

2) may not have the Propper read/write/delete access

3) May be Firewall problem while accessing that Folder.

First try to ping that IP Address from the desk, whether it is reachable or not

Regards

Seshagiri

Former Member
0 Kudos

Hi seshagiri,

ur solution worked the files are being picked up...

but the out put files are not being generated..

still getting this error.....

Transmitting the message to endpoint http:/host:8020/sap/xi/engine?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.net.ConnectException: Connection refused: connect

agasthuri_doss
Active Contributor
0 Kudos

Hi,

Check the User ID Creditial in the Receiver File Adapter

Regards

Agasthuri Doss

Former Member
0 Kudos

HI,

The Target side User ID should have the proper authorizations to Write the file on Receiver system

Please check with the Read and Write permissions for the User ID.

Thanks

swarup

Former Member
0 Kudos

Hi can u please explain me in detail..

because i cant find the User ID Creditial in the Receiver File Adapter

Edited by: Srikanth Naidu on Jul 7, 2008 8:56 PM

Former Member
0 Kudos

HI,

Agasthuri have indicated the same thing as I had mention in my previous post to check the proper permissions to User ID as Read and Write permissions on Receiver side FTP server.

Thanks

Swarup

Edited by: Swarup Sawant on Jul 7, 2008 5:43 PM