What does NTSTATUS 0xC00002B0 (STATUS_DS_GC_NOT_AVAILABLE) mean?

 
Previous Next
STATUS_DS_CROSS_DOM_MOVE_FAILED STATUS_DIRECTORY_SERVICE_REQUIRED

STATUS_DS_GC_NOT_AVAILABLE

No reachable Global Catalog was available

A Global Catalog contains forest-wide searchable data and partial replicas from other domains. This status means the operation required that GC view but could not contact a server that could provide it.

The failure is usually environmental rather than caused by the target object alone: site placement, DNS, firewall rules, replication, or a DC that is not actually configured as a GC can all produce the same symptom.

What to inspect

  • Verify the client site and the list of DCs advertising the GC role.
  • Test binding to the GC namespace and compare it with ordinary domain LDAP binding.
  • Check whether the affected operation requires universal group membership, forest-wide name lookup, or cross-domain search.

References


Looking for a different code? Search another status or error code.