|
malachi151
Posting Yak Master
142 Posts |
Posted - 06/29/2012 : 13:21:22
|
When trying to process a cube after adding a Distinct Count measure I get the following error:
The sort order specified for distinct count records is incorrect.
I've read that this is typically caused by different collations on the SQL Server and SSAS server. I've gone ahead and changed the collation on the SQL Server from SQL_Latin1_General_CP1_CI_AS to Latin1_General_CI_AS. The collation on the SSAS server is Latin1_General.
Even after these changes and refreshing the DSV, and deleting and re-adding the measure, etc. I still get the error.
Any ideas?
-------------------------------------------------- My blog: http://practicaltsql.net/ Twitter: @RGPSoftware |
|