PJP_JobErrorLog table
To view the error logs that had been deleted when a new PJP job is run, you can run a *SELECT* query from the PJP_JobErrorLog table in the MS SQL Server Management Studio . You can add conditions to the job_name and run-date columns to narrow down the results.
The PJP_JobErrorLog contains the information on errors encountered on PJP jobs retrieved from the jobs history table including those of previous jobs not displayed in the history of the most recent PJP job. The PJP_JobErrorLog contains the date and time the error occurred, the error message, and other details regarding the failed step.
You can view the error logs from previous PJP jobs on the same table at any time as the information is stored in a database.
The retention of data in the PJP_ErrorJobLog table depends on the Retention Rules. To reduce disk space and enhance processing time, we recommend enabling the PJP Error Log Retention job.