Difference between revisions of "Collecting Return Codes from CMOD utilities"

Spacing and formatting.
(Initial edit.)
 
(Spacing and formatting.)
Line 24: Line 24:
|Unrecoverable error. For example, the operation failed, or the user cannot connect to the server.
|Unrecoverable error. For example, the operation failed, or the user cannot connect to the server.
|}
|}
Unfortunately, utilities like arsdb, arsload, arssockd, and arsxml don't have documented return codes in IBM's Content Manager OnDemand official documentation. However, it's safe to assume that a non-zero exit code means there was a warning or error encountered, and the results should be investigated.
Unfortunately, utilities like arsdb, arsload, arssockd, and arsxml don't have documented return codes in IBM's Content Manager OnDemand official documentation. However, it's safe to assume that a non-zero exit code means there was a warning or error encountered, and the results should be investigated.


== Capturing the Return Code from IBM CMOD ARSLOAD command on UNIX / Linux ==
== Capturing the Return Code from IBM CMOD ARSLOAD command on UNIX / Linux ==