So we have a newly installed SP2013 sp1 farm running on WinSRV 2012 r2.
2 WFE / 2 APP / 2 SQL 2012(HA)
Issue is that every night at 3:30-ish.. we have a Critical Error on all Sharepoint boxes.
Event ID 3351 : SQL database login for ´sharepoint_config´ on instance ´sharepointsql13´failed. login failed for user ´domain/servername$´
The google tells me to look all over the place but nothing yet has helped me, the timer service runs as “farm account” and looks allright.
i am quite new at sharepoint so i would like some expert help from you all to add to my knowledge 🙂
Thank you. This one was driving me crazy because the service account was definitely a dbowner on the config db. The Get-SPDatabase | Add-SPShellAdmin -UserName DOMAIN\SERVER1$ command seems to have addressed this issue.