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