
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.
Hi Dongwoon,
Can you share technical details about this data entity? What is the entity key defined here? If the entity key is incorrect, e.g. missing a field, this could explain the current view and behavior. Ensure that the key on the data entity contains the three fields; then also update or regenerate the staging table.