2017-08-31 120 views

回答

0

可能的原因什麼

請人評論:

  1. SQL Server未安裝。
  2. SQL Server身份驗證模式僅啓用Windows身份驗證模式
  3. 不正確的主機名/實例名用於SQL Server的
  4. 的Plesk安裝已損壞

決議

  1. 如果未安裝SQL Server,請安裝:

    "%plesk_bin%\\ai.exe" --select-product-id panel --select-release-current --show-components 
    
    mssql2008 [up2date] - SQL Server 2008 
    mssql2008-only [up2date] - SQL Server 2008 only 
    mssql2012 [install] - SQL Server 2012 
    mssql2012-only [install] - SQL Server 2012 only 
    
    "%plesk_bin%\\ai.exe" --select-product-id panel --select-release-current --install-component mssql2008-only 
    
  2. 啓用「SQL Server和Windows身份驗證模式」,並在Plesk重試SQL Server註冊:http://technet.microsoft.com/en-us/library/ms188670.aspx

  3. 使用相同的主機名,用戶名和密碼,在Plesk中規定確保SQL Server的連接 - >工具和設置 - >數據庫服務器是可能的。使用SQL Server Management Studio或其他SQL Server數據庫管理器檢查此問題

  4. 運行"%plesk_bin%"\reconfigurator.exe並選擇了Repair Plesk安裝選項。

+0

問題是我沒有安裝SQl Sever –

+0

現在我已經安裝了它,但有新的錯誤mssqlmng失敗:用戶'abelltec'登錄失敗。 –

+0

>>>出現新錯誤mssqlmng失敗:用戶'abelltec'登錄失敗<<<轉至sql server錯誤日誌以找出原因 – sepupic

相關問題