0 Stuck at database 2 Jordan Tekelenburg posted 9 Years Ago sql 2014 express server 2012 I am gettin this error when i try to install Could Not Connect The user rockuser could not connect to the server localhost. Error message: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server).
Ken Roach 9 years ago Great to hear! (You can mark this reply as the 'accepted answer'.)Also search for "SQL Express / LocalDB Edition" (right at the end) inhttp://www.rockrms.com/Rock/Developer/BookContent/19/55#appendixrockitsdksetupfor some other recommended settings if you are using SQLEXPRESS.
Ken Roach 9 years ago In my web.connectionstrings.config file I think I had to use something like MYPCNAME\SQLEXPRESS instead of localhost.