View previous topic :: View next topic
|
Author |
Message |
guptae
Moderator
Joined: 14 Oct 2005 Posts: 1208 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 |
|
|
superk
Global Moderator
Joined: 26 Apr 2004 Posts: 4652 Location: Raleigh, 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: 1512 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: 252 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: 26 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
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
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
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
any reason to resurrect a 1 year old topic ??? |
|
Back to top |
|
|
Paul Hacker
New User
Joined: 02 Oct 2008 Posts: 15 Location: Tyler, texas
|
|
|
|
Actually yes there is a reason.
We have had the same problem on our Z10 system,but on Saturday it rejects the password/logon but Sunday it accepts the SAME JCL with the same thing!
Could it be the server instead of the actual JCL but somehow giving a logon reject error code when it's really something else? |
|
Back to top |
|
|
PeterHolland
Global Moderator
Joined: 27 Oct 2009 Posts: 2481 Location: Netherlands, Amstelveen
|
|
|
|
Ask the people on the receiving end. |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
if the same jcl sometimes run and sometimes does not...
the best place to search for hints might be your server operating system surroundings |
|
Back to top |
|
|
mpanda
New User
Joined: 08 Jan 2020 Posts: 2 Location: India
|
|
|
|
Do we need to give password while using SSH key transfer from mainframe to vendor server? I am also facing similar issue while doing ftp from mainframe:
331 Send password please
EZA1789I PASSWORD:
EZA1701I >>> PASS
530-Invalid password.
530 Operation cancelled
EZA1735I Std Return Code = 26530, Error Code = 00011 |
|
Back to top |
|
|
Nic Clouston
Global Moderator
Joined: 10 May 2007 Posts: 2454 Location: Hampshire, UK
|
|
|
|
Don't know. Ask people in your shop who are doing the same. Do not resurrect 10 year old topics. Locked. |
|
Back to top |
|
|
|