I am trying to work with database mirroring on SQL Server 2005, and I keep receiving the error message, “One or more of the server network addresses lacks a fully qualified domain name (FQDN). Specify the FQDN for each server, and click Start Mirroring again.”
I know that the syntax for a fully-qualified TCP address is:
TCP://<computer_name>.<domain_segment>[.<domain_segment>]:<port>
However, I still receive the error. Do you have any ideas?
Software/Hardware used:
ASKED:
September 2, 2008 6:59 PM
UPDATED:
September 2, 2008 9:34 PM
Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.