Perfion Database Installer - Version 5.3

Version: 2023-R2 SR2 (5.3.2)

Release date: 9 January 2024

The Perfion Database Installer is needed to install a new database or upgrade an existing Perfion database to the latest release.

NOTE: The Perfion Database Installer requires the sqlserver to use CI (Case Insensitive) collation as its default collation - it will not work if temp/master DB is using CS collation.  Workaround is to install a new named instance on the sqlserver with  a CI collation.

 

Related guides:

Database - Installation guide

Release notes

2023-R2 SR2 (5.3.2)

Release note title

Release note

Release note title

Release note

Item Triggers - Execute action include action input table

If more than one row was triggered and the same row was in more than one Item trigger, only the first row would be sent to the trigger. This bug is now fixed and all rows is a part of the input table.

2023-R2 SR1 (5.3.1)

Release note title

Release note

Release note title

Release note

DB installer from commandline

A new application Perfion.DBInstaller.CommandLine.exe is added to the DB installer. From this application it is possible to execute the DB installer from the commandline via parameters. user Perfion.DBInstaller.CommandLine.exe /help to get the parameters.

2023-R2 (5.3.0)

Release note title

Release note

Release note title

Release note

New index added to SpecsLog

The IX_SpecsLog_Item_LogKind index has been introduced to SpecsLog.

DB Installer prompts for DB Maintenance Tasks creation

The DB Installer inquires if the user wishes to create the System Tasks "Update Database Statistics" and "Rebuild Database Indices" if absent. Acceptance creates these tasks. Declining still creates them, but in a disabled state.