100 pts.
 iSeries Asynchronous Socket Error 10053
I use software called RPGsp on my XP professional PC to write web pages that uses our information on the I Series main frame, that is using version 5.4. It uses a FTP connection on the I Series to move the data. Every thing works fine in the morning but after 1:00 p.m. I start getting the message, Asynchronous Socket Error 10053. Also a lot of users on the I Series start having problems FTPing information to there PC's in the afternoon. Could anyone tell what to look for to fix this problem or where to go to get information? Thanks for any help.

Software/Hardware used:
ASKED: July 31, 2009  3:48 PM
UPDATED: August 5, 2009  4:10 PM

Answer Wiki:
Socket error (#10053): Software caused connection abort. It looks like something is causing your FTP server to either bounce or go down all together. Since this seems to happen around the same time each day, I would take a look at what jobs are scheduled and what they do.
Last Wiki Answer Submitted:  August 5, 2009  4:10 pm  by  Teandy   5,830 pts.
All Answer Wiki Contributors:  Teandy   5,830 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

If you just want to get it going right now try ending and restarting FTP:

ENDTCPSVR SERVER(*FTP)

STRTCPSVR SERVER(*FTP)

If that doesn’t work make the call to IBM Support: 1-800-IBM-SERV

 1,720 pts.