Previous Topic: Running Database ScriptsNext Topic: Preparing Your Application Server


Verifying the Database Setup

After running the required database scripts, verify whether the AuthMinder schemas were seeded correctly by using the arwfutil tool.

Perform the following steps to check the database setup:

  1. Open a command prompt window.
  2. Navigate to the following location:
    <install_location>/arcot/sbin
    
  3. At the command prompt enter the following command:
    ./arwfutil vdb
    

    The preceding command creates the arcotwebfort-vdb-<dd>-<mmm>-<yy>.txt file in the <install_location>/arcot/logs directory.

  4. Open the arcotwebfort-vdb-<dd>-<mmm>-<yy>.txt file in a text editor, and check for entries of the following type:
    ARWF*    FOUND
    

    These lines indicate that your database setup has been successful.

  5. Close the arcotwebfort-vdb-<dd>-<mmm>-<yy>.txt file.