Hi Moiez Hussain ,
Welcome to Microsoft Q&A platform and thanks for posting your query here.
Looking at the description of your query it seems you are facing an error "UserErrorInvalidColumnMappingColumnNotFound" while trying to run copy activity to load data from Azure SQL VM instance to Azure SQL database table.
Try make sure the following points have been taken care before you debug the pipeline:
- Check if the source column name doesn't have any spaces at the end , or the column name specified in the mapping tab is not having any mismatch or any unnecessary spaces
- Make sure that you have imported the schema for source and sink datastores by clicking on Import schema button in the mapping tab.
References:
Hope it helps. Kindly let us know how it goes. Please accept the answer by clicking on Accept answer button. Thankyou