Chinaunix首页 | 论坛 | 博客
  • 博客访问: 90907
  • 博文数量: 31
  • 博客积分: 1013
  • 博客等级: 准尉
  • 技术积分: 332
  • 用 户 组: 普通用户
  • 注册时间: 2010-01-04 10:49
文章分类
文章存档

2012年(4)

2011年(10)

2010年(17)

我的朋友

分类: Mysql/postgreSQL

2011-09-09 16:18:21

SSAS 错误:OLAP 存储引擎中存在错误: 为非重复计数记录指定的排序顺序不正确。

1.为非重复计数记录指定的排序顺序不正确。 把这句翻译下成:Repeat count record for non-specified sort order incorrect
2.google 里面搜索 有相关的。

"Errors in the OLAP storage engine: The sort order specified for distinct count records is incorrect"
 

解决方法:
http://stackoverflow.com/questions/320405/analysis-services-2005-olap-cubes-can-i-create-a-distinct-count-measure-on-a-nv

Google and in particular Eggheadcafe came to the rescue with a solution:

  • Connect to Analysis Services from SQL Server Management Studio
  • Right Click on the Analysis Services Server name (ie the top most Analysis Services link)
  • Choose properties
  • Check Show Advanced (All) Properties
  • Find the following setting
  • OLAP \ Process \ CheckDistinctRecordSortOrder
  • Set this value to 0
  • Click OK
  • Open your OLAP in Visual Studio or BIDS.
  • Process the cube.




阅读(877) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~