Versions Compared

Key

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

By default, Incident server events are stored in the PROTOCOL_INC_SERVER table is used to store the events of the Psim incident server in the Axxon PSIM database.

If you want to use the database for the Incident server it is necessary to use a database that incident server, which is different from the default one used in Axxon PSIMby default, you must configure the connection as follows:to it in the following way:

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

      ParameterPossible values
      Provider
      • SQLOLEDB.1 when
      using
      • you use the MS SQL Server database format
      database,
      • ;
      • Microsoft.Jet.OLEDB.4.0 when
      using
      • you use the MS Access database format
      Integrated Security

      SSPI when

      authenticating

      you log in on the MS SQL server using

      a

      the Windows OS account. If you use the MS SQL server

      is used

      and

      the

      this parameter is missing, then username (login) and password

      will be

      are used for authentication.

      When

      using a database in

      you use the MS Access database format, this parameter

      is not

      isn't required

      Persist Security Info
      • True
      —it is permitted
      • —permission to save the password for automatic connection to the database
      ,
      • ;
      • False
      —it is prohibited
      • —prohibition 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 format
      All parameters, except for Integrated Security, are mandatory. Example:
      Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=True;Data Source=SQLEXPRESS2014
  9. Click the Apply button (4).

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

Info
titleNote

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

The event information displayed in the Incident manager window is stored in the selected database.