dbTalk Databases Forums  

More info on "failed to create index for ROLAP" cubes

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


Discuss More info on "failed to create index for ROLAP" cubes in the microsoft.public.sqlserver.olap forum.



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

Default More info on "failed to create index for ROLAP" cubes - 05-12-2004 , 01:51 PM






Hi
Just spent the last two days trying to get past the "Failed to create index" error message when setting up a ROLAP cube. The info from Yuan Shao was helpful relating to SQL Server and SQL database options (QUOTED_IDENTIFIER, ANSI_NULLS, etc.)

However, I've noticed that other configuration issues can also apply that I haven't seen mentioned anywhere. For example, if the underlying fact table has a different owner (lets say XYZ, for example), the Analysis Manager could create the view with dbo as the owner, and then when it tries to create the index, it fails because the view can't have a different owner than the table its tied to. There are ways you can control this, either by tweaking the data source connection options, or by setting the aggregation prefix down in the advanced options for the partition, but this can be tricky and non-intuitive

The real problem with all of this is the error message is just so terse and non-informative. It won't tell you what CREATE INDEX statement it was trying to execute, and it won't give you any information about why it failed. You are just flying blind trying to troubleshoot this error message. This absolutely needs to be fixed in my opinion

- Kevin

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 - 2013, Jelsoft Enterprises Ltd.