Previous Topic: Performing Post-Installation Tasks on the First SystemNext Topic: Verifying the Database Setup


Running Database Scripts

AuthMinder is shipped with SQL scripts that create its 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, 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 running the scripts, then check whether you have the required privileges.