2012-04-24 44 views
2

我試圖通過分析服務在SQL Server 2008中創建OLAP數據庫與ascmd.exe工具 我得到以下錯誤:ASCMD工具clamis數據庫已經存在,但它不會出現

Error ErrorCode="3239313410" Description="Errors in the metadata man ager. The database with the name of 'CosmoComOLAPDB' already exists in the 'LIOR2K8' server." Source="Microsoft SQL Server 2008 R2 Analysis Services" HelpFile="" />

然而,當我連接到SQL Server 2008 Management Studio中的分析服務時,我找不到它...

這是常見問題還是僅僅在我的系統上?

更新:
當我試圖連接,然後選擇它給了我下面的錯誤文件夾:

Database Administrator or server administrator permissions are required to execute SystemGetLogicalDrives command

回答

1

的原因,我無法看到的數據庫是因爲我沒有在管理模式 運行右鍵單擊SQL Server管理 - >以管理員身份運行 然後分析數據庫將出現

0

它可能存在,但不能安裝。

右鍵單擊數據庫文件夾,然後單擊附加。

從列表中選擇該文件夾並告知密碼,如果現有

+0

謝謝,我得到新的錯誤,請看看更新 – liorafar 2012-04-24 08:21:22

+0

感謝您的幫助! – liorafar 2012-05-02 15:28:41

+0

您需要以最高槓杆權限運行Management Studio。 – bull90 2016-04-01 08:55:21

相關問題