Update Strategy Transformation: Basics and Advanced Concepts
Update Strategy Transformation: Basics and Advanced Concepts
TRANSFORMATION
► Click ok
Flagging Rows within a Mapping
Update DD_UPDATE 1
Delete DD_DELETE 2
Reject DD_REJECT 3
FORWARDING REJECTING ROWS
► The Power Center Server flags the rows for reject and writes them
in the SESSION REJECT FILE
Ports Description
► Insert Treat all rows as Inserts .If Target has Primary key
constraint Power Center server rejects the row.
► Delete Treat all rows as Deletes .If Power Center server finds the
corresponding row in Target it deletes it.
► Update Treat all rows as Update.For each row , the Power Center
looks for a matching Primary key and updates
the row.