DashboardDB Configuration

Prerequisites

  1. Ensure Avo Assure Database (AvoAssureDB service) is running.

  2. Ensure Cache Database is running.

  3. Ensure JAVA is running in the system (Java SE Development Kit 8 and above).

Setting up Dashboard for first run

  1. Extract the “DashboardDB.zip” or “DashboardDB.7z” file.

2. Open an elevated command prompt in the DashboardDB folder.

3. Type “setup.bat” and hit enter.

4. When prompted for Avo Assure admin password, type the password and hit ‘Enter'.

5. Re-enter the Avo Assure admin password and hit ‘Enter'.

6. Then enter the Avo Assure DB user password and hit ‘Enter'.

7. Re-enter the Avo Assure DB user password and hit ‘Enter'.

Note: If any of the steps from 4 – 7 fail, please close the current command prompt and repeat from step 3.

8. Wait till the highlighted messages (as shown below) are displayed below.

Starting the DashboardDB

  1. Open an elevated command prompt in the DashboardDB folder.

  2. Type “run.bat” and hit enter.

Stopping the DashboardDB

  1. Close the command prompt window in which the DashboardDB is running.

Installing the DashboardDB as a Windows Service

  1. Open an elevated command prompt in the DashboardDB folder.

  2. Type “install-service.bat” and hit enter.

Starting DashboardDB as a Windows Service

  1. Open an elevated command prompt in the DashboardDB folder. Note: AvoAssureDashboardDatabase service should already be installed.

  2. Type “start-service.bat” and hit enter.

Stopping DashboardDB as a Windows Service

  1. Open an elevated command prompt in the DashboardDB folder. Note: AvoAssureDashboardDatabase service should be running.

  2. Type “stop-service.bat” and hit enter.

Removing the Windows Service

  1. Open an elevated command prompt in the DashboardDB folder. Note: AvoAssureDashboardDatabase service should be in the stopped state.

  2. Type “remove-service.bat” and hit enter.

Restarting the Windows Service

  1. Open an elevated command prompt in the DashboardDB folder.

  2. Run the following commands in sequential order i.e., only after the previous command has been completed:

    • Type “stop-service.bat” and hit enter.

    • Type “remove-service.bat” and hit enter.

    • Type “install-service.bat” and hit enter.

    • Type “start-service.bat” and hit enter.

Last updated