Data Transformation Engine Services Guide

Chapter 11 – AdapterSource and AdapterTarget Settings
85
AdapterSource
Select the adapter from the drop-down list. The default value of the AdapterSource setting is File.
SourceAdapterCommand
Enter adapter commands by using the SourceAdapterCommand setting. See the Adapter Command
list in each adapter chapter for the adapter command syntax.
OnSuccess
The OnSuccess setting enables you to keep source files on or delete source files from the server where
the files originate. For file deletion to take place, your user ID must possess the appropriate access
rights. The default value of the OnSuccess setting is Keep.
HTTP adapters – The default and only valid setting value is Keep.
Batch File and Shell Script adaptersThe default and only valid setting value is
Keep. You may use a command in the batch file or shell script to delete a file.
Value Description
Keep
Keeps source files on the server
Delete
Deletes source files following a successful map execution (provided
that your user ID possesses the appropriate administrative rights)
OnFailure
The OnFailure setting supports rollback if the mapping does not execute successfully. If you select the
Commit setting (that is, rollback is not specified), the adapter behaves as if the map was successful and
takes the action specified by the OnSuccess setting (Keep or Delete). The default value is Rollback.
Value Description
Rollback
If the mapping does not execute successfully, sources retrieved are
not deleted or targets are not stored.
Commit
The adapter behaves as if the map was successful and takes the action
specified by the OnSuccess setting (Keep or Delete).