Go to documentation repository
To complete the following steps, it is required that SQL Server Management Studio is installed on the server.
If this type of SQL error occurs, it means that the database has grown too large. Usually it happens when a large number of events are written to the PROTOCOL table.
To fix this problem, do the following:
Remove these events using SQL queries.
If the PROTOCOL table does not contain important events, and the Report System is not used, then manually delete the PROTOCOL table for the server with error.
Complete guide Removing the event table from the Axxon PSIM database
Compress the database.
Complete guide Compressing the database size
Set the minimum parameters for storing log files for the database. You can do it either on the settings panel of the Axxon PSIM section in the tweaki.exe utility, or by using the registry keys.
Complete guide Enabling and configuring the debug mode of Axxon PSIM
Set a time limit for storing events in Axxon PSIM.
Complete guide Configuring events logging
You can also disable event logging using the ddi.exe utility. Disabled events can be deleted, which also helps clean up the database. For this, use SQL queries.
Complete guide The Events tab