Cart download getting EZA2589E and EZA2590E errors
search cancel

Cart download getting EZA2589E and EZA2590E errors

book

Article ID: 74294

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

Using the following JCL :

//INPUT DD * scftpd.ca.com
anonymous
email@address 
lcd /local/Downloads/CA/Panvalet/
binary
open
get /ftp/orders/xxxxxxx/yyyyyyyyyzip/scart0.zip
quit 



Getting the following error:

EZA1554I Connecting to: scftpd.ca.com 141.202.253.110 port: 21.
220 "This is CA SCFTPD service (via USILFS14B)."
EZA1459I NAME (scftpd.ca.com:email):
EZA1701I >>> USER anonymous
331 Please specify the password.
EZA1789I PASSWORD:
EZA1701I >>> PASS
230 Login successful.
EZA1460I Command:
EZA1736I lcd /local/Downloads/CA/Panvalet/
EZA2581I HFS directory /local/Downloads/CA/Panvalet/ is the current working directory.
EZA1460I Command:
EZA1736I binary
EZA1701I >>> TYPE I
200 Switching to Binary mode.
EZA1460I Command:
EZA1736I open
EZA1550E You are already connected to scftpd.ca.com
EZA1460I Command:
EZA1736I get /ftp/orders/xxxxxx/yyyyyyyyzip/scart0.zip
EZA1701I >>> PORT 10,184,2,245,232,254
200 PORT command successful. Consider using PASV.
EZA1701I >>> RETR /ftp/orders/xxxxxx/yyyyyyyyzip/scart0.zip
150 Opening BINARY mode data connection for /ftp/orders/xxxxxx/yyyyyyyyzip/scart0.zip (3681759 bytes).
EZA2589E Connection to server interrupted or timed out. Receiving data
EZA2590E recv error from receive_data - EDC5120I Interrupted function call. (errno2=0x76650291)
EZA1475I Connection with scftpd.ca.com terminated
EZA2607W Transfer aborted due to receive error (-2)
EZA1460I Command:
EZA1736I quit
 

Resolution

Recommended using the following:

//INPUT DD * scftpd.ca.com
anonymous email@address 
bin

get /ftp/orders/xxxxxx/yyyyyyyyzip/scart0.zip +    

     '/local/Downloads/CA/Panvalet/scart0.zip' (rep
quit
//