cancel
Showing results for 
Search instead for 
Did you mean: 

Socket connection time Out - Sender File adapter (Intermittent Issue )

Former Member
0 Kudos

Dear FrIends,

In our sender file adapter i am getting the following issue:

I have already places timout : 120 secs.

This isssue is occuring intermittently.

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

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Check que-26 in SAP Note:821267

Former Member
0 Kudos

Hi Renu,

You need to increase the timeout Seconds and check.

Run the report RSFTP002.

and check whether the connection to FTP works. Provide the below parameters:

user = <your ftp user>

pwd = <your ftp pwd>

host= <your ftp host/ip>

command1 = <ls>

RFC Dest = SAPFTP

Compress = N

If the issue still exists, then check with your BASIS Team.

http://www.sap2048.com/socket-and-connection-issues-in-java-web-services-1351.htm

Thanks,

former_member181985
Active Contributor
0 Kudos

try this,

1. Remove timeout. should be blank.

2. Connection mode: Permanent

Former Member
0 Kudos

Are you sure on this ???

Since SAP informed as to keep Time out and what is the funda of keeping the conenction mode as permanent

Renu