Downloading install package failed 550 "/923198/25616489/": No such file or directory.
search cancel

Downloading install package failed 550 "/923198/25616489/": No such file or directory.

book

Article ID: 247382

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS

Issue/Introduction

Trying to download common servcies via ftp JCL to zos mainframe to UNIX directly from Broadcom and normally have to change the directory to siteid/ordernumber, but not working. Here is the jcl /error:No such file or directory. Not sure where that pax file is stored. Used to let me know the path.

JCL:

//INPUT    DD   *  
download.broadcom.com   
anonymous emailaddress 
cd /25616489/     
Binary    
get F00000AW020.pax.Z       +      
   '/BHDS/ca/CCS/V150/F00000AW020.pax.Z' (REP 
quit  
/*    

Output:                                       

EZA1736I ftpdownloads.ca.com                                                 
EZA1554I Connecting to: ftpdownloads.broadcom.com 141.202.253.110 port: 21.  
220-Welcome to CA Managed File Transfer. DMFT2                               
220 CA Managed File Transfer - Server Ready!                                 
EZA1459I NAME (ftpdownloads.ca.com:MDSCAS):                                  
EZA1701I >>> USER anonymous                                                  
331-Enter e-mail for password.                                               
331 Username OK.  Need password.                                             
EZA1701I >>> PASS                                                            
230 Password OK.  Connected.                                                 
EZA1460I Command:                                                            
EZA1736I cd /923198/25616489/                                                
EZA1701I >>> CWD /923198/25616489/                                           
550 "/923198/25616489/": No such file or directory.                          
EZA1460I Command:                                                            
EZA1736I Binary    

Need several products downloaded and want to get this JCL correct.  

                                                         

Environment

Release : 15.0

Component : Chorus Software Manager

Resolution

 

Your FTP INPUT does not look correct. These are not correct:

1) anonymous emailaddress   

   This should be your Support Portal (support.broadcom.com) username and password

2)

get F00000AW020.pax.Z       +                 

   '/BHDS/ca/CCS/V150/F00000AW020.pax.Z' (REP 

This should be :

lcd /BHDS/ca/CCS/V150/

GET F00000AW020.pax.Z 

 

This is an example of what I just downloaded successful:

CCS 15.0 BASE

SMP/E JCL
F00000AW020.pax.Z

166.76 MB

Jan 09, 2019 09.22AM 

=============================
Secure FTP Download Instructions
Host:downloads.broadcom.com
Login using one of the below two options

1. Login with your Support Portal username and password

2. Login with Secure Access Token

Order Location:/25623409/F00000AW020.pax.Z
Click HERE to learn more about secure FTP
=========================================

//FTPINCOM EXEC PGM=FTP,REGION=4096K                               
//SYSPRINT DD SYSOUT=*                                             
//OUTPUT DD SYSOUT=*                                               
//SYSTCPD  DD DISP=SHR,DSN=VTAM.TCPIP.TCPIP.DATA                   
//INPUT DD *                                                       
downloads.broadcom.com                                             
emailaddress xxxxxxx                           
lcd /plexc1/u/users/userid/prodccs/                               
bin                                                                
CD /25623409/                                                      
GET F00000AW020.pax.Z                                              
QUIT                                                               
//*                                   

 

Output:

EZA1736I FTP                                                            
EZY2640I Using 'SYS1.TCPPARMS(FTPDATA)' for local site configuration para
EZA1450I IBM FTP CS V2R5                                                
EZA1466I FTP: using TCPIP31                                             
EZA1456I Connect to ?                                                   
EZA1736I downloads.broadcom.com                                         
EZA1554I Connecting to: ftpdownloads.broadcom.com 141.202.253.110 port: 2
220-Welcome to CA Managed File Transfer. DMFT1                          
220 CA Managed File Transfer - Server Ready!                            
EZA1459I NAME (downloads.broadcom.com:userid):                         
EZA1701I >>> USER emailaddress                    
331 Username OK.  Need password.                                        
EZA1701I >>> PASS                                                       
230 Password OK.  Connected.                                            
EZA1460I Command:                                                       
EZA1736I lcd /plexc1/u/users/userid/prodccs/                           
EZA2581I HFS directory /plexc1/u/users/userid/prodccs/ is the current wo
EZA1460I Command:                                                       
EZA1736I bin                                                            
EZA1701I >>> TYPE I                                                     
200 Command ok : Binary type selected.                                  
EZA1460I Command:                                                       
EZA1736I CD /25623409/                                                  
EZA1701I >>> CWD /25623409/                                             
250 "/25623409/" CWD command successful.                                
EZA1460I Command:                                                       
EZA1736I GET F00000AW020.pax.Z                                          
EZA1701I >>> PORT 10,175,84,31,248,46                                   
200 PORT command successful. 10.175.84.31:63534.                        
EZA1701I >>> RETR F00000AW020.pax.Z                                     
150 Opening BINARY data connection for /25623409/F00000AW020.pax.Z (17485
226-Download File Size:174859776 bytes @ 27568K/sec.                    
226 Transfer complete. MD5=8589579402f32755efc98aa389664704 ("/internal/2
EZA1617I 174859776 bytes transferred in 6.930 seconds.  Transfer rate 252
EZA1460I Command:                                                       
EZA1736I QUIT                                                            
  

Result in ISH:

EUID=0   /plexc1/u/users/userid/prodccs/        
  Type  Filename                                 
_ Dir   .                                        
_ Dir   ..                                       
_ File  F00000AW020.pax.Z