Using MSSQL2000 and Analysis Services.
This is my first attempt at setting up a cube with multiple partitions. There are three partions, each points off to a SQL2000 database. All three databases are physically identical in table structure, keys, etc.
What differs is the data.
I have setup all my dimensions as shared dimensions and I can successfully process them; however, I suspect that they are getting their values from only the first partition. This is because when I try to process the cube, the first partition processes fine but it fails on the second partition saying there is a key value that cannot be found in one of the dimensions. In this case, the value it is referring to is a department ID that exists in database 2 but not in database 1.
Should I expect that the dimensions will contain the appropriate values from all three partitions?
This is my first attempt at setting up a cube with multiple partitions. There are three partions, each points off to a SQL2000 database. All three databases are physically identical in table structure, keys, etc.
What differs is the data.
I have setup all my dimensions as shared dimensions and I can successfully process them; however, I suspect that they are getting their values from only the first partition. This is because when I try to process the cube, the first partition processes fine but it fails on the second partition saying there is a key value that cannot be found in one of the dimensions. In this case, the value it is referring to is a department ID that exists in database 2 but not in database 1.
Should I expect that the dimensions will contain the appropriate values from all three partitions?