dbTalk Databases Forums  

sql server 2000 cube setup

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss sql server 2000 cube setup in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mark
 
Posts: n/a

Default sql server 2000 cube setup - 11-07-2006 , 06:35 PM






Hi I've built a view that select a few fields from 3 tables.
I have 2 dimensions working properly. when I add the 3rd dimension (Customer)
I get the following message

The Level 'Name' contains fewer memebers than its parent level 'Account Code'.
A child level normally contains more members than its parent level.
Do you want to move the level 'Name' to a position in which its parent level
has fewer members and its child level has more

I click no and continue and when I process the cube I get this error message
and processing fails

More than the maximum of 64,000 dimension member children for a single parent

Can someone tell me a little more info about this.

thanks

Mark

Reply With Quote
  #2  
Old   
Ohjoo Kwon
 
Posts: n/a

Default Re: sql server 2000 cube setup - 11-07-2006 , 10:06 PM






It's true usually the number of members at a child level is bigger than the
number of its parent level. The message is just a warning message help
developers avoid mistakes.

But there is also exception and maybe your case. For example, one year has
52weeks(week1 ~ week52) and every week has 7 days(Mon~Sun).
It's because AS counts distinct members at each level.

More than 64,000 children members under a parent member is another issue.
It's AS 2000 limitation.
To avoid this situation, you can consider adding a dummy grouping level
above the level and set visible property to False.
Or also you can use grouping features. For example, refer to "How to create
member groups" of Books Online.

Ohjoo

"Mark" <Mark (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi I've built a view that select a few fields from 3 tables.
I have 2 dimensions working properly. when I add the 3rd dimension
(Customer)
I get the following message

The Level 'Name' contains fewer memebers than its parent level 'Account
Code'.
A child level normally contains more members than its parent level.
Do you want to move the level 'Name' to a position in which its parent
level
has fewer members and its child level has more

I click no and continue and when I process the cube I get this error
message
and processing fails

More than the maximum of 64,000 dimension member children for a single
parent

Can someone tell me a little more info about this.

thanks

Mark



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.