I'm a SQL developer learning MDS.I loaded some entities via staging tables and via Excel add-in.
I'm trying to update members in an entity in MDS via the staging table. I can successfully add new members, but any attribute updates to existing members aren't populated to the entity view. The import process runs successfully with no errors. I've tried ImportType =0 and 2, neither works. When I set to 1, as expected I get an error. I also tried to update the code value using the NewCode column and that also does not get updated. I've set up staging data with an SSIS package, and also with direct T-SQL INSERT INTO statement. I am using almost the same T-SQL INSERT statement for a test entity which I created to load a new member , and then to modify attributes for the new member in a second batch. Do you have any ideas why the updates would be ignored, or suggestions for things I can try?
Vibha