Siebel Analytics Web Administration Guide > Administering Siebel Delivers >

Specifying the Machine Running Siebel Analytics Scheduler


You can identify the machine running Siebel Analytics Scheduler by editing the Windows registry or the Siebel Analytics Web configuration file instanceconfig.xml to add the following entry. If Siebel Analytics Scheduler is running on the local machine, this is populated with the name of the local machine.

If you are modifying the Windows registry, you need to create the registry entries in the Alerts key.

If you are modifying instanceconfig.xml, you need to create the tags <Alerts> and </Alerts> after the <ServerInstance> tag, and place your entries between the <Alerts> and </Alerts> tags.

  • Windows registry example:

    HKEY_LOCAL_MACHINE\SOFTWARE\Siebel Systems, Inc.\Siebel Analytics\Web\7.7\Alerts

    ScheduleServer     Server02

  • instanceconfig.xml example:

    <Alerts>
       <ScheduleServer>Server02</ScheduleServer>
    </Alerts>

For information about working in the Windows registry or the configuration file instanceconfig.xml, see Making Siebel Analytics Web Configuration Changes.

NOTE:  If you are migrating a Siebel Analytics environment to a new system, make sure you also migrate the Siebel Analytics Server repository file and the Scheduler tables. The Scheduler tables are required for iBots.

Siebel Analytics Web Administration Guide