Skip to content

Commit c4503ef

Browse files
Merge pull request #29965 from chugugrace/mybranch02292024
doc update for attunity cdc components deprecation announcement
2 parents f861e60 + c46c015 commit c4503ef

9 files changed

Lines changed: 23 additions & 16 deletions

docs/integration-services/change-data-capture/change-data-capture-designer-for-oracle-by-attunity.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,19 @@ f1_keywords:
1212
---
1313
# Change Data Capture Designer for Oracle by Attunity
1414

15+
> [!IMPORTANT]
16+
> Change Data Capture for Oracle by Attunity is deprecated now. Details refer to [the announcement](https://www.microsoft.com/sql-server/blog/2024/02/28/sql-server-integration-services-ssis-change-data-capture-attunity-feature-deprecations/).
17+
1518
The CDC Designer Console is used to develop and maintain Oracle CDC Instances. The CDC Designer Console is a Microsoft Management Console snap-in that contains the following elements:
1619

1720
- New Instance Wizard: This wizard creates a new Oracle CDC Instance. For information on using the New Instance Wizard, see [Use the New Instance Wizard](../../integration-services/change-data-capture/use-the-new-instance-wizard.md).
1821

1922
- CDC Instance Properties Viewer: This is a docked view showing the status and configuration of the selected CDC instance. For information about the properties viewer, see [How to Manage a CDC Instance](../../integration-services/change-data-capture/how-to-manage-a-cdc-instance.md).
2023

2124
- CDC Instance Properties Editor: This dialog box is used to edit any existing Oracle CDC Service instance. For information about editing the CDC instance properties, see [Edit Instance Properties](../../integration-services/change-data-capture/edit-instance-properties.md).
22-
23-
> [!NOTE]
24-
> Microsoft Change Data Capture for Oracle by Attunity supports SQL Server 2019 and below.
2525

2626
Download Microsoft Change Data Capture Designer for Oracle by Attunity for corresponding SQL Server version from below links:
2727

28-
- [Microsoft SQL Server 2012 Integration Services Attunity Oracle CDC Designer/Service Feature Pack](https://www.microsoft.com/download/details.aspx?id=51606)
2928
- [Microsoft SQL Server 2016 Integration Services Attunity Oracle CDC Designer/Service Feature Pack](https://www.microsoft.com/download/details.aspx?id=55802)
3029
- [Microsoft SQL Server 2017 Integration Services Attunity Oracle CDC Designer/Service Feature Pack](https://www.microsoft.com/download/details.aspx?id=56610)
3130
- [Microsoft SQL Server 2019 Integration Services Feature Pack](https://www.microsoft.com/download/details.aspx?id=100303)

docs/integration-services/change-data-capture/change-data-capture-for-oracle-by-attunity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ The Change Data Capture for Oracle by Attunity download includes the following t
1616

1717
- [Change Data Capture Service for Oracle by Attunity](../../integration-services/change-data-capture/change-data-capture-service-for-oracle-by-attunity.md)
1818

19+
> [!IMPORTANT]
20+
> Change Data Capture for Oracle by Attunity is deprecated now. Details refer to [the announcement](https://www.microsoft.com/sql-server/blog/2024/02/28/sql-server-integration-services-ssis-change-data-capture-attunity-feature-deprecations/).
21+
1922
## Get the Change Data Capture for Oracle by Attunity download
2023

21-
> [!NOTE]
22-
> Microsoft Change Data Capture for Oracle by Attunity supports SQL Server 2019 and below.
2324

2425
Download Microsoft Change Data Capture Designer and Service for Oracle by Attunity for corresponding SQL Server version from below links:
2526

26-
- [Microsoft SQL Server 2012 Integration Services Attunity Oracle CDC Designer/Service Feature Pack](https://www.microsoft.com/download/details.aspx?id=51606)
2727
- [Microsoft SQL Server 2016 Integration Services Attunity Oracle CDC Designer/Service Feature Pack](https://www.microsoft.com/download/details.aspx?id=55802)
2828
- [Microsoft SQL Server 2017 Integration Services Attunity Oracle CDC Designer/Service Feature Pack](https://www.microsoft.com/download/details.aspx?id=56610)
2929
- [Microsoft SQL Server 2019 Integration Services Feature Pack](https://www.microsoft.com/download/details.aspx?id=100303)

docs/integration-services/change-data-capture/change-data-capture-service-for-oracle-by-attunity.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ ms.topic: conceptual
1010
---
1111
# Change Data Capture Service for Oracle by Attunity
1212

13+
> [!IMPORTANT]
14+
> Change Data Capture for Oracle by Attunity is deprecated now. Details refer to [the announcement](https://www.microsoft.com/sql-server/blog/2024/02/28/sql-server-integration-services-ssis-change-data-capture-attunity-feature-deprecations/).
15+
1316
The CDC Service for Oracle is a Windows service that scans Oracle transaction logs and captures changes to Oracle tables of interest into [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] change tables. The SQL change tables where the changes captured from Oracle are stored are the same type of change tables used in the native [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Change Data Capture feature. This makes consuming these changes as easy as consuming changes made to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] databases.
17+
1418

1519
## Installation
1620

17-
> [!NOTE]
18-
> Microsoft Change Data Capture for Oracle by Attunity supports SQL Server 2019 and below.
19-
2021
Download Microsoft Change Data Capture Designer and Service for Oracle by Attunity for corresponding SQL Server version from below links:
2122

2223
- [Microsoft SQL Server 2016 Integration Services Attunity Oracle CDC Designer/Service Feature Pack](https://www.microsoft.com/download/details.aspx?id=55802)

docs/integration-services/control-flow/cdc-control-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ f1_keywords:
1515

1616
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
1717

18+
> [!IMPORTANT]
19+
> CDC Flow Components, including CDC Control Task, CDC Source and CDC Splitter, are deprecated. Details refer to [the announcement](https://www.microsoft.com/sql-server/blog/2024/02/28/sql-server-integration-services-ssis-change-data-capture-attunity-feature-deprecations/).
1820
1921
The CDC Control task is used to control the life cycle of change data capture (CDC) packages. It handles CDC package synchronization with the initial load package, the management of Log Sequence Number (LSN) ranges that are processed in a run of a CDC package. In addition, the CDC Control task deals with error scenarios and recovery.
2022

docs/integration-services/control-flow/control-flow.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ helpviewer_keywords:
1616

1717
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
1818

19-
2019
A package consists of a control flow and, optionally, one or more data flows. [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] provides three different types of control flow elements: containers that provide structures in packages, tasks that provide functionality, and precedence constraints that connect the executables, containers, and tasks into an ordered control flow.
2120

2221
For more information, see [Precedence Constraints](../../integration-services/control-flow/precedence-constraints.md), [Integration Services Containers](../../integration-services/control-flow/integration-services-containers.md), and [Integration Services Tasks](../../integration-services/control-flow/integration-services-tasks.md).

docs/integration-services/data-flow/cdc-flow-components.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ ms.topic: conceptual
1212

1313
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
1414

15-
15+
> [!IMPORTANT]
16+
> CDC Flow Components, including CDC Control Task, CDC Source and CDC Splitter, are deprecated. Details refer to [the announcement](https://www.microsoft.com/sql-server/blog/2024/02/28/sql-server-integration-services-ssis-change-data-capture-attunity-feature-deprecations/).
17+
1618
The Change Data Capture Components by Attunity for Microsoft [!INCLUDE[ssISCurrent](../../includes/ssiscurrent-md.md)] help SSIS developers work with CDC and reduce the complexity of CDC packages.
1719

1820
The SSIS CDC components are designed to work with the [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] CDC feature where the source tables are either the same [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] database or an Oracle database (when using the Oracle CDC Service for [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)]). Partitioned tables are supported.
@@ -30,7 +32,7 @@ ms.topic: conceptual
3032
[CDC Source](../../integration-services/data-flow/cdc-source.md)
3133

3234
[CDC Splitter](../../integration-services/data-flow/cdc-splitter.md)
33-
35+
3436
## Installation
3537
This section describes the installation procedures for the CDC Components for Microsoft [!INCLUDE[ssISCurrent](../../includes/ssiscurrent-md.md)].
3638

docs/integration-services/data-flow/cdc-source.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ f1_keywords:
1818

1919
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2020

21+
> [!IMPORTANT]
22+
> CDC Flow Components, including CDC Control Task, CDC Source and CDC Splitter, are deprecated. Details refer to [the announcement](https://www.microsoft.com/sql-server/blog/2024/02/28/sql-server-integration-services-ssis-change-data-capture-attunity-feature-deprecations/).
2123
2224
The CDC source reads a range of change data from [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] change tables and delivers the changes downstream to other SSIS components.
2325

docs/integration-services/data-flow/cdc-splitter.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ f1_keywords:
1414

1515
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
1616

17+
> [!IMPORTANT]
18+
> CDC Flow Components, including CDC Control Task, CDC Source and CDC Splitter, are deprecated. Details refer to [the announcement](https://www.microsoft.com/sql-server/blog/2024/02/28/sql-server-integration-services-ssis-change-data-capture-attunity-feature-deprecations/).
1719
1820
The CDC splitter splits a single flow of change rows from a CDC source data flow into different data flows for Insert, Update and Delete operations. The data flow is split based on the required column `__$operation` and its standard values in [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] change tables.
1921

docs/integration-services/integration-services-backward-compatibility.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Integration Services Backward Compatibility"
33
description: "Integration Services Backward Compatibility"
44
author: chugugrace
55
ms.author: chugu
6-
ms.date: "06/14/2016"
6+
ms.date: "02/28/2024"
77
ms.service: sql
88
ms.subservice: integration-services
99
ms.topic: conceptual
@@ -26,13 +26,13 @@ helpviewer_keywords:
2626

2727
This section describes deprecated [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)] features that are still available in the current release of [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)]. These features are scheduled to be removed in a future release of [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)]. Don't use deprecated features in new applications.
2828

29-
There are no deprecated [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)] features in [!INCLUDE[ssSQL22](../includes/sssql22-md.md)].
29+
[Change Data Capture (CDC) components by Attunity](data-flow/cdc-flow-components.md) and [Change Data Capture Designer for Oracle by Attunity](change-data-capture/change-data-capture-designer-for-oracle-by-attunity.md) are deprecated. Details refer to [the announcement](https://www.microsoft.com/sql-server/blog/2024/02/28/sql-server-integration-services-ssis-change-data-capture-attunity-feature-deprecations/).
3030

3131
## Discontinued Integration Services Functionality
3232

3333
This section describes [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)] features that are no longer available in the current release of [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)].
3434

35-
[Change Data Capture Designer for Oracle by Attunity](change-data-capture/change-data-capture-designer-for-oracle-by-attunity.md) isn't supported in [!INCLUDE[ssSQL22](../includes/sssql22-md.md)].
35+
[Change Data Capture Designer for Oracle by Attunity](change-data-capture/change-data-capture-designer-for-oracle-by-attunity.md) isn't supported from [!INCLUDE[ssSQL22](../includes/sssql22-md.md)].
3636

3737
## Breaking Changes to Integration Services Features
3838

0 commit comments

Comments
 (0)