You open the FTP collection agent configuration dialog from a workflow configuration: you can click the agent icon and select Configuration..., or double-click the agent icon.
...
Setting | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Host | Enter the hostname or IP address of the remote host. If a connection cannot be established to this host, the Additional Hosts specified in the Advanced tab, are tried. | ||||||||||
Username | Enter the username for the remote host account. | ||||||||||
Password | Enter the associated password. | ||||||||||
Transfer Type | Select the data transfer type to be used during file retrieval.
| ||||||||||
Collection Retries Settings | |||||||||||
Enable | Select this check box to enable repetitive connection attempts. When this option is selected, the agent will attempt to connect to the host as many times as is stated in the Max Retries field. If the connection fails, a new attempt will be made after the number of seconds entered in the Retry Interval (s) field. | ||||||||||
Retry Interval(s) | Enter the time interval in seconds, between retries. If a connection problem occurs, the actual time interval before the first attempt to reconnect will be the time set in the Timeout field in the Advanced tab plus the time set in the Retry Interval(s) field. For the remaining attempts, the actual time interval will be the number of seconds entered. | ||||||||||
Max Intervals | Enter the maximum number of trial intervals. | ||||||||||
Restart Retries Settings | |||||||||||
Enable | Select this check box to enable the agent to send a RESTART command if the connection is lost during a file transfer. The RESTART command contains the necessary interrupt information and will continue from that spot. Before selecting this option, ensure that the target FTP server supports the RESTART command. When this option is selected, the agent will attempt to re-establish the connection, and resume the file transfer from the point in the file stated in the RESTART command, as many times as is entered in the Max Restarts field. When a connection has been re-established, a RESTART command will be sent after the number of seconds entered in the Retry Restarts Interval(s) field.
For further information about the RESTART command, see http://www.w3.org/Protocols/rfc959/. | ||||||||||
Retry Restarts Interval(s) | Enter the time interval, in seconds, you want to wait before initiating a restart. This time interval will be applied for all restart retries. If a connection issue occurs, the actual time interval before the first attempt to send a RESTART command will be the time set in the Timeout field in the Advanced tab plus the time set in the Retry Interval(s) field. For the remaining attempts, the actual time interval will be the specified number of seconds. | ||||||||||
Max Restarts | Enter the maximum number of restarts per file you want to allow. If more than one attempt to send the RESTART command has been made, the number of used retries will be reset as soon as a file transfer is completed successfully. |
Source Tab
The configurations configuration options related to the remote host, source directories, and source files. The following text describes the configuration options available when no custom strategy has been chosen.
tab contains...
Setting | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Collection Strategy | If there are is more than one collection strategy available in the system, a a Collection Strategy drop drop-down menu list will also be made visible. For further information about the nature of the collection strategystrategies, see 11. Appendix 4 - Collection Strategies. | ||||||||||
File Information | |||||||||||
Directory | Absolute pathname of Enter the absolute path to the source directory on the remote host, where the source files reside. If the FTP server is of UNIX type, the path name might also must be given specified as relative to the home directory of the User Name accountthe account. | ||||||||||
Include Subfolders | Select this check box if you have subfolders in the collection source directory from which you want files to be collected.
If you select Enable Sort Order in the Sort Order tab, the sort order selected will also apply to subfolders. | ||||||||||
Filename | Name Enter the name of the source files on the remote host. Regular expressions according to Java syntax appliesapply. For further information, see http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html.
| ||||||||||
Compression | Compression type of the source files. Determines Select the compression type. This option determines if the agent will decompress the files before passing them on in to the workflow.
| ||||||||||
Before Collection | |||||||||||
If this option is enabled, the source files will be moved to the automatically created subdirectory a subdirectory called | |||||||||||
Append Suffix to Filename | Enter the suffix that you want to be added to the file name prior to collecting itcollection.
| ||||||||||
Inactive Source Warning (h) | If enabled, when the configured number of hours have passed without any file being available for collection, a warning message (event) will appear in the System Log and Event Area: The source has been idle for more than <n> hours, the last inserted file is <file>. | ||||||||||
After Collection | |||||||||||
If enabled, the source files will be moved from the source directory (or from the directory
| |||||||||||
If enabled, the source files will be renamed after the collection, and remain (or moved back from the directory
| |||||||||||
If enabled, the source files will be removed from the source directory (or from the directory | |||||||||||
If enabled, the source files will remain in the source directory after the collection. This field is not available if is enabled. | |||||||||||
Destination | Full pathname of the directory on the remote host into which the source files will be moved after the collection. This field is only available if is enabled. | ||||||||||
Prefix and Suffix | Prefix and/or suffix that will be appended to the beginning and the end of the name of the source files, respectively, after the collection. These fields are only available if or is enabled.
| ||||||||||
Search and Replace | Select either Move to or Rename option to enable Search and Replace.
Search and Replace operate on your entries in a way that is similar to the Unix sed utility. The identified filenames are modified and forwarded to the following agent in the workflow. This functionality enables you to perform advanced filename modifications, as well:
| ||||||||||
Keep (days) | Number of days to keep moved or renamed source files on the remote host after the collection. In order to delete the source files, the workflow has to be executed (scheduled or manually) again, after the configured number of days.
| ||||||||||
Route FileReferenceUDR | Select this check box if you want to forward the data to an SQL Loader agent. See the description of the SQL Loader agent in 9.75 SQL Loader Agent for further information. |
Advanced Tab
The Advanced tab contains configurations related to the use of the FTP service.
...