SSAS 2008 Enterprise.
I have a dimension with IgnoreDuplicateKeyErrors set to ReportAndStop.
The dimension processes fine on it's own. When I try to process the entire database, I repeatedly get a duplicate key error as follows:
Location is one level up from the bottom of the hierarchy. It's set to false for MemberNamesUnique. Even so, doing a query on the table yields only one distinct value for my NameColumn with the KeyColumn of -1.
Any ideas?
I have a dimension with IgnoreDuplicateKeyErrors set to ReportAndStop.
The dimension processes fine on it's own. When I try to process the entire database, I repeatedly get a duplicate key error as follows:
A duplicate attribute key has been found when processing: Table: 'MyTableName', Column: 'LocationKey', Value: '-1'. The attribute is 'Location'.
Location is one level up from the bottom of the hierarchy. It's set to false for MemberNamesUnique. Even so, doing a query on the table yields only one distinct value for my NameColumn with the KeyColumn of -1.
Any ideas?