There is a problem in importing a large amount of data to DMF.
ex) DMF (5766 row)
--> DMF Result (1726 inserted, 4040 updated)
but, update 4040 row not exist target table.
I checked if the staging table and target table were mapped incorrectly, but the field mapping is ok.
The pk of the staging table and the target table is the same.
- TYM_PP_T_PLATEMASTER_L (pk : itemid, plateno, LineNo)
- TYM_PP_T_PLATEMASTER_LSTAGING (pk : itemid, plateno, LineNo)
but. There's something weird.
staging table : * field (plateno, lineno)
target table : * field (plateno, lineno, itemid)
Why does the PK of the two tables look different in the mapping structure?
I also tried entity refresh. but this problem not solved.