Forum Discussion

Antoine's avatar
Antoine
Frequent Visitor
8 years ago
Solved

Configuration Manager - Can't connect to the database server

Hi !   I'm configuring the Report Server in the Configuration Manager.   I'm on the "Database" part. I click on "Change Database" then "Create a new report server database". I leave everything as...
  • v-yulgu-msft's avatar
    8 years ago

    Hi Antoine,

     

    First, verify that the server name and username you typed in is correct. Make sure current user account has access to this SQL Server Database Engine. Please test whether you can connect to database engine in SSMS using current credential.

     

    Based on my research, in most cases, the above error message occurs because the Database Engine instance that hosts the report server database is not configured for remote connections. 

     

    To resolve the issue, please follow the steps as suggested in this thread

    1. Open the SQL Server Configuration Management tool.
    2. Expand “SQL Server Network Configuration”, and click the “Protocols for MSSQLSERVER”. 
    3. Enable both “TCP/IP” and “Named Pipes” protocols. And then restart the SQL Server service

     

    For more suggestion to troubleshoot this problem, please refer to:

    An error has occurred while establishing a connection to the server.

     

    Best regards,
    Yuliana Gu