2011年4月16日 星期六

The LocaleIdentifier property is not overwritable and cannot be assigned a new value

在SSAS 2008R2上,還原了一個用SSAS2005做出來的cube (*.abf)
瀏覽Broese Cube時, 出現了這個錯誤畫面

The LocaleIdentifier property is not overwritable and cannot be assigned a new value



參考這篇討論

若在SSMS上,則請於上圖所示, 將Language由Default改成Chinese(Taiwan),重新連結一下(Reconnect)一下就正常了

若是透過程式連結,則在connectionstring 加入Locale Identifier=1033, 像這樣

<add name="OLAPConnectionString" connectionString="Data Source=.;Initial Catalog=myCube";Locale Identifier=1033/>

Connect上的參考

環境:
SSAS 2008R2  Standard Edition CU6 英文版
Windows 7 64 bit 繁體中文版
Office 2010 64 bit 繁體中文版

沒有留言:

張貼留言

自動記錄滑鼠點選操作

為了一個需求,需要人工去點選幾個滑鼠的點選行為,找了幾種工具,覺得GS Auto Clicker最實用,極符合我的需求,尤其是多個固定位置的button點擊,解決了一個很耗時間的工作。 最後設定完預設hotkey F8為啟用鍵,就可以開始自動做工了。再按F8結束工作。 GS Au...