Hi experts,
I'm getting error in one of my Data flow when table comparison method is set to Sorted input.
We have 2 primary key columns(OwnerId, SystemroleId) coming from source which we are using in table comparison input primary key columns, I have taken a Query transform before Table comparison and applied Order by on these 2 columns and the job is failing with Violation of primary key error.
The data in these 2 columns are in Newid() format (ex:- 5E01632D-3E40-4D5E-A77B-00000C23F4BB).
Job is running fine when comparison method is set to row by row or cached comparison but it is taking so much of time to load.
Could any one please help us resolve this issue.
please find the error screenshot for reference.