My file has 197 records, and 98 fail, I can 't figure out why. Anyone have any idea?
Table: SpecRev
Company=‘ATF’ SpecType=’’ SpecID=‘B15639191’ SpecRevNum=’(new)’ SysRowID=‘00000000-0000-0000-0000-000000000000’: ForeignKeyConstraint SpecHedSpecRev requires the child key values (ATF, , B15639191) to exist in the parent table.
2021-06-17T08:01:24 Company ATF SpecID B15640842 SpecRevNum R01 Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
Looks like a SQL issue rather than DMT. I am guessing there is a constraint on the specid field saying it’s mandatory to have data. Do the rows that fail have a specID?
After testing this, the issue was found as a bug on DMT. Only odd rows are updated by DMT, records on even rows are marked as an error. This case is connected to open problem PRB0236328 and has been sent to development for review.