Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. On the computer with a Client installation:
    1. Install the SQL Server database server. Thus, the SQL Server on a computer with a Client installation will be able to connect to the SQL Server on the computer with an Intellect Server installation.
    2. Ensure SQL Server authentication through the base sa account.
    3. Ensure uninterrupted connection of the SQL Server on the computer with a Client installation to the SQL Server on the computer with the Intellect Server installation.

  2. On the computer with an Intellect Server installation and the Access Manager module:
    1. Configure SQL Server to allow remote connections.
    2. Ensure SQL Server authentication through the base sa account.
    3. Configure the Intellect Server connection to its database using the idb.exe utility. For this, you must perform the following actions:
      1. Run the utility from the Intellect Server installation directory.
      2. In the utility interface, click the Configure button (1). The database connection window will open.
      3. In the Select or enter a server name field, type the name or IP address of the SQL server used to for database management (2).

        Note
        titleNote

        Please note that you must specify the explicit name or IP address of the machine on which the database is installed. A the format (local)\ SQLEXPRESS would be incorrect.

      4. In the Enter the information to log on to the server settings section, check Use a specific user name and password. In the User name field enter sa. In the Password field, enter the password for the sa user. (3)

        Note
        titleNote

        Note that accounts other than sa is are not allowed.

      5. Set the Allow saving password checkbox (4).

        Note
        titleNote

        This step is also mandatory.

      6. Set the Select the database on the server selector and choose intellect from the drop-down list (5).
      7. Click OK to save the connection settings (6). The parameters will be displayed in the Connection string field in idb.exe (7).
      8. Click OK in idb.exe to save the changes.

...