Aleksandr Gorbunov

Captain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-09-24
15:11
458 views
Database UCMDB
Tell me, is there a table in the database ucmdb that stores information on already deleted CI?
4 Replies
JohnCI

Micro Focus Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-09-24
15:26
No.
many users would like to have a form of Recycle Bin for CIs but we don't have anything like that.
Partially we can see the deleted CIs in the server logs (if they aren't overwritten) and maybe in Reconciliation analyzer.
Kind regards,
Bogdan Mureșan
EMEA CMS Technical Success
many users would like to have a form of Recycle Bin for CIs but we don't have anything like that.
Partially we can see the deleted CIs in the server logs (if they aren't overwritten) and maybe in Reconciliation analyzer.
Kind regards,
Bogdan Mureșan
EMEA CMS Technical Success
ISSC

Vice Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-09-24
16:15
A usefull option would be able to see in the history of a CI the delation of a related CI not only for the childreen.
For exemple, be able to see on a CI Type "Node" history the adding or delationing of a BusinessApplication link


Captain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-09-24
19:04
Hi Aleksandr,
There is a way you can see removed ci's in UCMDB admin-ui console.
Go to reports-->Custom Reports-->Administration-->Auditing Report and enter the details. Change type should be delete.
Please find attached screenshot for reference.
In UCMDB Database, This data is queried from History tables. History tables in DB naming starts with HDM*.
This data contains only global id and no other information is available.
I hope this answers your question.
Regards
Bhaskar Badam
Aleksandr Gorbunov

Captain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-09-25
06:44
Thank you very much. Your recommendations helped me a lot.