Hi
We have been getting Generic SQL Errors on our on-premise installation of Dynamics CRM 2013. The errors are thrown when reports are running or data being imported through a utility (a C# windows application that reads data from a csv file and populates multiple entities). When there is no reports or imports running then the system works OK. Through SQL profiler and trace I have found the actual error to be deadlocks being created. These deadlocks could be on any table but mostly I have noticed that ActivityPointerBase table is involved specially when imports are running (we create a lot of tasks during import).
Can anyone please tell me how to get rid of these errors.
Edit: In most of the cases, the SQL statement causing deadlock is
update [ActivityPointerBase] set [PostAuthorAccountYomiName]=@PostAuthorAccountYomiName0 where ([PostAuthorAccount] = @PostAuthorAccount0 and [PostAuthorAccountType] = @PostAuthorAccountType0)
Can anyone please tell me why this update is taking place?
Thanks
*This post is locked for comments
I have the same question (0)