![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm having an interesting problem with a SQL 2000 SP3 Analysis Services server, running on Windows 2000. I have a Cube that has 13 dimensions. If I edit the cube and choose Tools/Validate Cube Structure, I get a popup: "There is a loop in the schema. Please remove the extra joins." I tried to optimize the Schema (using Tools/Optimize Schema), but once it optimizes the Schema, the error is still here, if I choose Tools/Validate Cube Structure. I have tried a visual check of the Schema, but am not sure what I am looking for - perhaps a join that joins a table to itself? Help. Thanks. Doug F. |
#3
| |||
| |||
|
|
a loop appeared if a dimension table is linked to 2 other tables. for example: Country --> Customer --> Sales Fact table --> Stores -- AS will create a link between country and store because AS detect a common name like "CountryID" its not a link that you have created, but an automatically created link by the cube edition tool. I have this issue in a cube, ewvery time I open it, AS addd a link between 2 tables and I don't want it. just look at the links between the tables to find which one is the bad link "Doug F." <DougF (AT) discussions (DOT) microsoft.com> wrote in message news:5D5F39A4-CF54-49ED-B983-FE49E7DACA52 (AT) microsoft (DOT) com... I'm having an interesting problem with a SQL 2000 SP3 Analysis Services server, running on Windows 2000. I have a Cube that has 13 dimensions. If I edit the cube and choose Tools/Validate Cube Structure, I get a popup: "There is a loop in the schema. Please remove the extra joins." I tried to optimize the Schema (using Tools/Optimize Schema), but once it optimizes the Schema, the error is still here, if I choose Tools/Validate Cube Structure. I have tried a visual check of the Schema, but am not sure what I am looking for - perhaps a join that joins a table to itself? Help. Thanks. Doug F. |
![]() |
| Thread Tools | |
| Display Modes | |
| |