Hi there!
We have had a small problem recently whereas Table A is on the staging/DSA layer and contains the following columns:
Column 1 (PK)
Column 2 (PK)
Column 3
Column 4 … etc
Now this table has three sources - three Business Central instances. In two of the sources the original order of columns is Column 1, Column 2 but in the third source the order is Column 2, Column 1.
We get the following error when incremental load is enabled: "TIMEXTENDER COPY DATA LOOP", "Failure happened on 'Sink' side, Column 2 contains an invalid value.
We have been able to manage this error previously by ordering the columns in the same way as in the source.
However, now the sources have different orders of the columns and therefore not possible to use that way to get around this.
Any ideas or suggestions?