Handling Duplicate Hardware Models
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2020 09:47 AM
I am running Discovery and SCCM integration. I have found that after implementing field normalization on the Lenovo models I am now getting duplicate "Non-normalized" models being created after SCCM imports. What is the best method A)Merge the models and assets into one, B)Stop this from happening in the future.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2020 07:45 AM
The logic to see if model record exist is based on model name and manufacturer, NOT model number.
To merge the records you will need to either create a background script and run to update all related records(CIs, assets, POs and other records that reference model record) to the keep model record, once that is done, you can delete the dup record.
Did you already have field normalization installed in your instance? If not, I would had used "Normalization Data Services".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2020 06:43 AM
Ok. So if you have two models that are actually different model numbers, but same model name, would then enforce CI verification be the way to go to ensure the ci creates or merges with the correct asset?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2020 07:05 AM
Yes that way will help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2020 07:21 AM
I will be doing some testing on this over the next week and will try the background script to move the assets that end up in the wrong hardware model.