Count inserts, deletes and updates in a PowerCenter session

Averroes picture Averroes · Sep 6, 2012 · Viewed 8.3k times · Source

Is there a way in PowerCenter 9.1 to get the number of inserts, deletes and updates after an execution of a session? I can see the data on the log but I would like to see it in a more ordered fashion in a table.

Answer

Marek Grzenkowicz picture Marek Grzenkowicz · Sep 6, 2012

The only way I know requires building the mapping appropriately. You need to have 3 separate instances of the target and use a router to redirect the rows to either TARGET_insert or TARGET_update or TARGET_delete. Workflow Monitor will then show a separate row for the inserted, updated and deleted rows.