Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
CMDB Identification Error: Missing mandatory field - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • CMDB Identification Error: Missing mandatory field
KB0723079

CMDB Identification Error: Missing mandatory field


12281 Views Last updated : May 8, 2025 public Copy Permalink English (Original)
  • English (Original)
  • Japanese
KB Summary by Now Assist

Issue

IRE Identification operation fails with Mandatory field error.

CMDB Identification Error: Missing mandatory field

or something more specific like:

Discovery error 'Identifier: validation error: cmdb_ci_ip_address: missing mandatory fields: name'

Release

All recent releases. More likely to be seen after Probe to Pattern migration for Discovery.

Cause

You will encounter this issue when the system property "glide.required.attribute.enabled" is set to "true", and the CMDB Identification & Reconciliation engine looks for all the mandatory attributes for a particular CI class/Table, as set in the Dictionary or CI Class Manager, and checks to see if all the mandatory values are coming in as part of the payload. 

e.g. If "location" is set as Mandatory on the cmdb_ci_win_server class, Identification engine expects it to be part of the payload before it tries to insert/update into the table.

Resolution

There are at least 3 ways to avoid this error:

  • Include the field value in the IRE Payload. That may not be possible if the update is being done by OOTB code, that you have no control over, designed not to include this field.
  • Set system property glide.required.attribute.enabled=false, in table sys_properties. We already have required attributes as part of identifiers that are used for identification and reconciliation. Having Mandatory attributes on the class that are not brought in by discovery at Identification will now not result in the error.
  • Decide if the field really does need to be set as Mandatory in the Dictionary, and set it false/not-mandatory instead. If this was a customisation, to prevent users submitting CI forms without the value, perhaps using a UI Policy or Client Script would be a better alternative.

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.