BisBoy
10th July 2003, 16:58
Hi,

We've come across a limitation in OLAP cubes that only allows 64000 children for a single parent in a dimension (OLAP 7.0 SP2).

Currently to fix this we either need to delete the dimension or re-structure it. ie. identify and add new levels to split the data into smaller categories

We believe from various documentation that this issue may be fixed by upgrading to SQL 2000 and Analysis Services .. there is some kind of fudge that allows a dimension to be linked to iteslf ??

Has anybody come across this problem and resolved it within either OLAP 7.0 or Analysis Services ?

If there is a fix in Analysis Services, is it fairly straight forward to implement ?

Any assistance in this would be greatly appreciated.

Thanks

robertvg
11th July 2003, 10:41
AS2K has a grouping level feature that lets you create a hidden level between the database's parent members and children, so you can work around the 64,000 member limit.
See: http://support.microsoft.com/support/kb/articles/q303/9/69.asp

In SQL7 you would need to add a higher level in the existing dimension.

R.