Audit on report deletion
Answered
Hi,
Is there a way to find the user ID's who have deleted a report?
I have gone as far as finding the event record but not sure how to tie it up with the user id:
select * from Event where eventcode = 'RPTDELETE' order by EventDate desc
Thanks,
Nick
Hi Nick,
Yes, it's the field ipsource you want to look at. Which refers to a user via the ipclass table.
The example below works on postgreSQL:
and the statement is:
I hope that helps.Kind regards,
Chris
Hi Nick,
Yes, it's the field ipsource you want to look at. Which refers to a user via the ipclass table.
The example below works on postgreSQL:
and the statement is:
I hope that helps.Kind regards,
Chris
Hi Nick,
Hope you're doing well.
Just following up on this one. Let me know if the below helped or you need something else.
Kind regards,
Chris
Hi Nick,
Hope you're doing well.
Just following up on this one. Let me know if the below helped or you need something else.
Kind regards,
Chris
Thanks Chris. This confirmed my finding as well :)
Thanks Chris. This confirmed my finding as well :)
Hi Nick,
That's great to hear! If that's all good, I'll go ahead and mark this as complete.
Kind regards,
Chris
Hi Nick,
That's great to hear! If that's all good, I'll go ahead and mark this as complete.
Kind regards,
Chris
Replies have been locked on this page!