You are viewing the documentation for Blueriq 13. Documentation for other versions is available in our documentation directory.
Before you upgrade make sure to read the General Upgrade instructions as well as the Upgrade instructions for previous versions.
The changes are color coded. Orange elements have been changed, Green elements have been added and Red elements have been removed compared to the 12.x release.
Database upgrade for Trace Engine
There are some database upgrade scripts for the trace-sql-store
, the length of the name in the trace_timeline
table has been changed from 100 to 255 characters. This change is also present in 11.11.34 and 12.13.14, if the timeline_releases
table already contains one of those versions, it's not necessary to run the script again.
The upgrade scripts can be found in the Blueriq release zip in the folder: "Runtime\Java\Webapp\DBScripts\blueriq-component-trace-sql-store\upgrades\13.7.0".
Run one of these database scripts to update the definition:
- oracle_upgrade_13.7.0.sql
- mssql_upgrade_13.7.0.sql
- h2_upgrade_13.7.0.sql
New message in messages.properties
A new message has been added to messages.properties
. This change is also present in 12.13.14.
The maximum length limitation for the filename of an uploaded file has been changed from 100 to 255 characters. Uploading a file with a filename larger than 255 characters results in an error message on the page. The following default message has been added to the messages.properties:
fileupload.validation.filenamelength=File name exceeded the maximum length of 255 characters
fileupload.validation.filenamelength=Bestandsnaam is groter dan de maximale lengte van 255 karakters
These messages can be overwritten by supplying your own messages.properties
or messages_(languagecode).properties
file. See Reference Guide: Language Formats for more information.
Table of contents
Known issues
For an overview of known issues please refer to: Known issues.