Previous Topic: Create the Database SchemaNext Topic: How to Prepare the Application Server


Verify the Database Setup

After running the required database scripts, verify that the schema was seeded correctly by using the arwfutil tool.

Follow these steps:

  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.