845 B
Event ID 3351
Dienstag, 2. Juli 2019
14:58
"SQL database login for 'SPQ_Config' on instance 'Config' failed. Additional error information from SQL Server is included below.
Fehler bei der Anmeldung für den Benutzer 'BKK-MOBILOIL\BKKSPQAPP001$'."
The timer job runs a check using a PowerShell call. For some reason, the PowerShell call does not run as the timer job account but the local system account (hence the DOMAINSERVER$). Those local accounts do not have permissions to run PowerShell commands against the SharePoint farm. Therefore one must allow access to these local accounts by adding them as "Shell Admins"
<https://collab365.community/forum/topics/event-id-3351-sql-database-login-failed/>
Solution:
Get-SPDatabase | Add-SPShellAdmin -UserName BKK-MOBILOIL\BKKSPQAPP001$
07.01.2019 - KBE