User configuration issue: Failure happened on 'Source' side.

Kandan-Azure 0 Reputation points
2024-12-17T17:28:35.7733333+00:00

Hi

I am trying to copy Azure SQL database Prod Environment to Azure SQL database Sandbox Environment through ADF pipeline and getting below error during execution of copy data activity inside Foreach loop.

ADF Pipeline is failing during Copy data activity showing the below error, However I have validated preview data and under mapping import schemas all are working fine there is no invalid columns.

"errors": [

	{

		"Code": 11000,

		"Message": "Failure happened on 'Source' side. 'Type=Microsoft.Data.SqlClient.SqlException,Message=Invalid column name 'id'.\r\nInvalid column name 'name_space'.\r\nInvalid column name 'key'.\r\nInvalid column name 'value'.,Source=Framework Microsoft SqlClient Data Provider,'",

		"EventType": 0,

		"Category": 5,

		"Data": {

			"FailureInitiator": "Source"

		},

		"MsgId": null,

		"ExceptionType": null,

		"Source": null,

		"StackTrace": null,

		"InnerEventInfos": []

	}

If anyone come cross this kind of issue, please help me to fix the issue.

Thanks & Regards,

Kandan K

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,047 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.