Hi Karol Trzaskawka - Thanks for reaching out on Q&A Forum.
I am reviewing this one and shall update the thread shortly.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Everyone,
Getting 500(Could not verify the copy source within the specified time) error for some operations using SyncCopyFromUri. It started happening since yesterday morning. It is happening every around 40min for some of the requests and then its ok for next 40min. It is not an issue with SAS URL since we generate it the same way and for most of the requests it goes ok. The failed one is going also ok after user retry its operation one or few more times. We thought that is its temporary storage issue and it will not last long, but unfortunately it is still there. We checked Yesterday code on our end, and everything looks ok. (our other environments works perfectly fine with the same versions)
We didn’t change anything connected to blob storage in our app last days and it appeared from nowhere. We can see that in most of the cases when there is this exception it is retried by Microsoft SDK DLL (it makes 6 retrials) but when it does not manage to copy file successfully than we get an exception and the user must repeat his actions in the system.
Do You have any idea what may be the issue that it is happening?
Thank you in advance!
Karol
Hi Karol Trzaskawka - Thanks for reaching out on Q&A Forum.
I am reviewing this one and shall update the thread shortly.
Hello
Greetings! Welcome to Microsoft Q&A Platform.
I understand that you are encountering a issue with the SyncCopyFromUri operation, it typically occurs when there is a timeout or connectivity issue while trying to access the source file. Please consider checking the below following factors to troubleshoot the issue,
You can refer to this article: Copy a blob with Azure Storage client libraries
The easiest way to move /copy (upload, delete) the data in Azure Storage Account is Azcopy (Fast Data Transfer) and Azure storage explorer tool
Hope this answer helps! please let us know if you have any further queries. I’m happy to assist you further.
Please "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.