![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi Jason, What does the dimension table data look like, for the hierarchy that you listed; and what does "(blank)" mean? Does this migrate to a strong hierarchy in AS 2005? - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** |
#4
| |||
| |||
|
|
Deepak, I think I have found the problem. It appears to do with uniqueness of member keys. AS2005 requires that all attributes have unique keys. Whereas AS2000 lets you specify AreMemberKeysUnique=false on a level, in which case the server implicitly concatenates the keys from the upper levels. You have to do this manually in AS2005. I am in the process of editing the dimensions that have problems in AS2005 and going to each attribute that I am having uniqueness problems with, and then add additional columns to make each attribute unique. In the Property Panel, selecting the KeyColumns field and adding the additional columns from the heirarchy to make the key unique. -- Jason "Deepak Puri" wrote: Hi Jason, What does the dimension table data look like, for the hierarchy that you listed; and what does "(blank)" mean? Does this migrate to a strong hierarchy in AS 2005? - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** |
![]() |
| Thread Tools | |
| Display Modes | |
| |