z/OS Communications Server: IP Messages Volume 1 (EZA)
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EZA1546I

z/OS Communications Server: IP Messages Volume 1 (EZA)
SC27-3654-00

User exit exitname module modname ended the FTP client – exit reason code x'hexadecimal-rsncode' (decimal-rsncode)

Explanation

The FTP client displays this message when an FTP client user exit returns a return code of 12 and ends the FTP client.

In the message text:
exitname
The name of the FTP client user exit that is associated with modname
modname
The name of the FTP client user exit routine that ends the FTP client
hexadecimal-rsncode
The hexadecimal reason code from the FTP client user exit routine
decimal-rsncode
The decimal reason code from the FTP client user exit routine

System action

The FTP client ends. One or more exit routines might be associated with this user exit.

Operator response

Not applicable.

System programmer response

Inspect the messages the FTP client displays to determine why modname ended the FTP client.

User response

Save the message for problem determination and contact the system programmer.

Problem determination

See the system programmer response.

Source

z/OS® Communications Server TCP/IP: FTP

Module

EZAFTPCU

Routing code

Not applicable.

Descriptor code

Not applicable.

Automation

Not applicable.

Example

# ftp localhost                                           
EZY2640I Using /etc/ftp.data for local site configuration parameters.    
EZYFT25I Using //'CS390.STANDARD.TCPXLBIN' for FTP translation tables for the control connection.         
EZYFT31I Using //'CS390.STANDARD.TCPXLBIN' for FTP translation tables for the data connection.           
EZA1450I IBM FTP CS V2R1                                                        
EZA1466I FTP: using TCPCS                                                       
EZA1535I Active exit routines found for user exit EZAFCCMD
EZA1554I Connecting to localhost 127.0.0.1. port 21                             
220-FTPD1 IBM FTP CS V2R1 at MVS112, 10:08:45 on 2011-06-10.
220 Connection will close if idle for more than 5 minutes.                      
EZA1459I NAME (localhost:USER1):   
user1                                                                       
EZA1701I >>> USER user1                                                     
331 Send password please.                                                   
EZA1789I PASSWORD:                                                          
                                                                            
EZA1701I >>> PASS                                                           
230 USER1 is logged on.  Working directory is "USER1.".  
EZA1460I Command: 
pwd                                         
EZA1556I EZAFCCMD message: Greetings from Raleigh as set by user exit EZAFCCMD
EZA1546I User exit EZAFCCMD module EZAFCCME ended the FTP client – exit reason code x'FFFFFF'  (-1)    
EZA1701I >>> QUIT                                                           
221 Quit command received. Goodbye.  

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014