![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a cube with a dimension which is built from a column in the fact table. i.e. it does not have a dimension lookup table. When a row is deleted from the fact table and I reprocess the cube, I get the error: "A member with a key value of '<deleted_value>' was found in the fact table but was not found in the level '<level>' of the dimension '<dim_name>'" Obviously, this is looking at the "old" cube data and comparng it with the "new" dimension, which it clearly should not, because this is a "full process". The only way I could get around this after 3 days of experimenting was: copy the cube structure to a new name drop the old cube copy the cube structure back to the old name process the cube Is there a way to avoid or correct this? Can I get rid of the cube data without dropping the cube? Can I flag the cube as "not processed" somehow? ( I already tried going through the cube editor and saving without making any actual changes. Didn't help) I believe I could process a shared dimension and force the cube to a "not Processed" state, but I have lots of other cubes that would then have to be fully processed. -- Thanks and Good Luck. Fergus |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Hello Fergus, You may also consider use a dummy dimension table with only column that is same as that in the fact table. I think you could not configure cube as "not processed" since only partition has a readonly property "state" indicates the process state of cube partitions: 297933 FIX: Full Process of a Remote Partition Unprocesses Other Remote Partitions in Same Server http://support.microsoft.com/default...b;EN-US;297933 You may consider remove all aggregations and/or partitions to see if this helps in your situation. Please see the following links for more details: Script to Remove all Aggregations http://blogs.msdn.com/bi_systems/articles/164496.aspx Copying OLAP Partitions using DSO in Analysis Services 2000 http://geekswithblogs.net/darrengosb...les/53082.aspx If you have any questions or concerns, please let's know. I look forward to your comments. Best Regards, Peter Yang MCSE2000/2003, MCSA, MCDBA Microsoft Online Community Support ================================================== Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscripti...ult.aspx#notif ications http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx>. Note: The MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 1 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions or complex project analysis and dump analysis issues. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/subscriptions/support/default.aspx>. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. |
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |