Previous Topic: Pre-Installation TasksNext Topic: Configure Microsoft SQL Server


Configure Database Server

Before installing, set up a database used for storing user information, server configuration data, audit log data, and other information.

CA Risk Authentication supports a primary database and a backup database that can be used during failover and fail-back in high-availability deployments. Configure the database connectivity in the following ways:

There are specific configuration requirements for each supported database (Microsoft SQL Server, Oracle, or MySQL).

Note: For JBoss Application Server, follow the below steps while configuring a backup database:

  1. Edit module.xml in <JBOSS_HOME>\modules\system\layers\base\sun\jdk\main with the following statements
    <path name="com/sun/rowset"/>	
    
    <path name="com/sun/rowset/internal"/>	
    
    <path name="com/sun/rowset/providers"/>
    

    Restart the application server.

Important! To protect the database server, use a firewall or any other access control mechanism and set to the same time-zone as all dependent products.