Hi @RickMsBi ,
Thank for using Microsoft Q&A forum and posting this question. As you mentioned that it worked for a month without issues and started failing since a week ago, seems like something from product side has to be investigated to understand the actual root cause of the problem. For deeper investigation if you have a support plan, would recommend support ticket for deeper investigation. In case if you don't have a support plan, please let me know and I can work with you offline in creating a support ticket.
Mitigation: To mitigate the problem, you may workaround by having your copy activity to copy files from a particular date and time range using file last modified date field under source settings in your copy activity by utilizing dynamic expression to define particular date range in combination withwild card file path
. And then have a subsequent Delete activity to delete the files once after they have been copied. You can utilize combination of wild card file path
and Filter by last modified
option in both Copy activity and Delete activity to copy and delete same set of file range. This way you can disable Delete files after copy
option until it is investigated, and the root cause is fixed.
Copy activity settings:
Delete Activity settings:
Please let us know if you have any questions regarding the workaround implementation or in opening a support ticket to further investigate on the initial issue with out of box feature (Delete files after copying).
Thank you.