Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Current Situation
- Exit codes from pre- and post-processing are not considered
Desired Behavior
- Any Pre- and Post-Processing commands should be visible in the JADE log with log level INFO. Any exit code != 0 should be reported in the log.
- If a pre- or post-processing command results in an exit code != 0 then this should be reported as an error and the usual behavior for errors should be applied:
- CommandBeforeFile, CommandAfterFile, CommandBeforeRename: error handling for problems with individual files applies
- CommandBeforeOperation, CommandAfterOperation: error handling for general transfer problems applies
- Error handling considers transactional behavior
Limitation
- FTP commands don't have an exit code which can be considered