Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. Reason: Failed to open the explicitly specified database 'SUSDB'
hello,
attempting build new wsus server , after rebooting receiving following message , wsus server stops:
login failed user 'nt authority\network service'. reason: failed open explicitly specified database 'susdb'
i see past artricles issue not have kb3148812 installed , have kb3159706 installed.
any ideas appreciated.
please disregard...
i able service started again following steps:
manual steps
- open elevated command prompt window, , run following command (case sensitive, assume “c” system volume):
"c:\program files\update services\tools\wsusutil.exe" postinstall /servicing
- activate http activation under .net framework 4.5 features (via powershell)
import-module servermanager
add-windowsfeature net-wcf-http-activation45
get-windowsfeature net-wcf*
display name name install state
------------ ---- -------------
[x] wcf services net-wcf-services45 installed
[x] http activation net-wcf-http-activat... installed
[ ] message queuing (msmq) activation net-wcf-msmq-activat... available
[ ] named pipe activation net-wcf-pipe-activat... available
[ ] tcp activation net-wcf-tcp-activati... available
[x] tcp port sharing net-wcf-tcp-portshar... installed - restart wsus service
net stop "wsus service"
net start "wsus service"
Windows Server > WSUS
Comments
Post a Comment