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.
Logic in Sensor "Windows - Classify" skips step to assign domain-value to os_domain, resulting blank "OS Domain" field in CI of cmdb_ci_computer class. - Known Error
  • >
  • Knowledge Base
  • >
  • Known Error (Knowledge Base)
  • >
  • Logic in Sensor "Windows - Classify" skips step to assign domain-value to os_domain, resulting blank "OS Domain" field in CI of cmdb_ci_computer class.
KB0790999

Logic in Sensor "Windows - Classify" skips step to assign domain-value to os_domain, resulting blank "OS Domain" field in CI of cmdb_ci_computer class.


1075 Views Last updated : Apr 8, 2025 public Copy Permalink
KB Summary by Now Assist

Description

When Netbios is not available for a specific cmdb_ci_computer CI, the OS Domain field is not populated due to a system property called glide.discovery.domain.name.nbt, which is set to true by default.

Steps to Reproduce

  1. SET glide.discovery.domain.name.nbt to true.
  2. Discover a CI which does not have Netbios available.
  3. OS Domain should be blank.
  4. SET glide.discovery.domain.name.nbt to false.
  5. OS Domain is now populated.

Workaround

This is expected behavior and by design in all currently supported releases.

To change the behavior:

  1. Set glide.discovery.domain.name.nbt to false (current default: true)

    OR

    2. Replace in the Sensor "Windows - Classify" the following lines:

if (!JSUtil.toBoolean(gs.getProperty("glide.discovery.domain.name.nbt", "true")))


with

if (JSUtil.toBoolean(gs.getProperty("glide.discovery.domain.name.nbt", "true")))

 


Related Problem: PRB1073558

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.