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

java.net.ConnectException: Connection timed out

Former Member
0 Likes
2,288

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 Experts,

After i have updated the CC config with the Time out parameter value to 10 secs, Data connection as Passive and Connection mode as Permanently .

It is giving the following error now

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

Please suggest further to resolve the issue.

Thank you.

Former Member
0 Likes

Hi

Run the report

RSFTP002 in XI

and chk whether the connection to FTP works.

giv params

user = <your ftp user>

pwd = <your ftp pwd>

host= <your ftp host/ip>

command1 = <ls>

RFC Dest = SAPFTP

Compress = N

For checking frm unix promt..login using any client tools(putty.exe)...and execute the ftp commands.

rgds,

Arun