|
|
| Author |
Message |
guptae
Moderator
Joined: 14 Oct 2005 Posts: 990 Location: Bangalore,India
|
|
|
|
Hi All,
My JCL is abending with Std Return Code = 26530, Error Code = 00011 in FTP step
please find following FTP message
| Code: |
EZA1554I Connecting to: 10.109.184.118 port: 21.
220-TCPFTP1 IBM FTP CS V1R7 at AMVS390.uk.rsa-ins.com, 14:01:14 on 2007-08-21.
220 Connection will close if idle for more than 5 minutes.
EZA1701I >>> USER ccsmigr
331 Send password please.
EZA1701I >>> PASS
530 PASS command failed
EZA1735I Std Return Code = 26530, Error Code = 00011
EZA1701I >>> QUIT
221 Quit command received. Goodbye. |
Would you please tell me why it is failing? |
|
| Back to top |
|
 |
References
|
Posted: Tue Aug 21, 2007 6:42 pm Post subject: Re: FTP abend Std Return Code = 26530, Error Code = 00011 |
 |
|
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3096 Location: Charlotte,NC USA
|
|
|
|
| Code: |
530 PASS command failed
|
Sure looks to me like there's a password issue on the FTP server. |
|
| Back to top |
|
 |
Craq Giegerich
Senior Member
Joined: 19 May 2007 Posts: 970 Location: Virginia, USA
|
|
|
|
| Looks to me like the PASS command isn't valid, shouldn't it have some additional operands/values with it. |
|
| Back to top |
|
 |
kanak
Moderator
Joined: 12 Mar 2005 Posts: 260 Location: India
|
|
|
|
| Pass is not valid command. I will sujest you to check the same in command promt...just give FTP and server IP address this will change you 'C" prompt to FTP prompt there you can check the user name and password. THat will help you to test you user name password without submitting the job in mainframe. |
|
| Back to top |
|
 |
srinivas_naikk
New User
Joined: 23 Jul 2007 Posts: 2 Location: India
|
|
|
|
This usually happens if the userID and password parameters are specified incorrectly.
Try using some other user ID and password. |
|
| Back to top |
|
 |
Robert Sample
Senior Member
Joined: 06 Jun 2008 Posts: 354 Location: Atlanta, GA
|
|
|
|
26 means PASS command failed
530 indicates you weren't logged on
11 indicates login failed
PASS is a valid FTP command. The error indicates the user id and/or password you provided for the remote server were not accepted. |
|
| Back to top |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2560 Location: italy
|
|
|
|
| any reason to resurrect a 1 year old topic ??? |
|
| Back to top |
|
 |
|
|