Using placeholders
In the template files you can use a number of placeholders that
are replaced by the interception collector at run time. They are listed
in Table 1.
Placeholder | Description |
---|---|
$CPU | Name of the extended agent workstation where the interception collector runs. |
$CLIENT | Client number of the intercepted SAP R/3 job. |
$JOBNAME | Name of the intercepted SAP R/3 job. |
$JOBCOUNT | Job ID of the intercepted SAP R/3 job. |
$USER | Name of the user who launched the SAP R/3 job. |
$JOBNUM | Job number of the interception collector. |
$RUN | Current run number of the interception collector. |
$SCHED | Schedule name of the interception collector. |
$RAND | Random number. |
The template:
alias=ICP_$RAND_$JOBNAME_$JOBCOUNT_$CLIENT;at=1000
instructs
the interception collector to restart the SAP R/3
job named DEMO_JOB with job ID 12345678 on
client 100 at 10:00 as HCL Workload Automation job ICP_1432_DEMO_JOB_12345678_100.