Tuxedo ART Agent overview
What is it?
The Tuxedo ART Agent is an OpCon agent that allows OpCon to schedule Tuxedo ART Batch jobs within the Tuxedo ART environment. The Tuxedo ART Agent communicates with the Oracle Tuxedo environment to submit jobs and requires that the Tuxedo environment is active to submit jobs.
The current version is 23.0.0.
How it works
Each Tuxedo ART job runs as part of the Tuxedo ART Agent within a separate thread that ends when the job completes. The Tuxedo ART Agent uses the artjesadmin utility to start and monitor the status of each job. When the agent starts a job, it can pass variables as name=value pairs to the Tuxedo ART environment. The variable definitions are passed to the Tuxedo ART environment in a file. The file is read during the job initiation phase, and the values in the script are substituted. Standard output and error logs are collected and appended to the job output information, which is accessible from OpCon using the JORS capability.
The Tuxedo ART Agent supports submitting events to OpCon using the MSGIN capability. A special script called XPSCOMM can be called from the job script to submit events to OpCon.
The Tuxedo ART Agent also supports agent feedback so that step completion messages can be used to submit information to OpCon to process events. The job log is monitored for step completion messages, and if the step is defined and a matching completion is found, the trigger message is submitted to OpCon.
Implementation overview
