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


EZA1533I

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

User exit exitname module modname prevented user userid from sending command command – 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 8 to reject an FTP command.

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 rejects the FTP command
userid
The FTP client user ID
command
The FTP command which would have been sent to the FTP server if modname had not rejected it
hexadecimal-rsncode
The hexadecimal value of the reason code from the FTP client user exit routine
decimal-rsncode
The decimal value of the reason code from the FTP client user exit routine

System action

The command command is not sent to the server. If more than one exit routine is associated with exitname, the FTP client stops calling exit routines for command.

Operator response

Not applicable.

System programmer response

  • Inspect the optional message EZA1556I and message EZA1533I that the FTP client displays to determine why modname rejected the FTP command. If it is appropriate for the exit routine to reject the FTP command, no further action is needed.
  • Otherwise, correct the user exit routine.

For more information about the FTP client user exits, see FTP client user exits statement in z/OS Communications Server: IP Configuration Reference.

User response

If you expected the user exit to reject the command, no action is needed. Otherwise, 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 MVS312.tcp.raleigh.ibm.com, 03:22:10 on 2011-07-05.
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: You have no permission to issue PWD command
EZA1533I User exit EZAFCCMD module EZAFCCMD prevented user USER1 from sending command PWD – exit 
reason code  x'FFFFFF'  (-1)     
EZA1460I Command: 
quit                                          
EZA1701I >>> QUIT                                                           
221 Quit command received. Goodbye.    

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014