I need to build a report showing the date on which an application and/or its collectors where deleted. Can anyone help me?
The database and tables/views available don't have that level of information.
Reporting on deleted collectors/applications is very tricky as the "Name” of these objects gets changed to a number when they are deleted.
You might have some luck with the tables T_APPLICATIONS_VERSIONS and T_DC_VERSIONS
Armel Lupapi did this help you move towards a solution?
Yes extremely. thanks
Reporting on deleted collectors/applications is very tricky as the "Name” of these objects gets changed to a number when they are deleted.
You might have some luck with the tables T_APPLICATIONS_VERSIONS and T_DC_VERSIONS