Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.

Previous page Configuring the display of logic  Configuring the connection to an external database in dialog mode Next page


By default, Incident server events are stored in the PROTOCOL_INC_SERVER table of the Intellect database.

If for the Incident server it is necessary to use a database that is different from the one used in Intellect by default, configure the connection as follows:

  1. On the settings panel of the Incident server object, set the Use checkbox (1).
  2. Configure the connection parameters in one of the following ways:
    1. Click the Configure button and set the parameters for connecting to an external database using the standard dialog box—see Configuring the connection to an external database in dialog mode (2).
    2. In the Connection string, manually enter the connection parameters separated by a semicolon without spaces (3).

      ParameterPossible values
      Provider

      SQLOLEDB.1 when using MS SQL Server format database,

      Microsoft.Jet.OLEDB.4.0 when using MS Access database

      Integrated Security

      SSPI when authenticating on MS SQL server using a Windows OS account. If MS SQL server is used and the parameter is missing, then username (login) and password will be used for authentication.

      When using a database in MS Access format, this parameter is not required

      Persist Security Info

      True—it is permitted to save the password for automatic connection to the database,

      False—it is prohibited to save the password for automatic connection to the database

      Data SourceThe name of the MS SQL server used to manage the database, or the path to the MDB file of the MS Access database

      All parameters, except for Integrated Security, are mandatory. Example:
      Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=True;Data Source=SQLEXPRESS2014

  3. Click the Apply button (4).

As a result, the specified database will be used for the Incident server.

Note

The settings described above are required only for connection to an external database. If the default database is used, then there is no need to additionally configure the connection.

  • No labels