Skip to main content

WEBfactory 2010

Service Manager Tutorials

Abstract

Check out these tutorials and learn how to use the WEBfactory2010 Service Manager tool by following the described steps.

Adding an additional service in WEBfactory 2010Service Manager
Abstract

Check out this article and learn how to add an additional service in WEBfactory2010 Service Manager.

WEBfactory 2010Service Manager displays, by default, the WEBfactory 2010 services installed on the machine. That doesn't mean it is limited at WEBfactory 2010 services only. WEBfactory 2010Service Manager can display any service running on the same machine. Follow the guide bellow to find out how to set up a new service in WEBfactory 2010Service Manager.

Capture3321.jpg
Configure the Service Manager

WEBfactory 2010Service Manager relies on a configuration file to display the services. To add a new service, simply add the service name to the configuration file.

  1. Navigate to the Service Manager folder from the WEBfactory installation folder. By default, the path should be C:\Program Files (x86)\WEBfactory 2010\Tools\Service Manager\.

  2. Locate the WFServiceManager.exe.config and open it with your preferred text editor.

    Capture3320.jpg
  3. The new service name must be added at the end of the services list. Locate the line containing the services list.

    <add key="services" value="LTServer;MessengerPro;SchedulerPro;MaintenancePro;ScenarioManagerPro;M260Service;BacNetService"/>
  4. Add the new service name at the end of the line, making sure that it is separated by the previous service name by a semicolon. For demonstration purposes, we will use the IIS service, W3SVC. Any service installed on the same machine can be listed in Service Manager.

    <add key="services" value="LTServer;MessengerPro;SchedulerPro;MaintenancePro;ScenarioManagerPro;M260Service;BacNetService;W3SVC"/>
  5. Save the configuration. The new service will be available inside Service Manager but won't work just yet. In order to function properly, the same service must be also added to the RemoteController service.

Configure the RemoteController
  1. Navigate to the RemoteController folder from the WEBfactory installation folder. By default, the path should be C:\Program Files (x86)\WEBfactory 2010\Server\RemoteController.

  2. Locate the Scada.RemoteController.Server.exe.config and open it with your preferred text editor.

    Capture1076.jpg
  3. The same service name must be added at the end of the services list, just like in Service Manager's configuration. Locate the line containing the services list.

    <add key="AllowedServices" value="LTServer;MessengerPro;SchedulerPro;MaintenancePro;ScenarioManagerPro;BacNetService;" />
  4. Add the new service name at the end of the line, making sure that it is separated by the previous service name by a semicolon.

    <add key="AllowedServices" value="LTServer;MessengerPro;SchedulerPro;MaintenancePro;ScenarioManagerPro;BacNetService;W3SVC" />
  5. Save the configuration file and start the WEBfactory 2010Service Manager. The new service will be available. Now the service can be controlled just like a default WEBfactory 2010 service.

    Capture3321.jpg