Hi ,
In the target table , we have options like Transaction control options.
Under Transaction control we have include in transaction and transaction order.
If I am using two tables parallel in single data flow, it is assigning transaction order is working. Data is rollback if any one of the table fails.
I want to use use transaction control in the multiple data flows .
For Example I want to load department data in the first data flow and employee data flow in the second data flow. We have primary key & foreign key relationship between these two tables. I am getting the wrong deptno from the source of employee table . Because of integrity constraint job will fail . But in my first data flow department data is committing .
If job fails because of second data flow also I need to roll back data from the first data flow target ( department table).
Please suggest how can we achieve. Is it not possible through transaction control.
Thanks & Regards,
Ramana .