Hello,
I learned you got the error message "Failed to create index" when you
process the Real-Time ROLAP cube using Analysis Manager.
Please try the following steps to see if they are able to fix your problem.
1. Set the following SQL Server options to ON:
ARITHABORT
CONCAT_NULL_YEILDS_NULL
QUOTED_IDENTIFIER
ANSI_NULLS
ANSI_PADDING
ANSI_WARNING
2. Set the following Source SQL Database settings to ON:
QUOTED_IDENTIFIER
ANSI_NULLS
In order to be able to process Real-Time cubes, that has aggreagations, the
settings described in the Book On-Line Topic "Indexed Views for ROLAP
Partitions" have to be implemented.
Indexed Views for ROLAP Partitions
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/olapdmad/ag
advpart_3jzn.asp
I am looking forward to hearing from you soon.
Regards,
Michael Shao
Microsoft Online Partner Support
Get Secure! -
www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.