cancel
Showing results for 
Search instead for 
Did you mean: 

regarding receiver FILE adapter, REMOTE FTP server

Former Member
0 Kudos

Hi All,

The scenario was to get XML file from a local FTP server and to place that XML file in REMOTE FTP server, which we dont have any control over that REMOTE FTP,

While executing the scenario it is successfully picked the file and processed and it was success in SXMB_MONI, but when we see the Communication Chaneel of the receiver adapter it is generating the following error..

Error when getting an FTP connection from connection pool: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: ConnectException: Connection timed out: connect

Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error when getting an FTP connection from connection pool: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: ConnectException: Connection timed out: connect

clarifications needed ASAP

regards,

Kishore.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Verify the Host details of the Remote FTP.

Try to ping the Remote host as below

Goto > start>Run --->type cmd and give the command as below

c:\>ping <host details or IP address> press enter and see if you get the successful communication response.

If its not it indicates that the connection is not setup.

Ask you FTP administrators to look into connectivity issue for it.

Thanks

Swarup

Former Member
0 Kudos

Hi Swarup,

The connection to that FTP server was made in OS level. and i can able to drop the files through browser,but when the same is done through XI i am getting the error.

regards,

Kishore

Former Member
0 Kudos

Hi,

the remote ftp server is not allowing for a connection to XI.

Try logging into that REMOTE FTP server from a browser window first, then check the parameters that you are passing in the sender comm. channel, coz the case may be that the remote server has allowed access to you and not XI address.

Regards,

Samson Rodrigues.