Hi,
I have created a date dimension using this code
http://www.codeproject.com/Articles/647950/Create-and-Populate-Date-Dimension-for-Data-Wareho
It contains one attribute 'Month'
I have created one fact table which contains the following dates
- StartDate
- EndDate
- CreationDate
- CompletionDate
- AssignedDate
- ReceivedDate
- ActualStartDate
- AcutualEndDate
- DecisionDate
I have created a relationship with date dimension created by using above code. Relationship of above attributes have been created with DimDate.Date attribute. I have not created Calendar Hierarchy yet.
When I am processing the cube I am getting the following error
Errors in the OLAP storage engine: A duplicate attribute key has been found when processing: Table: 'dim_Date', Column: 'Month', Value: '10'. The attribute is 'Month'.
In date dimension have data from 1990 to 2050. so Month is being repeated for each year. I am not sure Why am I getting this error.
Any Help much appreciated.
MH