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 Hardware Appliance Model 250 Installation and Maintenance Guide (Intel) 33Number of Views Hardware Appliance Model 130 Installation and Maintenance Guide (Intel) 25Number of Views Review items are reverted back since the change request gets cancelled with script error in RSA Identity Governance & Life… 70Number of Views
Trending Articles
Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU How to create and configure certificates for HTTPS access when using intermediate CA certs in RSA Identity Governance & Li… RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Release Notes for RSA Authentication Manager 8.8 Overview of using the Linux curl command to interact with the Web Services API in RSA Identity Governance & Lifecycle
Don't see what you're looking for?