I am using ADF copy activity to copy data from Azure SQL DB to Azure SQL DB using MI authentication. all tables are available in both source and sink
Issue:
all the required permissions were already available for source and sink but data is not coping into sink table saying below error.
Failure happened on 'Sink' side. ErrorCode=SqlOperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=A database operation failed. Please search error to get more details.,Source=Microsoft.DataTransfer.ClientLibrary,''Type=System.Data.SqlClient.SqlException,Message=Cannot find the object "dbo.appointment" because it does not exist or you do not have permissions.,Source=.Net SqlClient Data Provider,SqlErrorNumber=1088,Class=16,ErrorCode=-2146232060,State=11,Errors=[{Class=16,Number=1088,State=11,Message=Cannot find the object "dbo.appointment" because it does not exist or you do not have permissions.,},],'.
but when I tried 14 tables to copy data only 6 tables copy activity's are failing with above error.
and also
- when tried to copy data from sink table to same table it is working.
- when tried to preview data , it is showing preview
never came across this kind of issue. could anyone help me in resolving this.
Thanks in advance.