Any solution available to remediate CI duplicates in bulk?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2024 09:07 PM
We have around 100k duplicate CI's. We want to do like this - consider the recent udpated record as master record and clean our the other records.
I know that this is possible in de-duplication workflow, but as we have huge records, looking for alternate solution for mass updates with above logic. Is it possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2024 10:55 PM
Hi @Suggy
I'm not sure about this refer the below link for Reference
https://www.servicenow.com/community/cmdb-forum/duplicate-ci-remediation-in-bulk/td-p/2705962
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2024 08:33 AM
Thanks @SK Chand Basha Let me dig into that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2024 10:56 PM
Do you know the cause of these duplications? Reason for asking: if the cause (like automated imports) isn't taken away, any cleanup will end up useless, because they will be created again.
You could mimic the outcome of the de-duplication workflow through script, based on your conditions, but I never tried that myself.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2024 08:33 AM
@Mark Manders Yes we know the root case, and fixed them as well. Now looking for options for bulk remediation.