Siebel Analytics Platform Installation and Configuration Guide > Configuring Siebel Analytics Scheduler Server >

Configuring Scheduler and Analytics Web Servers Installed on Separate Machines


Analytics License: All licenses.

Operating Systems: All.

This topic is part of the process Configuring Siebel Analytics Scheduler Server.

When the Scheduler and the Analytics Web Server are not installed on the same machine, the instanceconfig.xml setting must be specified on the Analytics Web Server machine to point to the Scheduler machine address.

Changing the ScheduleServer Configuration Setting

Use the following procedure for changing ScheduleServer on Windows and UNIX machines.

To change the ScheduleServer registry setting

  1. Navigate to Siebel Analytics data directory at the location shown in the following table:
    Platform
    Data Directory Location

    Windows

    \SiebelAnalyticsData\Web\config

    UNIX

    /SiebelAnalyticsData/web/config

    Locate the file instanceconfig.xml and make a backup copy.

  2. Using a text editor, open the file instanceconfig.xml.
  3. After the <ServerInstance> tag, create the tag pair <Alerts> and </Alerts>.
  4. Between the Alerts tags, create the tag pair <ScheduleServer> and
    </ScheduleServer>.
  5. Between the ScheduleServer tags, insert the text shown in the following table:
    Platform
    Scheduler Server Location

    Windows

    Machine name of the Scheduler machine running Analytics Web Server.

    For example:

    <Alerts>
       <ScheduleServer>\\SAWmachine</ScheduleServer>
    </Alerts>

    UNIX

    Machine IP address of the Scheduler machine running Analytics Web Server.

    For example:

    <Alerts>
       <ScheduleServer>127.20.174.100</ScheduleServer>
    </Alerts>

  6. Save the file when you are done.

    Your changes take effect when the Analytics Web Server service is restarted.

Siebel Analytics Platform Installation and Configuration Guide