User Guide > Objects > Alphabetical Listing > Job report - PeopleSoft

Job Report - People Soft

After job execution, PeopleSoft process data is available in the job's report provided that the checkbox "Database" has been activated in the Host Attributes tab.

By default, job reports contain:

The process log from the PeopleSoft Process Scheduler Batch Server can also be displayed. This requires particular prerequisites to be met. See: Installing the agent for PeopleSoft.

 


People Soft Process Log File  

The directory in which the log files are stored is specified in the configurationA set of constituent components that make up a system. This includes information on how the components are connected including the settings applied. file psprcs.cfg 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 databaseA database is an organized collection of data including relevant data structures..

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