The following XML rule file structure describes the information, which extracts from PeopleSoft job or process definitions.
rules>
<action>definition</action>
<profile>profile</profile>
<userid>id<userid>
<filter>
<jobname>jobname</jobname>
<prcsname>processname</prcsname>
<userid>userid</userid>
</filter>
<table>folder</table>
<application>application</application>
<group>subapplication</group>
<nodegrp>hostgroup</nodegrp>
<runcntlid>runcontrolid</runcntlid>
<runlocation>runlocation</runlocation>
<outdestformat>output destination format</outdestformat>
<outdesttype>output destination type</outdesttype>
<outdest>output destination format</outdest>
<incondition>
<request>and/or</request>
<name>condname</name>
<odate>orderdate</odate>
</incondition>
<outcondition>
<request>add/del</request>
<name>condname</name>
<odate>orderdate</odate>
</outcondition>
</rules>
The following table describes the rule file parameters for extracting job or process definitions:
Rule File Parameter |
Description |
table |
Defines the Scheduling Folder. |
application |
Defines the name of the application where the job's Sub Application belongs. This determines the position of the job in the Application/Sub Application hierarchy. |
group |
Defines the name of the Sub Application where the job belongs. This determines the position of the job in the Application/Sub Application hierarchy. |
nodegrp |
This is the logical name of the Host group that processes the job. When you select the Application Host group, it determines the values for the Application Type, Application Version, and Application Plug-In version parameters. If the parameter has no value, the Control-M/Agent's computer host name is used. |
userid |
Defines the name of the PeopleSoft user who runs the job. |
runcntlid |
Defines the Run control ID |
runlocation |
Defines the location of the job |
outdestformat |
Defines the Output destination format |
outdesttype |
Defines the Output destination type |
outdest |
Defines Output destination |
request |
Defines the Out Condition or In Condition sub-parameters The Out Condition version sub-parameter, indicates whether to add or delete a post processing condition. Valid values: ADD or DEL The In Condition version sub-parameter, specifies the preprocessing condition. Valid values: AND or OR |
name |
Defines the name of the specified condition |
odate |
Defines the original scheduling date of the job. For More information see Condition rule. |
When you extract a definition, the following parameters are mandatory:
See Rule file for extracting current executing job or process for further parameters.
Parent Topic |