Hi all,
I got an error “Errors in the OLAP storage engine: A duplicate attribute key has been found when processing: Table…” when built new cube. It looks strange in my case. I created a small example to re-produce this error as below:
I create a data source table as below
AgencyName(varchar(50))-----MediaSpend(float)
OE------------------------------------100
Œ-------------------------------------200
Then I create a cube base on this data source with a dimension AgencyName and 1 Measure MediaSpend.
The error happened again. This look link a special case when ‘OE’ and ‘Œ’ existed in a dimension.
Do you have any ideas on this?
Thanks,