Changes in the table when assigning class as Principal Class

apbalaban
Tera Expert

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: 

principal_class_update_set.png

 

 

 

 

 

 

 

 

 

 

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!

1 ACCEPTED SOLUTION

Mateus Oliveira
Tera Guru

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.

View solution in original post

2 REPLIES 2

Mateus Oliveira
Tera Guru

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.

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!