Hello,
i am fairly new at using ssis so i don't really how to deal with this problem.
i have a blob storage account containing files with different sizes. I wish to use the Azure blob download the files on my local computer but here is what happens.
i use a pattern to search my files(ex : file*.txt), if their is only zero or one match, the task ends well with the success status.
But if there is more than one, the first file on the list is properly downloaded but the rest of the files are created with a size of 0KB each and the doesnn't stop.
On the output window i can read package "mypackage.dtsx" finished : Canceled
Does you have any idea of what is happening?
Thanks in advance.