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


Running Database Scripts

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

To configure the database that is used by AuthMinder:

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

    (for Microsoft SQL Server) <install_location>/arcot/dbscripts/mssql

    (for Oracle Database) <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.01, then do not run arcot-db-config-for-common-2.0.sql because you have already run it while installing CA RiskMinder 3.1.01.

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

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