SI_START_TASK

Use the SI_START_TASK script element to execute a command in Siebel. Each SI_START_TASK script line represents a separate task in Siebel. The Siebel command is passed on to the Siebel Server Manager through its /c parameter, and is then processed in Siebel.

Syntax

SI_START_TASK CMD=[Siebel command]

Parameters

  • SI_START_TASK
    Executes a command in Siebel

  • CMD=
    Specifies the command

  • Siebel command
    Command in Siebel
    Format: script literal
    Important! Start the command with "start task" to enable task monitoring, e.g. to monitor canceling or restarting of tasks. If you use "run task", the Siebel job is canceled and an error message is printed.

Example

SI_START_TASK CMD="start task for component EIM server ESERV01 with Config=apd_contacts_ok.ifb, LovLang=DEU, ErrorFlags=1, SQLFlags=8, TraceFlags=1"

See also:

seealso

Siebel Jobs