pbackstrom
Programmer
Mapping with a normalizer, loading parent and multiple child rows. Constraint based loading in session is checked. Treat source rows as Insert is checked. Update as Update either checked or unchecked.
In Debugger, it "writes" a row to the target window for the parent, but ROW-TYPE is blank. Then it moves on to the children, which get the correct ROW-TYPE (Insert, or in our case sometimes Filtered).
Thus when it gets to actually loading, we get key violation because it never inserted the parent.
Any hints?
In Debugger, it "writes" a row to the target window for the parent, but ROW-TYPE is blank. Then it moves on to the children, which get the correct ROW-TYPE (Insert, or in our case sometimes Filtered).
Thus when it gets to actually loading, we get key violation because it never inserted the parent.
Any hints?