Action | Description |
---|---|
Execute | Executes the supported action parameters and properties. |
Action | Parameter | Description |
---|---|---|
Execute | Source Message | Name of the source message. |
Execute | Target Message | Name of the target message. |
Action | Properties | Description |
---|---|---|
Execute | Source Connector | This property provides a drop down list of connectors to assist in connecting to the source dataset or table. |
Source Connection | When the text box for this property is clicked, a browse button will appear. If the browse button is selected, the Source Connection dialog will appear, allowing you to configure a connection to the source dataset or table using the connector specified in the Source Connector property. | |
Target Connector | This property allows you to select a connector for the target connection which the transformer component. | |
Target Connection | This property behaves the same as the Source Connection property. Click in the text box for this property, then click Browse to configure the Target Connection dialog. | |
Starting Record | The property can be used to specify where to start processing source records. The default value is “1”, which indicates the component will start processing the first record in the source. The Starting Record and Record Count properties can be used in conjunction to process a sub-set of the source records if desired. | |
Record Count | Quantity of records to process. The default value is “-1”, which indicates all records will be processed. If a non-negative number is provided, this value will indicate how many records from the source will be processed by the Transformer Component. | |
Auto Map Method | Automatic mapping options are: • Map by name (case-sensitive) • Map by relative field position (default) • Duplicate source layout • Recommended (Dictionary/Algorithm) Note: For more information about Recommended (Dictionary/Algorithm) option, see Using Map Recommend. | |
Output Mode | The options are: • Replace • Append (default) • DeleteandAppend. Note: When you use Append mode to write to an ASCII delimited file with a header, an additional header record is inserted at the point of appending. | |
Clear Mapped Schema | The options are: • True • False (default) Note: If true, clears the mapped schema after transformation. |
Target Exists | Settings | Behaviour |
---|---|---|
Yes | Output mode: Append Auto Map Method: Duplicate source layout | Your process generates an error. |
No | Output mode: Append | Your process proceeds as if the Replace output mode is selected. |
No | Auto Map Method: May by relative field position or Map by name | Your process proceeds as if Duplicate source layout is selected. |
No | Output mode: Append Auto Map Method: Duplicate source layout | Your process proceeds as if the Replace output mode is selected. |
Error Code | Error Name | Description | Reason |
---|---|---|---|
2 | BADNAME | Specified message name is invalid or the message does not exist. | Unknown message name (source or target). |
5 | NOMEM | Out of memory. | No more memory is available. |
16 | BADMODE | Unknown mapping method, or unknown output mode. | Application attempted to set an invalid output mode for a target data source or mapping method. |
34 | INVALID | Component encountered an unusual error condition. | Invalid source or target information, or error executing the transformation. |