- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2023 11:50 PM
Hello All
I need an understanding on how software Installation (cmdb_sam_sw_install) table works.
I have Software discovery enabled and I see multiple same software installation records for same CI getting created as new version is discovered, is this the expected behaviour?
What I need to know is, it possible to update existing software installation record for any upcoming subsequent updates without creating a new installation record ?
I have attached screenshot below for reference, Please provide you inputs!
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2023 01:37 AM
Software installations are identified uniquely by their Display name, Version and Discovery source.
So only when the combination of the three attributes match with existing record, the record will be updated. Otherwise a new record will be created
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2023 12:58 AM
Hi @Vishnu9
You are looking at the wrong column
The ci is stored in installed on field.
There would be a duplicate only if multiple software record is created with same "installed on" CI for same software
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2023 01:28 AM
Yes the above list of records in attached image is installed on same device, but each record has difference only at version level.
Does difference in discovered version level , creates new installation record or updates existing installation record?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2023 01:37 AM
Software installations are identified uniquely by their Display name, Version and Discovery source.
So only when the combination of the three attributes match with existing record, the record will be updated. Otherwise a new record will be created
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2023 02:26 AM
Thank You @Manmohan K for the solution.