550 : command command fails: message_prefix reason (errno2 = errno2)

Explanation

The FTP server received the command command. While processing the command, a failure occurred in a Language Environment® (LE) library routine.

In the message text:
command
The command that the FTP server received.
message_prefix
The message identifier for reason. You can use the message prefix to find documentation for the reason value in z/OS Language Environment Runtime Messages.
reason
This is the reason reported by LE.
errno2
The errno2 value reported by LE. See z/OS Language Environment Runtime Messages for information about errno2 value reported by LE.

Example

Command: 
quote xfif /tmp/trash/make my day 
>>> xfif /tmp/trash/make my day 
550 command XFIF fails: EDC5117I File exists. (errno2=0x05580075)
Command: 

Command:  
quote xfif /readOnly  
>>> xfif /readOnly  
550 command XFIF fails: EDC5141I Read-only file system. (errno2=0x05580076)
Command: 

System action

The FTP server rejects the command.

User response

Report the error to the system programmer.

System programmer response

Use the message_prefix value to locate the reason specified the reason value in z/OS Language Environment Runtime Messages. If this does not identify the problem, see the problem determination. Correct the problem, and reissue the command.

Problem determination

Inspect the FTP server syslog trace for more information about the failure. Activate any FTP server trace option to capture trace information when FTP encounters an error from LE. If FTPLOGGING is active, messages EZYFS68I and EZYFS69I in the SYSLOG will include diagnostic information about the failure. Use the information in the SYSLOG trace to correct the problem.

See the following topics in z/OS Communications Server: IP Diagnosis Guide:

Source

z/OS® Communications Server TCP/IP: FTP