- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2023 02:13 AM
Hi community members!
I needed to add a bunch of classes as Principal Class (I was doing it in CI Class Manager), and sometimes along with updates to cmdb_class_info table there were changes to actual tables:
Not every table got updated, and I don't understand where and how it happened in the first place, cause I was using only CI Class Manager. I compared previous and current versions of the tables and there were no differences found.
Can anyone explain what got updated and where?
Thanks!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 02:55 AM
Hi @apbalaban ,
You should open those entries in your Update Set and check the payload to be able to identify what is being updated. If only the Principal Class was marked, I would say that nothing is really changed at the Table level, but you can confirm it by reviewing the payload as I mentioned and comparing it with the XML from the current table entry. I hope this helps you.
Please, mark my response as helpful in case it helped you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 02:55 AM
Hi @apbalaban ,
You should open those entries in your Update Set and check the payload to be able to identify what is being updated. If only the Principal Class was marked, I would say that nothing is really changed at the Table level, but you can confirm it by reviewing the payload as I mentioned and comparing it with the XML from the current table entry. I hope this helps you.
Please, mark my response as helpful in case it helped you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 04:05 AM
Hi Mateus,
The payload says that sys_name got updated, for every updated table it went from e.g. "CMDB CI VPN Connection" to "VPN Connection", from "CMDB CI Lpar Instance" to "IBM LPAR Instance" and so on.
Thank for suggestion to check the payload!