Skip to main content

UNIX file transfer error codes

Theme: Troubleshoot
Who Is It For? System Administrator

What is it?

Reference for UNIX SMAFT exit codes returned by the Unix Agent and Server during SMA file transfer operations.

File transfer errors received by STDOUT/STDERR may be viewed in the Enterprise Manager's Job Output Retrieval System (JORS). The messages in this section are output by the UNIX Agent and Server; messages output by a non-UNIX Agent or Server will be different, and you is referred to the documentation for the appropriate agent.

  • A transfer fails with an encryption, compression, network, or file operation error and you need to confirm the corresponding exit code.
  • You need to distinguish a successful transfer (exit code 0) from a specific failure category.

UNIX SMAFT exit codes

Exit CodeDescription
0Success; The job finished OK
1Internal system error such as fork, memory or space failure, etc.
2Invalid SMAFT OpCon Job Definition parameters
3Received an error from peer (i.e., the other end)
4Network or file Read error
5Network or file Write error
6Encryption error
7Decryption error
8Compression error
9Decompression error
10TAR error
11SMAFT protocol header error
12User's permission/access error
13File operation error
14Disk space error
15Error in prepping source file for transfer
16Error in post-processing destination file