HCL Workload Automation, Version 9.4

Collecting intercepted jobs periodically for BC-XBP 2.0

With the BC-XBP 2.0 interface, you can configure the job interception collector using an HCL Workload Automation job that periodically retrieves intercepted jobs and relaunches them.

About this task

Define an HCL Workload Automation job that uses the SAP R/3 interception collector task to collect intercepted jobs and restart them.

To define an HCL Workload Automation job that collects intercepted job and relaunches them, use the following syntax:
XANAME#JOBNAME
  SCRIPTNAME "TWS_home/methods/r3batch -t HIJ -c XANAME"
  DESCRIPTION "Collects intercepted jobs on SAP XA XANAME"
  STREAMLOGON TWSuser
  RECOVERY STOP
Where:
XANAME
Name of the extended agent workstation.
JOBNAME
Name of the HCL Workload Automation job.
TWS_home
Fully qualified path to your HCL Workload Automation installation.
–t HIJ
This is the SAP R/3 task type to run the job interception collector. HIJ stands for Handle Intercepted Jobs.
TWSuser
Name of the HCL Workload Automation user that launches the access method.

The interception collector job runs at periodical intervals; for example, every 10 minutes. It retrieves all the jobs that have been intercepted since the last run of the interception collector, and launches them again according to a template.