Previous Topic: Performing Post-Installation TasksNext Topic: Verifying the Database Setup


Running Database Scripts

AuthMinder ships with SQL scripts that create its schema and set initial configuration values in the AuthMinder database.

To configure the database used by AuthMinder:

  1. Locate the folder with the scripts for your database type. The default location is:

    (for MS SQL) <install_location>/arcot/dbscripts/mssql

    (for Oracle) <install_location>/arcot/dbscripts/oracle

    (for IBM DB2 UDB) <install_location>/arcot/dbscripts/db2

    (for MySQL) <install_location>/arcot/dbscripts/mysql

  2. Run the scripts in the following order by using the database vendor tools:
    1. arcot-db-config-for-common-2.0.sql

      Important! If you have installed CA RiskMinder 3.1, you need not run arcot-db-config-for-common-2.0.sql because you have already run it while installing CA RiskMinder 3.1.

    2. arcot-db-config-for-webfort-7.1.sql

Note: If you encounter any error while executing the scripts, then check with your database administrator whether you have the required privileges.