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

Configuring Scheduler Under UNIX Platforms


Analytics License: All licenses.

Operating System: UNIX only.

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

You do not need to use Job Manager to configure the Scheduler service under UNIX platforms. Instead, you can use Siebel Analytics Web settings in the instanceconfig.xml file, as shown in the following procedure. Otherwise, it will raise the following error message when starting Scheduler service:

[nQSError: 12008] Unable to connect to port 9705 on machine localhost.

To configure the Scheduler service under UNIX platforms

  1. Open the instanceconfig.xml file.
  2. Add the following lines between <ServerInstance> and </ServerInstance> tags :

    <Alerts>
       <Enabled>Yes</Enabled>
    </Alerts>
    <ScheduleServer> [SchedulerMachine_IP_address] </ScheduleServer>

  3. Save and close the instanceconfig.xml file.
Siebel Analytics Platform Installation and Configuration Guide