Siebel Analytics Installation and Configuration Guide > Configuring Siebel Analytics in the Windows Environment > Process of Configuring Scheduler Server (All Deployments) >

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 (Windows)

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 (UNIX)

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.

  1. Save and close the file.
  2. 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 Installation and Configuration Guide