cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

java.net.ConnectException: Connection timed out

Former Member
0 Likes
2,286

Hi Experts,

I am getting the below error for a FTP sender CC

Error occurred while connecting to the FTP server "IP address": java.net.ConnectException: Connection timed out

And I hav'nt mentioned the any value for Timeout parameter in the sender CC config, is that causing any problem.

As it is occuring in the Production, couldn't be able to play with it.

Please suggest how can I ping the FTP server from XI box and to rectify this issue.

Thanks in advance.

View Entire Topic
Former Member
0 Likes

Hi,

Check whether the FTP Site is accessible from your XI Server OS level.

You can use the the FTP commands.

Which is your XI Server OS ??

try FTP <hostname> ...followed by userid / pwd (ftp server).

after connecting try to read/write/move files.

using get, put and rename ftp commands..

Use the xi installation OS user for this purpose .

If this works problem is due to incorrect channel parameters.

Also in the channel try giving the absolute path of the ftp folder.

rgds,

Arun

Former Member
0 Likes

Hi Arun,

It is Unix OS.

can you please suggest how can i access XI server OS to ping the FTP server.

Thank you.