How to empty/delete tokens from the token table in the RSA Tokenization Appliance?
Originally Published: 2012-06-11
Article Number
Applies To
Issue
How to empty and delete all tokens in the RTS Appliance?
Resolution
su - oracle
sqlplus / as sysdba
(It should not prompt for a password at this point, since it is set up to use OS authentication. If it prompts for a password, then make sure you have logged in with "su - oracle" with the spaces around the "-" to make the shell a login shell, which logs in as oracle to get the environment variables set.)
Once connected to Oracle sqlplus:
delete from rtsowner.tscyobj;
commit;
exit;
To check the count:
select count (*) from rtsowner.tscyobj;
https://your-appliance/heartbeat/token_count also displays the number of tokens in the database (see DTSApplianceDocumentation.pdf, p. 38).
Related Articles
Unable To Delete Unassigned Expired Token 113Number of Views How to delete software token from Windows Phone 79Number of Views SOFTWARE_TOKEN_NOT_AVAILABLE_IN_SYSTEM_WITH_EXP_CRITERIA error although tokens exist in RSA Authentication Manager 8.x 43Number of Views 'There was a problem processing your request' error when attempting to delete expired tokens in RSA Authentication Manager… 431Number of Views Delete a Large Number of Expired Tokens from the Authentication Manager 8.x Database 115Number of Views
Trending Articles
AFX Server remains in a 'Not running' State, afx status shows 'timed out waiting for AFX applications to start' and mule_e… RSA Release Notes for RSA Authentication Manager 8.8 RSA Authentication Manager 8.7 SP1 Patch 1 Hotfix 1 Downloading RSA Authentication Manager license files or RSA Software token seed records RESTful Web Service Connector capability test fails with unauthorized (401) error when using Basic authentication in RSA G…
Don't see what you're looking for?