Hoping someone can help. We are trying to convert attachments to files uising Magic Mover. We ran a test on 49 files in our Sandbox environ and it ran fine. However, when we tried to run it on 150 files it failed with the error: Apex Job Status Message: First error: Too many SOQL queries: 201.
We can't limit the number of files to anything less than that using the "date" option since that many were created on one day.
Reached out to SF support and they basically said that it's not an API limit issue so they can't help. They directed me to the "developer" forum.
Unfortunatley, I'm not a developer and even if I was, this is not code I wrote so changing how it works is pointless. If anyone can point me in the right direction I'd appreciate it.
Thanks in advance.
답변 6개
Kudos to Amnon. We had the same issue that was related to a trigger on the ContentDocumentLink object. We switched it off and Magic Mover started working again.