The following XML rule file structure describes the information, which extracts from the current executing PeopleSoft job or process.
<rules>
<action>execution</action>
<profile>profile</profile>
<filter>
<jobname>jobname</jobname>
<prcsname>processname</prcsname>
<jobinstance>number</jobinstance>
<prcsinstance>number</prcsinstance>
<userid>id</userid>
</filter>
<outcondition>
<request>ADD/DEL</request>
<name>condname</name>
<odate>orderdate</odate>
</outcondition>
<nodegrp>hostgroup</nodegrp>
</rules>
The following table describes the rule file parameters for extracting a current executing job or process:
Rule File Parameters |
Description |
profile |
Defines the name of the connection profile, which must be defined in Connection Profile management in Control-M Configuration Manager. |
jobname |
Defines the name of the job. |
prcsname |
Defines the name of the process. |
jobinstance |
Defines the instance number of the executing job. |
prcsinstance |
Defines the instance number of the executing process. |
userid |
Defines PeopleSoft user ID. |
When extracting an executing job or process, Control-M for PeopleSoft uses default values for these parameters (where applicable).
Parent Topic |