Summary:
When Spotfire Server uses SQL Server as its metadata database, it's possible to see occasional instances of this error in Spotfire Server's server.log file:
Transaction (Process ID 68) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction
Resolution:
To reduce the likelihood of encountering these errors, apply SQL Server's Multi-Version Concurrency Control (MVCC)/Row versioning mode by using the setting READ_COMMITTED_SNAPSHOT, as mentioned in this document:
Comments
0 comments
Article is closed for comments.