After jobAn Automation Engine object type for a process that runs on a target system. execution, PeopleSoft process data is available in the job's reportA report provides more detailed information about a task's execution or a component. 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 agentA program that enables the de-centralized execution of processes (such as deployments) on target systems (computers or business solutions) or a service that provides connectivity to a target system (such as for databases or middleware). An agent is also an object type in the Automation Engine. [Formerly called "Executor."] See also: host for PeopleSoft.
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 EngineThis component drives an Automation Engine system and consists of different types of server processes. 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 environmentAn Environment consists of Deployment Targets which represent your endpoints. Different environments are used for different phases in the software delivery cycle, for example Development, QA, Staging, Production. An environment is typically set up once and used by several applications. variableIt stores or retrieves values dynamically at runtime. An individual Automation Engine object type. 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 applicationAn application is a software which helps a user to fulfill specific tasks. In the context of ARA see also: Application entity. 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 |
<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
Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support |
Copyright © 2016 Automic Software GmbH |