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
When issuing a cert via AEP the validity period is always set to 1 year no matter the validity specified in the extensio… 7Number of Views Updating the Violation Manager attribute for a large number of RSA Identity Governance and Lifecycle applications 15Number of Views When removing a user from a large number of Roles, the Change Request creation fails with an 'ORA-01704: string literal to… 81Number of Views Increase the maximum length of a reserve password hash for the RSA Authentication Agent 7.x for Windows 214Number of Views A large number of user sessions showing on the UI in SecurID Governance & Lifecycle 180Number of Views
Trending Articles
RSA Authentication Manager Upgrade Process RSA Release Notes for RSA Authentication Manager 8.8 RSA RADIUS Server service failed to start in the RSA Authentication Manager 8.1 Operations Console Microsoft Entra ID External MFA - Relying Party Configuration Using OIDC - RSA Ready Implementation Guide RSA Release Notes: Cloud Access Service and RSA Authenticators
Don't see what you're looking for?