PowerCenter
- PowerCenter 10.5.6
- All Products
Property
| Description
|
---|---|
Language | Language used for the transformation code. You cannot change this value. |
Class Name | Name of the Java class for the transformation. You cannot change this value. |
Tracing Level | Amount of detail displayed in the session log for this transformation. Use the following tracing levels:
Default is Normal. |
Is Partitionable | Multiple partitions in a pipeline can use this transformation. Use the following options:
Default is No. |
Inputs Must Block | The procedure associated with the transformation must be able to block incoming data. Default is enabled. |
Is Active | The transformation can generate more than one output row for each input row. You cannot change this property after you create the Java transformation. If you need to change this property, create a new Java transformation. |
Update Strategy Transformation | The transformation defines the update strategy for output rows. You can enable this property for active Java transformations. Default is disabled. |
Transformation Scope | The method in which the Integration Service applies the transformation logic to incoming data. Use the following options:
This property is always Row for passive transformations. Default is All Input for active transformations. |
Generate Transaction | The transformation generates transaction rows. You can enable this property for active Java transformations. Default is disabled. |
Output Is Repeatable | The order of the output data is consistent between session runs.
Default is Never for active transformations. Default is Based On Input Order for passive transformations. |
Requires Single Thread Per Partition | A single thread processes the data for each partition. You cannot change this value. |
Output Is Deterministic | The transformation generates consistent output data between session runs. Enable this property to perform recovery on sessions that use this transformation. Default is enabled. |