Skip to content

Commit 834f951

Browse files
Merge pull request #4478 from segmentio/azure-wh-servername
add troubleshooting for incorrect server name
2 parents 922b37f + 2e08e8c commit 834f951

File tree

1 file changed

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

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,14 @@ 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+
```
97+
An unexpected error occurred
98+
failed to connect to Azure SQL: lookup xxx.database.windows.net.database.windows.net: no such host
99+
```
100+
101+
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)