Adaptiveauthentication- Db2 deadlocks can stop responding due to large number of records sin RSASESSION RSATRANSACTIOn and SESSIONACSP tables
Originally Published: 2011-04-15
Article Number
Applies To
If these tables are large enough the sesseion cleanup and reaper casues deadlocks specially on DB2 .
This issue could be happing on oracle as well in versions AA sp2 andd sp2p1.
Resolution
First try these quaries and see if there is more than hand full of records on these tables. If there a lot of records.
follow the steps for solution.
These tables should have not more than 20 records in them reaper task must cleanup these up daily.
Select count(*) from RSASESSION;
Select count(*) from RSATRANSACTION;
Select count(*) from SESSIONACSP;
Solution:
1) Shutdown AAoP. you need to stop your app server for the AAoP
2) Truncate these tables
Truncate RSATRANSACTION;
Truncate RSASESSION;
Truncate SESSIONACSP;
3) Startup AAoPRelated Articles
Forescout 8.0 - RADIUSwith CAS Configuration - RSA Ready SecurID Access Implementation Guide 4Number of Views 'Error: Startup of Secure Directory Server failed!' when starting RCM services after resigning a CA 57Number of Views The replication connection from local site [] to [] is abnormal since the last change was sent 5Number of Views Hardware Appliance Model 130 Installation and Maintenance Guide (Intel) 25Number of Views Hardware Appliance Model 250 Installation and Maintenance Guide (Intel) 33Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?