Site icon EfmSoft

What does NTSTATUS 0xC00000BD (STATUS_DUPLICATE_NAME) mean?

 
Previous Next
STATUS_REMOTE_NOT_LISTENING STATUS_BAD_NETWORK_PATH

STATUS_DUPLICATE_NAME

A network name is already registered by another endpoint

The status comes from legacy network naming, especially NetBIOS and LAN Manager environments, where a computer or service name must be uniquely registered within its scope. A duplicate can be caused by cloned machines, stale registrations, multihomed systems, or two devices configured with the same name.

Modern DNS reachability does not eliminate the conflict if an application still depends on NetBIOS names or the Browser protocol. Identify the exact name including any NetBIOS suffix, the interface on which it was registered, and the endpoint currently answering for it before renaming systems.

What to inspect

References


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

Exit mobile version