A PPM user has marked a project for deletion and subsequently is deleted by the nightly delete investment job. Can the system logs reveal if the project was deleted by the job ?
Release : Clarity 15.9 and supported release
Component : CA PPM APPLICATION
The job log for Delete Investments and Time Reporting Periods job includes details about the successful and unsuccessful deletions of investments and time reporting periods. Admins can take corrective action based on the messages recorded in the log output after running the job. The same is also described in the product documentation reference.
For example:
The job was run to delete project ID PR1029.
The same can also be validated by running a SQL query against the job log table for the job run id. for eg.
select message from cmn_sch_job_logs where job_run_id=5152432;