Share via

User configuration issue in copy data

Vijay Pimple 5 Reputation points
2025-01-15T21:44:59.1833333+00:00

viewpoint_copy_test

Error code2010

Failure typeUser configuration issue

DetailsValue cannot be null. Parameter name: source

Activity ID75839ac7-f6f2-43ca-a77d-c10a79d00c5f

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Amira Bedhiafi 42,941 Reputation points MVP Volunteer Moderator
    2025-01-15T22:07:48.08+00:00

    From the error code it seems that you have an issue in the configuration of the Copy Data activity.

    You need to verify if the source dataset is properly configured, including its linked service, parameters, and any dynamic values passed at runtime.

    Validate that the dataset points to an accessible table, file, or query, and test the linked service connection for authentication or permission issues.

    If parameters or variables are used, confirm they have valid runtime values. Use the Debug mode to inspect activity inputs and outputs, and verify that all required fields (like file paths, table names) are populated.

    You can use the Activity ID in the Monitor section of the Azure portal to review detailed logs and pinpoint the issue.

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

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