We have installed several instances of RiskĀ Auth server in our environment. We have uninstall one of the RiskĀ Auth server instance. However we still found the old instance information exists under:
Services and Server Configurations->Instance Configuration->Instance Management
We would like to know how can we remove the instance completely?
Follow these steps to clean up Risk Auth server instances:
1. Connect to Risk Auth database.
2. Run below query to remove RA instance:
delete from arrfinstances where HOSTNAME='<Host_Name>';
3. Run below query to remove the protocol entries associated with that instance:
delete from ARRFPROTOCOLREGISTRY where INSTANCEID like '<Host_Name>';
3. Restart application server and Risk Auth services after committing these transactions.