依據 [Wiley] Professional Microsoft SQL Server Analysis Services 2008 with MDX 一書,第二章的內容操作 (先排除 P52~P55 的細部內容調整),將規劃好的 Analysis Service 內容 Deploy 到 Analysis Server ,也就是執行點選 Project name 並按下右鍵/Deploy。
結果得到錯誤訊息!
------------------------------
Cannot connect to (local).
------------------------------
ADDITIONAL INFORMATION:
Login failed for user 'GC-IT-N01\UserName'. (Microsoft SQL Server, Error: 18456)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=18456&LinkId=20476
------------------------------
看到下列處理建議:
User Action
- If you are trying to connect using SQL Server Authentication, verify that SQL Server is configured in Mixed Authentication Mode.
利用 SQL Server 驗證方式連接資料庫,檢查是否使用混合驗證模式。 - If you are trying to connect using SQL Server Authentication, verify that SQL Server login exists and that you have spelled it properly.
利用 SQL Server 驗證方式連接資料庫,檢查登入(login)是否存在或拼字是否正確。 - If you are trying to connect using Windows Authentication, verify that you are properly logged into the correct domain.
利用 Windows 驗證方式連接資料庫,檢查是否使用正確網域登入。 - If your error indicates state 1, contact your SQL Server administrator.
先後依據建議事項,做了各項檢查,結果問題還是存在。
最後找到問題的終結原因,就是開啟 Business Intelligence Development Studio (BIDS) 程式時的權限不足所致。
需要以 系統管理員身份 運作才行。
Business Intelligence Development Studio (BIDS) 的程式名稱:devenv.exe
程式路徑:"C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\"
沒有留言:
張貼留言