Skip to content

Commit e5dd18f

Browse files
add troubleshooting for incorrect server name
1 parent 06de547 commit e5dd18f

File tree

1 file changed

+9
-0
lines changed
  • src/connections/storage/catalog/azuresqldw

1 file changed

+9
-0
lines changed

src/connections/storage/catalog/azuresqldw/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,12 @@ Users with a Business Tier plan can enable Selective Sync for their Azure Synaps
8888
### Segment is not able to connect to Azure Synapse Analytics
8989

9090
If you encounter this error, create a [server-level firewall rule](https://docs.microsoft.com/en-us/azure/sql-data-warehouse/create-data-warehouse-portal#create-a-server-level-firewall-rule){:target="_blank"} that allows connections from the [Segment IPs](/docs/connections/storage/warehouses/faq/#which-ips-should-i-allowlist).
91+
92+
### Incorrect server name - no such host
93+
94+
When setting up Azure warehouse, you might run into this error:
95+
96+
> warning An unexpected error occurred
97+
> failed to connect to Azure SQL: lookup xxx.database.windows.net.database.windows.net: no such host
98+
99+
If you encounter this error, it is possible that you have included `.database.windows.net` in your server name. For the Server Name field, you only need to enter the part of the server name **prior** to `.database.windows.net`.

0 commit comments

Comments
 (0)