Help solve SharePoint 2013 Installation error

Asked By 10 points N/A Posted on -
qa-featured

Hello Guys,

Yesterday I was installing SharePoint 2013 on my computer. I downloaded the installation file and the installation process went well until I reached a point where I wanted to configure a database. I put the details of the database server and database name then username and password. Here is where I got a problem as the installation came to a stop with an error message that it could not connect to database master at SQL Server. Look at the image below and help me solve this error. I already tried running the wizard again 3 times and no luck. I have confirmed that the database name is spelled correctly.

Cannot connect to database master at SQL server at DCSQL. The database might not exist, or the current user does not have permission to connect to it.

SHARE
Answered By 15 points N/A #176613

Help solve SharePoint 2013 Installation error

qa-featured

Hi Donald,
The error has occurred because SQL Server access was not configured.
The solution to it is:
1) Start 'SQL Server Configuration Manager'
2) Open 'SQL Server configuration node'
3) Select 'Protocols'
4) Double Click 'TCP/IP', Select 'Yes'
5) Select 'IP Address' tab
6) Replace '0' with '1433' at every TCP port option.

SQLServer-Configuration-Manager-for-Port-Address

7) Click 'OK'
8) Select 'SQL Server Services node'
9) Right Click the 'SQL Server MS SQL SP 2013' services and Click Restart

Related Questions