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


Verifying the Database Setup

After you run the required database scripts, verify that the RiskMinder schema is seeded correctly.

Follow these steps:

  1. Log in to the RiskMinder database as the user who installed the database.

    Note: If you are following the upgrade path, then log in to the database as the user who upgraded the database.

  2. Run the following query:
    SELECT SERVERNAME, VERSION FROM ARRFSERVERS;
    

    You must see the following output as a result of the preceding query:

    SERVERNAME                   VERSION
    -------------------------  ----------------
    RiskFort                      3.1
    RiskFortCaseManagement        3.1
    
  3. Log out of the database console.