Question
How can DNS resolution issues lead to error 17300, and how can I troubleshoot them?
Asked by: USER3363
83 Viewed
83 Answers
Answer (83)
If the server name in the connection string is not resolving to the correct IP address, you'll get a connection error. Verify that the server name resolves to the correct IP address using `ping your_server_name` from the client machine. If the resolution is incorrect, update the DNS records or add an entry to the client's hosts file.