Find out deleted dir details
search cancel

Find out deleted dir details

book

Article ID: 207594

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

How to find out deleted dir details and when & deleted by who in Automic? 

Environment

Release : 12.3

Component : AUTOMATION ENGINE

Cause

Question

Resolution

Solution: It is not possible to know who deleted the directors, but we can get the details about WHEN the directory was deleted.

Execute the SQL, select * from OH where OH_name like 'JOBS.NAME%'

You will see that the name of the deleted object is postfixed with it's OH_IDNR, this how you know the object has been deleted.

Now you can look in the field MOD_DATE to find the date that the object was deleted.