How to find out deleted dir details and when & deleted by who in Automic?
Release : 12.3
Component : AUTOMATION ENGINE
Question
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.