When we run the aggregation wizard from Visual Studio for a MOLAP cube, no aggregations are created. The graph stays flat. We tried every different scenario and setting that we could think of with no luck. Any help would be appreciated.
A:
Things to check:
- Do you have natural hierarchies in your dimensions? (Needed for optimal aggregation)
- Do you have the correct attribute relations for those hierarchies? (Also, needed for optimal aggregation and performance)
- Do you have non parent-child dimensions available to aggregate? (Only the key attribute will aggregate in these)
- Do you have any data in your cube? (the wizard needs data to work)
- Do you have partitions? (aggregations can't be created for higher levels than the partition split e.g. you can't have a year aggregation on a monthly partition)
- Ensure that at least some dimension attributes have their AttributeHierarchyOptimizedState set to FullyOptimized
- Check the AggregationUsage cube dimension attribute property
Also read:
- What are the natural hierarchies and why they are a good thing
- Influencing Aggregation Candidates (This has much more detail than here)
James
2009-04-22 12:01:15