Skip to main content

Transaction was deadlocked on lock resources with another process

This is likely due to environmental issues on the SQL Server database where there are not enough resources, or too many requests are accessing the same SQL tables at once.

SQL chooses a deadlock victim, stopping one process to allow the other to continue.

This normally causes no lasting damage. Simply retry the action.

Did this answer your question?