Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Next page


The Incident server is used for storing events that must be processed using the Incident handler. By default, the Incident server events are stored in the PROTOCOL_INC_SERVER table of the Axxon PSIM database. The event storage depth is set using the settings panel of the Computer object (see Configuring events logging).

Note

You can enable the database logging of the query execution duration of the Incident server module using the LogDbQueryDuration=1 parameter of the HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\AxxonSoft\PSIM\Inc_Server registry key (for more details, see Axxon PSIM base version, for information on how to work with the registry, see Working with Windows OS registry).

The Incident handler is used for selecting the events that must be processed and for configuring the processing rules for the operator.

Both of these modules are required for the Incident manager interface object operation—the operator can process events according to the specified rules by using this object.

To configure the Incident server and the Incident handler, do the following:

  1. Create the Incident server and Incident handler objects (see Creating the Incident server object, Creating the Incident handler object).
  2. Configure the logic of event handling (see Creating and configuring event handling logic).
  3. Set the event priority (see Setting the events priority).
  4. Select the events that must be handled (see Selecting events to display and handle).
  5. Configure the display of logic (see Configuring the display of logic).
  6. If you want to use the non-default database to store events, set the connection settings to the required database (see Configuring the use of an external database).

  • No labels