System service

Arkance Systems Benelux

Running server automation task as a Windows system service enables KLIP/KLIM Responder to run unattended in the background. Windows service can be configured to start when the operating system is started and run in the background as long as Windows is running. Alternatively, a service can be started manually or by an event. Because Windows services operate in the context of their own dedicated user accounts, they can operate when a user is not logged on. System service is being automatically triggered at predefined time intervals (e.g. each 2 hours), as specified in "Interval" application setting.


Please use following steps to activate or deactivate unattended requests processing using system services:


Starting System Service


  1. Access Command Line Tool, as previously explained.
  2. Start unattended requests processing using following command line parameters:


vsb_klip_cmd -service -start


Command Line Tool should respond with following:


Command Line Tool starting service


3. Click on Start button, select Administrative Tools folder, then click on Services. The Services dialog shows up. You can check if KLIP/KLIM Responder system service is running:


Windows Services dialog


  1. After unattended request processing is executed at predefined time interval, you can observe processing results using system Event Viewer dialog. Click on Start button, select Administrative Tools folder, then click on Event Viewer. The Event Viewer dialog shows up. You can inspect application-specific events by selecting "Applications and Services Events" and contained Holixa Infra Suite key:


Event Viewer dialog


Stopping System Service


  1. Access Command Line Tool, as previously explained.
  2. Stop unattended requests processing using following command line parameters:


vsb_klip_cmd -service -stop


Command Line Tool should respond with following:


Command Line Tool stopping service


  1. Optionally, open Windows Services dialog, as explained before, to inspect status of the service.


Please use exclusively Command Line Tool for starting and stopping automation service. Do not use Services dialog options to manually perform service starting/stopping.