|
|
| Author |
Message |
jericson
New User
Joined: 03 May 2008 Posts: 2 Location: Board of Equalization; Sacramento, CA
|
|
|
|
I was hoping that someone might be able to explain this error message to me. I put ? marks wear there was information that I don't feel comfortable disclosing. I hope I don't confuse everyone:
.EZA1736I FTP (EXIT=16
.EZA1450I IBM FTP CS V1R7
.EZA1772I FTP: EXIT has been set.
.EZA1456I Connect to ?
.EZA1736I ???.??.???.??
.EZA1554I Connecting to: ???.??.???.?? port: 21.
.220 Microsoft FTP Service
.EZA1459I NAME (???.??.???.??:Q104365):
.EZA1701I >>> USER ????\??????
.331 Password required for ????\??????.
.EZA1701I >>> PASS
.530 User ????\?????? cannot log in.
.EZA1735I Std Return Code = 26530, Error Code = 00011
.EZA1701I >>> QUIT
.221
Thanks for the help. |
|
| Back to top |
|
 |
References
|
Posted: Fri May 16, 2008 10:03 pm Post subject: Re: FTP error message, can someone help? I don't understand it |
 |
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2653 Location: italy
|
|
|
|
| Quote: |
530 User ????\?????? cannot log in.
.EZA1735I Std Return Code = 26530, Error Code = 00011 |
what is that You cannot understand ???
did You try to look at the messages and codes manual
what did Your support group tell You
| Quote: |
EZA1735I Std Return Code = rc, Error Code = ec
Explanation: FTP has ended with an error only because the user has specified EXIT as a start parameter. Normally FTP would continue.
rc is the standard return code. rc is in the format yyxxx, where
yy
the subcommand code, which is a number from 0 to 99.
xxx
This is the last reply code received from the FTP server. If a subcommand failed before a reply was received from the server, this value is 000.
ec is the client error code set by the FTP client.
System Action: The FTP client ends.
User or Operator Response: To determine the cause of the error, refer to z/OS Communications Server: IP User's Guide and Commands for information about FTP return codes, including subcommand codes, client error codes, and reply codes.
System Programmer Response: None.
Source Data Set: EZAFTPCX |
from the manual
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/SEARCH?SEARCHREQUEST=EZA1735I&Book=F1A1C750&DN=SC31-8783-06&DT=20050711154813&TYPE=FUZZY&RANK=RANK&SEARCHTOPIC=TOPIC&SEARCHTEXT=TEXT&SEARCHINDEX=INDEX&SHELF=F1A1BK61.bks |
|
| Back to top |
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3173 Location: Charlotte,NC USA
|
|
| Back to top |
|
 |
Moved: Fri May 16, 2008 11:06 pm by superk From TSO/ISPF to Other Mainframe Topics |
|
|