Hello Thwack,
I try to start this service and keep getting the below error. In this snip-it it shows the log on as a user, I have also tried it as local system. This service seems to be causing several errors ( alerts ) in the application event viewer. Any ideas about the following error?

I also found the following log describing an error with the SW Job Scheduler ( not sure if this is related however )
*** SolarWinds Job Scheduler v2.3.0.78, .Net Runtime v4.0.30319 ***
2013-04-05 11:14:18,293 [6] INFO SolarWinds.JobEngineService.v2.JobEngineServiceApp - Database versions match: 2
2013-04-05 11:14:18,335 [6] INFO SolarWinds.JobEngine.Scheduling.CredentialHandlerFactory - Using certificate for credentials protection
2013-04-05 11:14:18,340 [6] ERROR SolarWinds.JobEngine.Scheduling.CertificateCredentialHandler - Unable to find Orion shared certificate.
2013-04-05 11:14:18,340 [6] FATAL SolarWinds.JobEngine.ServiceProcess.SolarWindsService - OnStart: Unhandled exception caught
SolarWinds.JobEngine.JobEngineException: Unable to find the Orion shared certificate. Run the Orion Configuration Wizard to repair the certificate.
at SolarWinds.JobEngine.Scheduling.CertificateCredentialHandler.LoadKey()
at SolarWinds.JobEngine.Scheduling.CredentialHandlerFactory.Create()
at SolarWinds.JobEngine.Scheduling.JobSchedulerFactory.Make()
at SolarWinds.JobEngine.Routing.Router..ctor()
at SolarWinds.JobEngineService.v2.JobEngineServiceApp.Start()
at SolarWinds.JobEngine.ServiceProcess.SolarWindsService.ServiceStart()
2013-04-05 11:14:18,346 [6] FATAL SolarWinds.JobEngine.ServiceProcess.SolarWindsService - Unhandled exception caught
SolarWinds.JobEngine.JobEngineException: Unable to find the Orion shared certificate. Run the Orion Configuration Wizard to repair the certificate.
at SolarWinds.JobEngine.Scheduling.CertificateCredentialHandler.LoadKey()
at SolarWinds.JobEngine.Scheduling.CredentialHandlerFactory.Create()
at SolarWinds.JobEngine.Scheduling.JobSchedulerFactory.Make()
at SolarWinds.JobEngine.Routing.Router..ctor()
at SolarWinds.JobEngineService.v2.JobEngineServiceApp.Start()
at SolarWinds.JobEngine.ServiceProcess.SolarWindsService.ServiceStart()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
Thanks for your time!