
Hi ,
I am trying to migrate the notes record from CRM 4.0 to Dynamic 365. CRM Destination Task in SSIS returns an Error
"Failed to allocate a managed memory buffer of 67108864 bytes. The amount of available memory may be low."
Can you help me the points I should take care in Task to get the sucess result.
*This post is locked for comments
I have the same question (0)Hi Pankaj. I recently had this error and it proved to be one of those things where the message didn't accurately reflect the actual problem. What happened in my case is that I had a lookup incorrectly mapped on the entity I was writing to and each record was returning a message about the record already existing. The number of error messages returned had created a very large text message and I believe that is what "memory buffer" allocation error. After I corrected the lookup and everything else was mapped correctly the error went away.
Hope that helps.
clint