> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Mark Pace > Sent: Tuesday, September 05, 2006 1:37 PM > To: [email protected] > Subject: FTP CPU Time limit > > > I have a customer that is trying to FTP a large amount of > data and received > the following message. > > FTP server returned this error: > 451 Data transfer aborted - command terminated due to CPU time limit > exceeded. Is there anyway to bump up the CPU limit? > > Not having much luck finding out where to change this time out value. > > > > Mark D Pace
That is set on the SERVER end. If the SERVER is a z/OS system, then the ftp is done with either the limits set by the user's OMVS segment (if it exists) or the "default UNIX user"'s OMVS segment. In particular, the CPUTIMEMAX parameter. If the SERVER is some other system, then you'd need to find out what system it is and have the administrator increase the cpu time. If the SERVER is a UNIX system, then the magic word is the "ulimit". Again, depending on the SERVER, this limit may be set on the actual userid, or it may be a part of the ftp server's processing. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology This message (including any attachments) contains confidential information intended for a specific individual and purpose, and its content is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this transmission, or taking any action based on it, is strictly prohibited. ---------------------------------------------------------------------- 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

