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