Skip to content

Commit 609f5d2

Browse files
authored
Update change-data-capture-troubleshoot.md
1 parent 79a7f64 commit 609f5d2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/data-factory/change-data-capture-troubleshoot.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ ms.custom:
1414
# Troubleshoot the Change data capture resource in Azure Data Factory
1515
[!INCLUDE[appliesto-adf-asa-md]]
1616

17-
This article provides suggestions to troubleshoot common problems with the Change data capture resource in Azure Data Factory.
17+
This article provides suggestions on how to troubleshoot common problems with the change data capture resource in Azure Data Factory.
1818

1919
## Issue: Trouble enabling native CDC in my SQL source.
2020

21-
For sources in SQL, 2 sets of tables are available: tables with native SQL CDC enabled and tables with time based incremental columns.
21+
For sources in SQL, two sets of tables are available: tables with native SQL CDC enabled and tables with time based incremental columns.
2222

23-
Follow these steps to configure native CDC for a specific source table in your SQL database:
23+
Follow these steps to configure native CDC for a specific source table in your SQL database.
2424

25-
Consider you have following table, with ID as the Primary Key. If a Primary Key is present in the schema, supports_net_changes is set to true by default, otherwise you will need to use Query 3 to configure it.
25+
Consider you have following table, with ID as the Primary Key. If a Primary Key is present in the schema, supports_net_changes is set to true by default. If not, configure it using the script in Query 3.
2626

2727
**Query 1**
2828
```sql
@@ -62,21 +62,21 @@ EXEC sys.sp_cdc_enable_table
6262

6363
## Issue: Tables are unavailable to select in the CDC resource configuration process.
6464

65-
If your SQL source doesn't have SQL Server CDC with net_changed enabled or doesn't have any time-based incremental columns, then tables will be unavailable for source selection.
65+
If your SQL source doesn't have SQL Server CDC with net_changed enabled or doesn't have any time-based incremental columns, then the tables in your source will be unavailable for selection.
6666

6767
## Issue: The debug cluster is not available from a warm pool.
6868

69-
The debug cluster will not be available from a warm pool. There will be a wait time in the the order of 1+ minutes.
69+
The debug cluster is not available from a warm pool. There will be a wait time in the order of 1+ minutes.
7070

71-
## Issue: CDC resource with both source and target linke services using custom integration runtimes won't work.
71+
## Issue: My CDC resource has both source and target linked services that use custom integration runtimes and it won't work.
7272

73-
In VNet factories, CDC resources will work fine if either the source or target linked service is tied to an auto-resolve IR. If both the source and target linked services use custom IRs, the CDC resource will not work.
73+
In factories with virtual networks, CDC resources will work fine if either the source or target linked service is tied to an auto-resolve integration runtime. If both the source and target linked services use custom integration runtimess, the CDC resource will not work.
7474

75-
In non-VNet factories, CDC resources requiring VNet will not work. This fix is in progress.
75+
In non-virtual network factories, CDC resources requiring a virtual network will not work. This fix is in progress.
7676

77-
## Issue: Creating a new linked services pointing to an AKV linked service causes an error.
77+
## Issue: Creating a new linked services pointing to an Azure Key Vault linked service causes an error.
7878

79-
If you create a new linked service using the CDC fly-out process that points to an AKV linked service, the CDC resource will break. This fix is in progress.
79+
If you create a new linked service using the CDC fly-out process that points to an Azure Key Vault linked service, the CDC resource will break. This fix is in progress.
8080

8181
## Next steps
8282
- [Learn more about the change data capture resource](concepts-change-data-capture-resource.md)

0 commit comments

Comments
 (0)