Hello
I've noticed that the reject log and transformation log are not correct...
These are reporting that certain records are not being stored - however, I've checked in the database and they are stored properly, e.g.:
SQL> select destination_Code from atoz where destination_code like '4369%';
DESTINATION_CODE
--------------------
436990
4369901
4369902
4369903
4369904
4369905
4369906
4369907
4369908
4369909
436991
436992
436993
436994
436995
436996
436997
436998
436999
19 rows selected.
SQL> select destination_Code from atoz where destination_code like '43661%';
DESTINATION_CODE
--------------------
43661
This is a fairly major issue as can't work out if any records are genuinely being rejected.
Another issue I've noticed that relates to the unpivot module is that the progress bar doesn't go to the end before processing completes... perhaps due to new unpivot from a single cell functionality?
regards
George