---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Duplicate knowledge article numbers

# Duplicate knowledge article numbers {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 30. Juni 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Importing knowledge articles into an instance can create articles with duplicate
numbers.
The Knowledge Number field is auto-generated and is incremented every time you create a new article in an instance. The initial value for the Number field is 10,000. To customize this number:

1. Navigate to System DefinitionNumber Maintenance.
2. In the Table column, search for and select Knowledge.
3. Under Related Links select Number Counter, then update the Number field.
4. SelectUpdate.
{#knowledge-article-duplicate-numbers__ol_tsc_n3s_pz}

Importing knowledge articles from another instance or as part of the demo data for another
application may introduce an article with a number that is already in use. Because the
Knowledge Number field is not uniquely indexed, the import completes
without error.

With duplicate knowledge article numbers present, links to article view pages that use the
knowledge number can behave inconsistently. For example, if there are two articles with the
same Knowledge number KB0000033, the following link may open either of these two articles
randomly: kb_view.do?sysparm_article=KB0000033. This can happen in
Knowledge search results where clicking on a result opens a different article instead of the
article displayed in the search results.

## Avoiding duplicate Knowledge article numbers {#knowledge-article-duplicate-numbers__section_ss1_dms_pz}

To avoid inserting Knowledge articles with duplicate numbers into a production environment:

* Do not import demo data articles in production environment.
* Verify the numbers of the articles to be inserted to make sure they are not already in use.
* Create a before insert business rule on the Knowledge table (kb_knowledge) to ensure the new number is not already in use.
{#knowledge-article-duplicate-numbers__ul_hk4_3ms_pz}  
You can also update the initial value for the Knowledge Number field so that newly created articles do not conflict with existing articles.

1. Navigate to System DefinitionNumber Maintenance.
2. In the Table column, search for and select Knowledge.
3. In the Controls related list, in the Number field, update the count to a number greater than the largest value already in the system.
4. Click Update.
{#knowledge-article-duplicate-numbers__ol_irw_bls_pz}

