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 繁體中文版

沒有留言:

張貼留言

IIS 網站無法下載中文檔名檔案因為取消高位元字元

 網址+中文檔案名稱方式下載檔案顯示 404 - 找不到檔案或目錄。 但英數字檔案名稱則可下載。 因為設定GCB IIS,其中1項 將高位元字元預設取消勾選了。 27 TWGCB-04-014-0028 要求篩選與其他限制模組 允許高位元字元 這項原則設定決定查詢...