PeopleSoft Job Reports

Activate the Store to: Database option on the PeopleSoft Jobs page when defining this Job object for PeopleSoft processing data to be available in the report.

By default, job reports contain:

The process log from the PeopleSoft Process Scheduler Batch Server can also be displayed. This requires certain prerequisites to be met. For details see Installing the Agent for PeopleSoft.

PeopleSoft Process Log File

The directory in which the log files are stored is specified in the psprcs.cfg configuration file of the PeopleSoft Process Scheduler Batch Server (Section [Process Scheduler]). The agent retrieves the name of the directory and log file from this configuration file. It transfers the log file to the Automation Engine, which stores it in the AE database.

Log/Output Directory=%PS_SERVDIR%\log_output

As an environment variable is used in the example shown above, this environment variable must also be set in the agent. It contains the complete path specifications of the directory.

PS_SERVDIR="C:\Psoft\HR800\appserv\prcs\PSHR800"

The path of the application servers' configuration file must be indicated by the administrator. Otherwise the agent could not access it. The format is: Server name=File.

[PSCONFIG]

PSNT=\\psserv01\appserv\prcs\PSHR800\psprcs.cfg

PSUNX=\\psserv01\appserv\prcs\PSHR800\psprcs.cfg

An individual subdirectory is created in the retrieved directory of each PeopleSoft process. The name of this subdirectory is specified as follows:

<PID>_<Process name>_<Process request>

<PID>

Process identification (e.g.: SQR).

<Process name>

Name of the process

Corresponds to the parameter PROCESSNAME= of PS_RUN_PROCESS

<Process request>

Instance number of the process request.

Accordingly, the directory name for the report shown above is:

C:\Psoft\HR800\appserv\prcs\PSHR800\log_output\SQR_DDDAUDIT_100

The name of the log file is identical to the name of the subdirectory. The log file ends on ".log". The file name for the log file with all the path specifications for the PeopleSoft process is as follows:

C:\Psoft\HR800\appserv\prcs\PSHR800\log_output\SQR_DDDAUDIT_100\SQR_DDDAUDIT_100.log