Go to documentation repository
By default, Incident server events are stored in the PROTOCOL_INC_SERVER table of the Psim database.
If for the Incident server it is necessary to use a database that is different from the one used in Axxon PSIM by default, configure the connection as follows:
In the Connection string, manually enter the connection parameters separated by a semicolon without spaces (3).
Parameter | Possible 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 Source | The 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
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.