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 213Number of Views Patching failed with error "WFLYDC0098" during the process to un-deploy the existing aveksa.ear in RSA Governance & Lifecycle 71Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide Troubleshooting RSA MFA Agent for Microsoft Windows RSA Release Notes for RSA Authentication Manager 8.8 RSA Release Notes: Cloud Access Service and RSA Authenticators
Don't see what you're looking for?