- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2017 11:48 AM
When reclassifying a CI using these procedures:
Is there a log to denote that has been performed (besides the History > List on the CI record itself?)
I am trying to answer a question for a colleague who expects there should be a record in the sys_audit_delete table from one 'table' to another 'table' but it does not work like this because there are extended tables and you can usually only downgrade or upgrade along the same set of extended tables.
The colleague is working with a data warehouse so he only sees discreet tables.
Our particular example was about CIs moved from Application Server to Application ci class.
(our version is Istanbul).
Thanks in Advance!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2017 01:23 PM
You can create metric definition to report on ci reclassification changes.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2023 01:34 AM
The History is just a table and with this filtering sys_history_line for field="sys_class_name" should do the trick.
This record would hold in Old and New Value the information about the effective class change.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2017 01:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2017 12:42 PM
Thank you - we will need to explore that possibility.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2017 10:42 PM
if this is reclassification attempt by discovery...you can check in the dicovery logs...?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2017 12:46 PM
actually it was as a result of a manual reclassification from the List View. per the procedure I mentioned under here but Thanks! I did take a look under the Discovery Logs just in case and did not see anything.