What does NTSTATUS 0xC05D0001 (STATUS_SMB_BAD_CLUSTER_DIALECT) mean?

 
Could be also:
ConstantTypeOS
ERROR_SMB_BAD_CLUSTER_DIALECTHRESULTWindows
Previous Next
STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP STATUS_SMB_GUEST_LOGON_BLOCKED

STATUS_SMB_BAD_CLUSTER_DIALECT

The file-server cluster cannot serve this SMB dialect

A clustered SMB share has a maximum dialect supported by its current cluster functional level. During TREE_CONNECT, the server can reject a connection whose negotiated SMB dialect is newer than that cluster limit and return the maximum acceptable dialect in the error context.

This is not a generic failure to negotiate SMB with the node. Capture the negotiated dialect, share cluster capabilities, error context, and owner node. The client can reconnect using the maximum dialect only when its security and feature requirements allow that downgrade; otherwise the cluster must be upgraded or reconfigured.

What to inspect

  • Decode the maximum cluster dialect from the SMB error context.
  • Check cluster functional level and software versions on all nodes.
  • Do not force a dialect downgrade that violates signing, encryption, or application requirements.

References


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