Previous Topic: Run the Database ScriptNext Topic: How to Prepare the Application Server


Verify the Database Setup

After you run the database scripts, use the arwfutil tool verify that the schema was seeded correctly:

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.