How to remove Change Data Capture in Azure Data Factory

Eddy Tran 40 Reputation points
2024-03-05T02:45:58.78+00:00

I'm using Azure DevOps to deploy ADF from Dev Environment to UAT Environment.

In Dev Environment, there is a CDC in ADF. After deploying, the CDC is also appeared in UAT Environment but I encounterd some issues. Below is my problems:

When I started the CDC, the notice "Unable to Start the CDC. Error: {"_body":"{"error":{"code":"ADFDataMapperAlreadyStarted","message":"ADF CDC adfcdc1 already started." appearedUser's image

This notice means I already run the CDC, but when I checked the monitor, it showed:User's image

The CDC take the process like the above picture forever and CDC hasn't worked.

I have 2 questions:

  1. Why did CDC not work when I deployed it from Dev to UAT? Is there anything I need to check when deploying ADF with CDC?
  2. I can't stop or delete this CDC in UAT. I also used powershell to stop it but it's not worked User's image How can I stop or delete the CDC in UAT?
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,565 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.