Outgoing file processing properties
The Gateway Server can be configured to process outgoing files. The Gateway Server sends outgoing ECPi files (X9.37 files with images) to the DTA. Outgoing ECP files (X9.37 files without images) can be either sent to the DTA, forwarded to another directory, or both. If it fails to send the outgoing file through DTA, the file is forwarded to a second DTA directory if the out2ndSourcePath is defined and the file is not forwarded by another Gateway.
The following table shows the options to configure the outgoing file processing capabilities of Gateway:
| Keywords | Values or example | Description |
|---|---|---|
| outSourcePath | /opt/ibm/ftm/runtime-processing/outbound/source | The source directory that contains the outgoing X9.37 files to process. |
| outProcessingPath | /opt/ibm/ftm/runtime-processing/outbound/processing | Intermediate path to hold outgoing files as they are being processed. |
| outProcessedPath | /opt/ibm/ftm/runtime-processing/outbound/processed | The path where outgoing files are stored after they are processed. |
| outErrorPath | /opt/ibm/ftm/runtime-processing/outbound/error | The path where outgoing files that contained errors are stored. |
| outEodCompletePath | /opt/ibm/ftm/runtime-processing/outbound/eod-complete | Directory where outgoing files are stored after end of day processing is run. |
| out2ndSourcePath | /opt/ibm/ftm/dta/transmittals/source/secondary | Secondary DTA outgoing source directory. |
| outTargetPath | /opt/ibm/ftm/runtime-processing/outbound/destination | If the outRouteMode property is FILE, this property is the directory to which to copy the file. If the outRouteMode property is FTP, this property is the path on the FTP server to which to copy the file. The default is ../outTargetPath. This option can be overridden in an XML processing control file. |