I am using export and update operator in a TPT script.Primary Index alone is defined in my target table(Not-UPI).I don't get any error while executing the TPT script.But while loading the target table,the exported rows are not getting inserted.
I want to insert all the exported rows,even if they are duplicates.
PFB the output of the TPT script.
Teradata Parallel Transporter Update Operator Version 13.10.00.04
UPDATE_OPERATOR: private log specified: Loadoper_privatelog
Teradata Parallel Transporter Export Operator Version 13.10.00.05
EXPORT_OPERATOR: private log specified: exportoper_privatelog
EXPORT_OPERATOR: connecting sessions
UPDATE_OPERATOR: connecting sessions
UPDATE_OPERATOR: preparing target table(s)
UPDATE_OPERATOR: entering DML Phase
UPDATE_OPERATOR: entering Acquisition Phase
EXPORT_OPERATOR: sending SELECT request
EXPORT_OPERATOR: entering End Export Phase
EXPORT_OPERATOR: Total Rows Exported: 4
UPDATE_OPERATOR: entering Application Phase
UPDATE_OPERATOR: Statistics for Target Table: 'student_2'
UPDATE_OPERATOR: Rows Inserted: 0
UPDATE_OPERATOR: Rows Updated: 0
UPDATE_OPERATOR: Rows Deleted: 0
UPDATE_OPERATOR: entering Cleanup Phase
UPDATE_OPERATOR: disconnecting sessions
EXPORT_OPERATOR: disconnecting sessions
EXPORT_OPERATOR: Total processor time used = '0.36 Second(s)'
Kindly help in resolving this issue.
Regards,
Barathe G.
↧