Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2023 08:58 PM
@John Zajic
@John Zajic
The error message "Error during request to server: [Errno 11001] getaddrinfo failed" suggests that there is a problem with resolving the hostname of the Databricks server. Here are some steps you can take to troubleshoot the issue:
- Check that the hostname in the host_name field of the dbsqlclirc file is correct. You can verify this by comparing it to the hostname displayed in the Databricks workspace URL.
- Check that your laptop is connected to the internet and has access to the Databricks server. You can test this by opening a web browser and navigating to the Databricks workspace URL.
- Check that there are no network restrictions or firewalls that may be preventing your laptop from connecting to the Databricks server. You can contact your IT department or network administrator to check this.
- Try pinging the Databricks server using the command prompt. Open the command prompt and type ping <hostname> (where <hostname> is the hostname of the Databricks server). This will test whether your laptop can reach the server.