SAS 9.1.3 Integration Technologies » Server Administrator's Guide


Starting Servers
Server Startup Command
Specifying Metadata Connection Information
Customizing the Server Command for COM/DCOM Connections
Initializing UNIX Environment Variables for Workspace Servers
Invoking (Starting) the Spawner
On Windows
Updating a Spawner Service
On UNIX
On Alpha/VMS
Server and Services Startup Order
Reference Materials
Object Server Parameters
Spawner Invocation Options
Starting Servers

Updating a Windows Spawner Service

To update an existing Windows service for the spawner (for example, to change the path to your metadata configuration file), you must deinstall the service and create a new one.

If you installed SAS by using the Configuration Wizard, you can use the ObjectSpawner.bat file to simplify this process. You can update your Windows service as follows:

  1. In the Windows Services manager, stop the spawner service. The name of the spawner service should be similar to SAS Lev1 OB - MyDeployment.

  2. Deinstall the spawner service by invoking ObjectSpawner.bat -deinstall.

  3. Edit the ObjectSpawner.bat file. This file is located in the SASMain\ObjectSpawner subdirectory of your SAS Configuration Directory. For example, C:\SAS\MyDeployment\Lev1\SASMain\ObjectSpawner.

  4. Reinstall the spawner service by invoking ObjectSpawner.bat -install.

If you did not install SAS by using the Configuration Wizard, you can update your Windows service as follows:

  1. In the Windows Services manager, stop the spawner service. The default name for the spawner service is SAS Object Spawner Daemon II.

  2. Deinstall the spawner service by invoking objspawn <service-name> -deinstall.

  3. Create a new spawner command and use the -install option to install it as a service.