PeopleSoft Job Interception and Monitoring Configuration
When a job is found in the PeopleSoft System it is checked against the interception rules defining the action to take on the job.
Setting up the job handling information
Tab | Field | Description |
---|---|---|
PeopleSoft Job Control Rules | Job Handling | Reports the setting of the Job Handling field on the Oracle PeopleSoft System tab. |
PeopleSoft Job Control Rules | Enabled | Allows you to disable rules, preserving the settings for future use. |
PeopleSoft Job Control Rules | Description | the description to use for this rule. If the description is not set, the rules are named <Action>/<Username Mask>/<Job Name Mask> , Please see the list below for available actions. |
PeopleSoft Job Control Rules | Processing order | Order in which to process this rule. |
PeopleSoft Job Control Rules | Action | Defines how to handle the job. Please see the list below for available actions. |
PeopleSoft Job Control Rules | Job Name Mask | Job name pattern that is used to match jobs. |
PeopleSoft Job Control Rules | Username Mask | User name pattern that is used to match jobs. |
PeopleSoft Job Control Rules | Default Queue | Queue the job should be put on (currently not used). |
PeopleSoft Job Control Rules | Priority | Priority of the job (currently not used). |
PeopleSoft Job Control Rules | Retrieve Joblog | Should the log of the job be retrieved? |
PeopleSoft Job Control Rules | Retrieve Output | Should the output of the job be retrieved? |
The following wildcards are supported in masks:
*
to match any string, for examplePPS_MYJ*
would matchPPS_MYJob
andPPS_MYJOBS
but notPPS_MYProg
.?
to match a single character, for examplePPS_MYJ?B
would matchPPS_MYJob
andPPS_MYJ0B
.
The following actions are available:
Action | Description |
---|---|
Monitor | A reference to the job is created in Redwood Server. The status of the PeopleSoft job can be monitored in the processes monitor of Redwood Server. |
Hold | A reference to the job is created in Redwood Server and set to hold. Execution of the job in the PeopleSoft is put on hold until the process in Redwood Server is started. |
Ignore | Jobs that match this rule are confirmed in PeopleSoft so they are not checked again, and ignored (no reference to the job is created in Redwood Server). |
note
Jobs that do not match any of the defined rules are skipped.
tip
You can check all job control rules that use a specific default queue across all PeopleSoft systems in the Related Objects list of the queue in question.