Error code

Windows ERROR_SERVICE_NOT_ACTIVE

WINDOWSERROR_SERVICE_NOT_ACTIVE
System Error Code· A POSIX/system errno returned when a system call fails.

What it means

The service has not been started..

How to fix it

  1. Start the service from services.msc or with 'net start <name>'.
  2. set its Startup type to Automatic so it starts at boot.
  3. check the event log for why it stopped.
  4. verify its dependency services are running.

Not affiliated with Windows. Answer summarized from the manufacturer's manual linked above; consult that source for the authoritative procedure.