The Siebel agentA program that enables the de-centralized execution of processes (such as deployments) on target systems (computers or business solutions) or a service that provides connectivity to a target system (such as for databases or middleware). An agent is also an object type in the Automation Engine. [Formerly called "Executor."] See also: host uses the command-line interface of the Siebel Server Manager for executing tasks. Enter the directory in which it is found in the INI file of the Siebel agent in the section [VARIABLES].
Example:
[VARIABLES]
UC_SIEBEL_SRVRMGR=C:\siebel\srvrmgr.exe
Commands that should be executed in Siebel can be specified in the Script tab of a Siebel jobAn Automation Engine object type for a process that runs on a target system.. Do so with the specific scriptA particular Automation Engine object type. statement SI_START_TASK. The Siebel command is transferred with the parameter CMD=:
SI_START_TASKCMD="Siebel command"
Each script line with "SI_START_TASK" is a separate taskAn executable object that is running. Tasks are also referred to as activities. in Siebel. In order to enable task monitoring (such as 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.
Two log files are available after the execution of the task:
1) Log file of the Siebel Server Manager call
2) Log file of the task
Define in the section [VARIABLES] of the INI file of the Siebel agent where these log files are stored. Thus, the log files can be transferred from the Siebel agent to AE in the form of reports.
Example:
[VARIABLES]
UC_SIEBEL_SRVRMGR=C:\siebel\srvrmgr.exe
UC_SIEBEL_LOGPATH=C:\siebel\siebelLOGS\
Note that reportA report provides more detailed information about a task's execution or a component. contents can be read with the script element PREP_PROCESS_REPORT. Report type "LOG" stands for the log file of the Siebel Server Manager call and report type "REP" for the log file of the task.
See also:
Tab for Host Attributes - Siebel
Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support |
Copyright © 2016 Automic Software GmbH |