During bulk import operations in the Identity Governance portal, Microsoft SQL database deadlocks may occur due to high-volume concurrent updates.
This article outlines the necessary database configuration changes to resolve these exceptions and improve performance.
Identity Governance 14.x
High-concurrency database updates during the import process create contention within the Microsoft SQL environment, resulting in deadlock exceptions.
To improve performance and prevent deadlock exceptions, enable snapshot isolation on your database by executing the following queries while the CA RCM server is offline:
ALTER DATABASE eurekify_sdb SET READ_COMMITTED_SNAPSHOT ON;GOALTER DATABASE eurekify_sdb SET ALLOW_SNAPSHOT_ISOLATION ON;GOTo speak with a customer representative or a Support Engineer see . Scroll to the bottom of the page and click on your respective region.