Windows Service stops on Server Patch
Posted
by
Carel
on Super User
See other posts from Super User
or by Carel
Published on 2014-05-23T07:06:30Z
Indexed on
2014/06/02
9:32 UTC
Read the original article
Hit count: 146
I'm a developer that has a Windows Service that runs on a production server that sends emails that are entered into a database on a database server. Although the service is set to start automatically, whenever the web server gets patched (which happens every other week), for some reason the service fails to start and various emails don't get sent.
I don't actually have access to the server, so I have to request a build administrator to start the service. What I want to know is whether there is any reason for the service to fail to start when the server is patched?
© Super User or respective owner