You must ensure that all records from the Customer table in the Alpha database are being moved to the Delta staging database using the audit logs.
In the Local Object Library, replicate the Alpha_NACustomer_DF data flow.
Name the replicated data flow Alpha_AuditCustomer_DF . Add the replicated data flow to a new job, Alpha_AuditCustomer_Job. Set up auditing on the data flow Alpha_AuditCustomer_DF by adding an audit rule to compare the total number of records in the source and target tables.
How to create a new batch job Alpha_AuditCustomer_Job?
- In the Local Object Library Data Flow tab right click the Alpha_NACustomer_DF data flow and choose Replicate.
- Rename the copied data flow Alpha_AuditCustomer_DF.
- Right click the Omega project in the Project Area.
- Choose New Batch Job
- Name the new job Alpha_AuditCustomer_Job.
Reveal Solution
Next Question