Skip to content

Commit e7dd7fc

Browse files
authored
Merge pull request #9675 from allenwux/patch-11
Update sql-database-troubleshoot-data-sync.md
2 parents 3b9e33e + 62e518c commit e7dd7fc

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/sql-database/sql-database-troubleshoot-data-sync.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: "Learn how to troubleshoot common issues with Azure SQL Data Sync (
44
services: sql-database
55
ms.date: 04/01/2018
66
ms.topic: conceptual
7-
ms.service: "sql-database"
8-
author: "douglaslMS"
9-
ms.author: "douglasl"
10-
manager: "craigg"
7+
ms.service: sql-database
8+
author: douglaslMS
9+
ms.author: douglasl
10+
manager: craigg
1111
ms.custom: data-sync
1212
---
1313
# Troubleshoot issues with SQL Data Sync (Preview)
@@ -235,9 +235,8 @@ Before you proceed, check for the following conditions:
235235

236236
- The SQL Data Sync (Preview) Windows service is running.
237237
- The service account for SQL Data Sync (Preview) Preview Windows service has network access.
238-
- The client agent can contact the Locator Service. Check that the following registry key has the value https://locator.sync.azure.com/LocatorServiceApi.svc:
239-
- On an x86 computer: `HKEY\_LOCAL\_MACHINE\\SOFTWARE\\Microsoft\\SQL Azure Data Sync\\LOCATORSVCURI`
240-
- On an x64 computer: `HKEY\_LOCAL\_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\SQL Azure Data Sync\\LOCATORSVCURI`
238+
- The outbound 1433 port is open in your local firewall rule.
239+
- The local ip is added to the server or database firewall rule for the sync metadata database.
241240

242241
#### Cause
243242

0 commit comments

Comments
 (0)