Siebel Analytics Scheduler Guide > Configuring Siebel Analytics Scheduler With Job Manager >

Scheduler Job Manager Instance Properties


Table 7 describes the properties of Job Manager instances.

Table 7. Job Manager Instance Properties
Field
Description

JobID

ID of the job associated with this instance.

InstanceID

Unique ID of this specific instance of the Job.

Status

Status of the job instance. It can be one of the following:

  • Running
  • Completed
  • Cancelled
  • Timed Out

ExitCode

Exit code of the instance. Depending on the job type, this code can be interpreted differently.

  • For an iBot, the ExitCode of an instance is set to the number of successful deliveries. The count corresponds to the number of successful deliveries to devices, and there may be more than one device for each recipient of an iBot.
  • For a script, it is set according to the ExitCode property in the script.

    The default is 0 (zero). See Table 18.

ErrorMessage

Text message containing any error information of the instance.

Siebel Analytics Scheduler Guide