Hello Does it time out the same number of minutes eg. 10 minutes. Your message is exactly the message I had gotten earlier this year. "java.net.SocketTimeoutException: Read timed out"
I had a similar problem when retrieving large amounts of SMF records which caused the submitting job to run longer than 10 minutes. I needed to increase the FTP timeout interval from the default of 10 minutes. The default parameter coded below is the default, which may time you out after 10 minutes. JESPUTGETTO 600 Increasing this value should get you working. Rich Lopez -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Behalf Of David Andrews Sent: Wednesday, December 14, 2005 12:19 PM To: [email protected] Subject: Re: RMF Spreadsheet Reporter On Wed, 2005-12-14 at 16:56 +0000, Perryman, Brian wrote: > The FTP log shows: > SENT: LIST > java.net.SocketTimeoutException: Read timed out I've seen this happen if either (a) there's a MTU mismatch (see your plumbers about this), or (b) you're using an active (rather than passive) ftp connection. For the latter, try to insert a LOCSITE FWF in the command stream, which enables passive ftp. -- David Andrews A. Duda and Sons, Inc. [EMAIL PROTECTED] ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

