I am setting up a simple 2 server Sharepoint Enviroment
SQL server is Windows 2012, SQL Server 2012 sp1
Sharepoint server is Windows 2012, Sharepoint 2013 Standard edition
The servers are joined to the domain and there a sharepoint service accounts setup.
I have an account, lets call it SPSQL, that is mean to run the SQL server and SQL Server Agent services.
If I setup SQL to run the above services as NT AUTHORITY\LocalService then my sharepoint installation works correctly.
If I change the above service to run on DOMAIN\SPSQL then I receive runtime errors such as;
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.Where would be a good place to start to debug this and how do I access the error logs?