Hello,
I am trying to update a model (ChargeType). I can see that the values exist in the staging table. When I run the procedure to populate the MDS Model from the Staging table, it is not updating.
I show a successful batch as completed with no errors. So I took a look at the mdm.ChargeType view. I noticed that the WHERE clause includes "AND V.VersionFlag_ID = 7. This is referring to the VersionFlag_ID in mdm.tblModelVersion. This table does not have any records with a VersionFlag_ID of 7.
Any ideas how I may have caused this or how I can get around it?
Thanks