SFM0456I

SFM0453W         FTP server transfer over limit

SFM0454I            file_type=file-name

SFM0455I            USER=user_id, RMTIP=remote_IPv4_address, CMD=ftp_server_command

SFM0456I            SIZE=transfer_size MB, LIMIT=limit_size MB

Explanation: Messages 453, 454, 455, and 456 are a multi-line message group issued when a server transfer exceeds the configured size limit within the enforcement schedule or when there is no schedule. In addition, an exception was not made for the transfer by the user exit SFMUX002.

Routing for these messages depends on user exit SFMUX001. The default routing is to the agent message log, the system console, and the SFMLOG file defined in the agent job.

The default severity for message SFM0453 is W, warning, but the user exit can change it to I, informational; or E, error.

file_ type may be “DSN” for a dataset or “PATH” for an HFS file.

file_name is the name of the dataset or HFS file involved in the transfer.

user_id is the local user ID for FTP server log-on.

remote_IPv4_address is the IP address of the FTP server.

ftp_server_command is the FTP command the client passed to the server.

transfer_size is the megabyte value used to determine if the transfer was over the limit. It could be the expected size, the in-progress current size, or the completed transfer size, depending on how the agent threshold rules were configured.

limit_size is the configured transfer limit value, in megabytes, used for comparison with transfer_size.

Example from SFMLOG
SFM0453W FTP server transfer over limit
SFM0454I PATH=/u/bjpc1/meg68.test.file
SFM0455I USER=BJPC1, RMTIP=10.31.0.1, CMD=STOR
SFM0456I SIZE=5 MB, LIMIT=2 MB

Action: Depends on customer’s system administration procedures.