IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

FTP abend Std Return Code = 26530, Error Code = 00011


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic :: View next topic  
Author Message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Tue Aug 21, 2007 6:42 pm
Reply with quote

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
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Tue Aug 21, 2007 6:50 pm
Reply with quote

Code:

530 PASS command failed


Sure looks to me like there's a password issue on the FTP server.
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Tue Aug 21, 2007 7:18 pm
Reply with quote

Looks to me like the PASS command isn't valid, shouldn't it have some additional operands/values with it.
Back to top
View user's profile Send private message
kanak

Moderator


Joined: 12 Mar 2005
Posts: 252
Location: India

PostPosted: Wed Aug 22, 2007 2:12 pm
Reply with quote

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
View user's profile Send private message
srinivas_naikk

New User


Joined: 23 Jul 2007
Posts: 26
Location: India

PostPosted: Mon Jul 07, 2008 4:31 pm
Reply with quote

This usually happens if the userID and password parameters are specified incorrectly.
Try using some other user ID and password.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Mon Jul 07, 2008 4:36 pm
Reply with quote

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
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Jul 07, 2008 4:37 pm
Reply with quote

any reason to resurrect a 1 year old topic ???
Back to top
View user's profile Send private message
Paul Hacker

New User


Joined: 02 Oct 2008
Posts: 15
Location: Tyler, texas

PostPosted: Mon Jan 25, 2010 8:37 pm
Reply with quote

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
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Mon Jan 25, 2010 8:40 pm
Reply with quote

Ask the people on the receiving end.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Jan 25, 2010 8:42 pm
Reply with quote

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
View user's profile Send private message
mpanda

New User


Joined: 08 Jan 2020
Posts: 2
Location: India

PostPosted: Mon Aug 17, 2020 3:30 pm
Reply with quote

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
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Mon Aug 17, 2020 5:15 pm
Reply with quote

Don't know. Ask people in your shop who are doing the same. Do not resurrect 10 year old topics. Locked.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   This topic is locked: you cannot edit posts or make replies. View Bookmarks
All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
Search our Forums:

Back to Top