Automation Engine Script Guide > AE JCL for Applications > Siebel > SI_START_TASK

SI_START_TASK

Executes commands in Siebel.

Syntax

SI_START_TASK CMD=[Siebel command]

Syntax

Description / Format

CMD= 

Siebel command.

Format of the value: script literal 

Description

Use the script element SI_START_TASK in the Process tab to have commands executed in Siebel. The Siebel command will be passed on to the Siebel Server Manager (through its parameter /c) and then processed in Siebel.

Each script line with "SI_START_TASK" is an extra task in Siebel. In order to enable task monitoring (e.g. canceling or restarting tasks), it is essential that the Siebel command starts with "start task". If "run task" is used, 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:

About AE JCL for Applications