Yes, a blank DNS suffix can definitely lead to this kind of error. In a domain environment, your server should have a fully qualified domain name (FQDN) that includes the correct DNS suffix. Without it, the system might default to other identifiers like "WORKGROUP" during registration, which then conflicts with the domain controller’s records.
To address this, set the proper DNS suffix via System Properties under the Computer Name tab → Change → More… Enter your domain’s proper DNS suffix there. Once updated, flush DNS and NetBIOS caches (using the commands ipconfig /flushdns, nbtstat –R, and nbtstat –c) and then reboot if necessary.
This should ensure that your server registers correctly and prevent the error message you've been...