Home > Forum > General > WebCon Workflow Service Not Starting

WebCon Workflow Service Not Starting
0

Hi,
Sometimes setting up a scheduler (Task Scheduler) and a powershell script helps:

Get-Service -Name "WebCon WorkFlow Service" | Where-Object {$_.Status -NE "Running"} | Start-Service
$date = get-date
$date | export-csv C:\PowerShell\log.csv

The service may not start, for example, when you are making a backup or when the database simply does not respond after starting the server.

Privacy overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognizing you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.


To see a full list of the cookies we use and learn more about their purposes, visit our Privacy Policy.