530-: Error on func function call, errno=errno, rsncode=errnojr

Explanation

The client entered the USER and PASS commands to log in to the FTP server. While validating the user ID and password or password phrase of the client, a function issued by the FTP server failed.

func is the function call that failed.

errno is the z/OS® UNIX System Services Return Code. These return codes are listed and described in the z/OS UNIX System Services Messages and Codes.

errnojr is the hexadecimal UNIX System Services Reason Code. The format of the 4-byte Reason Code is explained in the introduction to the Reason Code section of the z/OS UNIX System Services Messages and Codes, where the Reason Codes are listed.

System action

The login to the user ID on the server system is rejected. Control is returned to the client for further command processing.

User response

Contact the system programmer with the func, errno and errnojr values.

System programmer response

Correct the error indicated by func, errno and errnojr.