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

FTP issue


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
CICS fan

New User


Joined: 03 Apr 2008
Posts: 82
Location: United States

PostPosted: Tue May 03, 2011 5:00 am
Reply with quote

Hi All,

We are facing an FTP issue for batch jobs wherein we get the following message.

Code:
550 file.file1.txt: Access is denied.               
EZA1735I Std Return Code = 27550, Error Code = 00002   
EZA1701I >>> QUIT     



But when we remove the old file from target server and rerun it runs fine. The target windows server's settings have all been checked and it allows overwriting. There doesnot seem to be any issue with the settings.

Is there something on the MVS batch side that we might need to check? This is the card we are using

Code:
1.2.3                                           
<LOGON>
<PASSWORD>
cd <TARGET>                                                       
ascii                                                           
put 'file1.file1.file1'        file1.file1.txt       
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: Tue May 03, 2011 5:36 am
Reply with quote

There is nothing to check on the MVS side -- the message is coming from the SERVER, not the MVS client. And you may THINK the settings are okay, but the server is not allowing you write access to either the directory or the file -- period. If the server supports the (REPLACE option you could try adding it to your PUT command.
Back to top
View user's profile Send private message
CICS fan

New User


Joined: 03 Apr 2008
Posts: 82
Location: United States

PostPosted: Tue May 03, 2011 8:51 pm
Reply with quote

Thanks Robert.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts Facing ABM3 issue! CICS 3
No new posts Panvalet - 9 Character name - Issue c... CA Products 6
No new posts Issue with EXEC CICS QUERY SECURITY c... CICS 6
Search our Forums:

Back to Top