Database

This screen enables you to select the actions to be taken by Installation Manager (e.g., install) and to specify the machine name, the Anthology Student database, and the authentication options.

Set Up the Database

  1. In the Installation menu, click Database. The Database screen for the Regulatory 1098-T Processing Utility is displayed. Closed

    Database Settings

  2. Click Add to add a line to the Settings screen.

  3. Select an appropriate Action. The following Action values are available:

    • None – Performs no action.

    • Install – Performs a fresh installation or upgrade of a component. You can install or upgrade multiple components at the same time.

    Optional: Click Select All to set the Action field to Install for all components listed on this screen. Click Unselect All to set the Action field to None.

  4. Enter the name of the SQL Server where the Anthology Student database is installed.

  5. Specify a Port number or accept the default SQL port (1433).

  6. Specify the name of the Database for Anthology Student.

  7. Click authentication in the Auth column if you want to override the authentication options from Global Settings for the selected database, for example, to give another user permissions to execute scripts for the selected database. The Database Authentication Options form is displayed. Closed

    Database Authentication Options

    1. Select the Override Global Settings check box to enable the fields on the form.

    2. Select the Use SQL Authentication check box if SQL authentication is applied.

      When SQL Authentication is selected, the Encrypt Connection String, Username, and Password are enabled.

      The SQL username and password must be used to execute the database scripts.

    3. The Encrypt Connection String check box is selected be default when SQL Authentication is selected. You can clear this option if necessary.

    4. Enter the Username and Password of the account that is given the override permissions for the selected database.

      The Test buttons in the Options form and in the Database screen will use these credentials if selected.

    5. Click Test to ensure the user authentication settings are correct. A confirmation message is displayed.  Closed

      User Authenticated

    6. Click OK to save changes on the Options form. The form is closed.

  8. The Active Directory field is populated when you click the Test button.

  9. Select the check box for On script errors, continue running scripts if you want the installation process to continue regardless of errors encountered.

    By default, database upgrades will stop if the script encounters any errors. This selection is used if there are custom modifications to the database that are known to cause errors in the upgrade scripts. Selecting this option enables all scripts to be run against the specified database.

    Whether the check box is selected or not, any errors are written to a separate error file for each script, which may be investigated after the script execution. Error logs are stored in the following folder:
    DatabaseServer\C:\Logs\Output.

    The error log is the name of the script, SQL Server, and database name appended with _Errors.txt, for example,
    CampusVue_18.3.00xx_{SQL Server}_{database_name}_Errors.txt)

    There is also an output file that has all of the script output:
    CampusVue_18.3.00xx_{SQL Server}_{database_name}_Output.txt

  10. Click copy icon to copy a line. Edit the copied line as needed.

  11. Click Delete icon to delete a selected line.

  12. Click Test to ensure the setup for the corresponding line is correct. If a test on a particular line fails, check all associated fields and click Test again.

    • Queries the database to get the latest version of Anthology Student.

    • Uses Windows Admin credentials (see Global Settings) and tests connectivity to the SQL server.

    • Uses the Student Admin user name (see Global Settings) and checks if it exists in the Anthology Student database.

  13. If all tests pass, click right arrows.