Hello all,
My scenario:
Until yesterday, everything works fine. But from yesterday, some colleagues have issues with uploading the file - the 3. step control says "File is not uploaded" and when i check the Azure Blob Storage, no file was uploaded.
The code is fine, because some users have no problem with it, so i need to check, if someone has same problem with this connector, or maybe if Azure Blob Storage have some connection issues. I compare the rights/licenses users and everybody have the same license.
Also i didn't find solution, how to get answer from command AzureBlobStorage.CreateFile, there is only answer as Meta data, but that doesn't tell me Response Error.
Thanks.
Solved! Go to Solution.
I finally found the problem. After one of folders in Azure Blob Storage gets more than 6000 records, the control mechanism (LookUp, if there is a file with the same DisplayName) stop working. I did a workaround, created a new folder and it's smooth again.
I'm not sure what the answer to this is however, the storage connectors were updated at the start of this week and it's possible that the problem you're seeing is somehow related to that update.
Hello,
thanks for your answer. But in my opinion, "Azure File Storage" is another connector, i am using "Azure Blob Storage".
I finally found the problem. After one of folders in Azure Blob Storage gets more than 6000 records, the control mechanism (LookUp, if there is a file with the same DisplayName) stop working. I did a workaround, created a new folder and it's smooth again.