Siebel Analytics Scheduler Guide > Using Siebel Analytics Scheduler >

Configuring Scheduler and Analytics Web Servers Installed on Separate Machines


The registry setting must be specified when the Scheduler and the Analytics Web Server are not installed on the same machine. This registry setting is specified on the Analytics Web Server machine and points to the Scheduler machine address.

Changing the ScheduleServer Registry Setting Under Windows

The following procedure shows how to change the Windows registry setting.

To change the ScheduleServer registry setting under Windows

  1. Run regedit.
  2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Siebel Systems, Inc.\Siebel Analytics\Web\<n.n>\Alerts, where <n.n> is the version number of Siebel Analytics.
  3. For the subkey ScheduleServer, change the value in the Data column to the Scheduler machine name.

Changing the ScheduleServer Registry Setting Under UNIX

The following procedure shows how to change the registry setting.

To change the ScheduleServer registry setting under UNIX

  1. Open the Analytics/setup/sa.reg file.
  2. Edit the ScheduleServer entry.

    At the following lines:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Siebel Systems, Inc.\Siebel Analytics\Web\7.7\Alerts]
    "ScheduleServer"="HOSTNAME"
    "Enabled"="Y"

    Using the machine IP address, substitute the machine on which the Scheduler process runs as the ScheduleServer parameter for HOSTNAME.

  3. Save and close the file.
  4. From the Analytics/setup directory, run the following commands to import the modified sa.reg file:

    $ sa-cli.sh
    $ ./regedit -c sa.reg

You can verify the registration by running regedit from the command line again and seeing the registry entries.

Siebel Analytics Scheduler Guide