Skip to main content

Troubleshoot Velox services

Use this workflow when Velox Service or API Service will not install, start, stop, remain running or load expected work. Distinguish the Windows Service Control Manager state from Velox processing state inside a running service.

Symptom matrix

SymptomCheck firstNext evidence
Install failsApproved account/password, Log on as a service, service name collision, executable path and SCM permissionDesigner error and Windows event/SCM result
Starts then stopsRequired -c configuration key and -n name, Connections.json/database/schema access, General Setup load, ProgramData rightsExact instance's Application Event Log and system/startup log
Running but no workVelox processing state, active modules, test suffix/context and manager synchronisationSchedule/monitor/Transport/API load messages
Designer cannot control/queryExact service instance, authorised service users, IPC name/context and local permissionsIPC last error plus SCM state
Stop/restart times outWaiting/running task state and configured internal shutdown waitView Processes, Flow/Transport/external state

Designer SCM start/stop polling normally has a 30-second timeout. The service can remain stop-pending for its separate configured wait while execution threads finish. Do not kill the process merely because the Designer timeout expires; assess the work and organisational emergency procedure.

Safe recovery

  1. Preserve service name/display name, executable path/arguments, account, process ID, timestamps and first event/startup error.
  2. Correct one cause without changing the production/test context accidentally.
  3. Start with Velox processing constrained, confirm setup/manager load and query health through Designer/IPC.
  4. Run one controlled Flow or API request and verify logs/external state before restoring triggers.

Escalation evidence

Never include the service password. Record the account name only where approved and sanitise connection keys/paths if they reveal sensitive deployment detail.

Recovery boundary

See service control, safe start/stop and incident evidence.