This is a discussion on FTP errors within the AIX Operating System forums, part of the Unix Operating Systems category; --> All, I'm trying to FTP a 1.2gb file but on I'm getting the error below. 200 PORT command successful. ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| All, I'm trying to FTP a 1.2gb file but on I'm getting the error below. 200 PORT command successful. 150 Opening data connection for exp_tssprod.dmp. 452 Error writing file: Error 0 225 ABOR command successful. It transfers a little over a 1gb before I get the error. Could it be the ulimit issue with the hardfile size, corrupted file, both, or neither? Thanks |
| |||
| Ken wrote: > All, > I'm trying to FTP a 1.2gb file but on I'm getting the error below. > > 200 PORT command successful. > 150 Opening data connection for exp_tssprod.dmp. > 452 Error writing file: Error 0 > 225 ABOR command successful. > > It transfers a little over a 1gb before I get the error. Could it be > the ulimit issue with the hardfile size, corrupted file, both, or > neither? > > Thanks The default file size limit is usually 1 gig on AIX, set in /etc/security/limits. So I'd shoot for looking at ulimit. |
| ||||
| ucstyle@hotmail.com (Ken) wrote in news:d526473a.0310170613.2ea09c23 @posting.google.com: > All, > I'm trying to FTP a 1.2gb file but on I'm getting the error below. > > 200 PORT command successful. > 150 Opening data connection for exp_tssprod.dmp. > 452 Error writing file: Error 0 > 225 ABOR command successful. > > It transfers a little over a 1gb before I get the error. Could it be > the ulimit issue with the hardfile size, corrupted file, both, or > neither? If the size is 1073741824 (1GB=1024^3) then it's the default ulimit. Your next problem will probably be when you hit the JFS size (2GB-1= 2147483647). -- Doing AIX support was the most monty-pythonesque activity available at the time. Eagerly awaiting my thin chocolat mint. |