Need Help in fixing different incidents with duplicate numbers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2022 05:44 AM
Hi everyone, we just found out that our system allows different incidents with duplicate incident numbers. This shouldn't be the case because it would have a huge impact on our process. How can we fix this to avoid future tickets to have duplicate numbers? and Also, how can we fix those already existing incidents with duplicate numbers?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2022 05:56 AM
Hi there,
Have a look at the Number record for incident (System Definition > Number Maintenance). What number is it on? Then also look at the tables with that prefix, is it only Incident and INC or perhaps also an other table using INC? Anyway, what's the highest number for Incidents? Does that match your Number record? If your Number record is lower, correct it.
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020, 2021 ServiceNow Community MVP
2020, 2021 ServiceNow Developer MVP
---
LinkedIn
Community article, blog, video list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2022 06:03 AM
Hi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2022 06:37 AM
Assuming the number prefix of Incidents is INC:
System Definition > Number Maintenance
- Filter on prefix "INC"
- Is there only one record (incident?) or multiple? If multiple: that's bad practice and would make this situation a bit more challenging. Though let's assume it's only incident 🙂
- Open the record
- Click on the Related Link "Show Counter"
> What is the number shown?
- Navigate to your Incidents list, filter on the highest number
> Compare the highest number, with the number shown in the earlier Show Counter step
If the highest number is equal (or lower) to the Show Counter, your fine. If the highest number in the incident table is higher than the Show Counter, you have to update the Show Counter.
---
Another situation might be, that the Incidents with duplicate numbers, are created differently. For example scripted, or through an integration. That might involve more investigation. Though first just have a look at the Number Counter.
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020, 2021 ServiceNow Community MVP
2020, 2021 ServiceNow Developer MVP
---
LinkedIn
Community article, blog, video list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2022 09:48 AM
Hi