Migration notes 4.2.1

This page explains the changes required to migrate to the stated version of the Sign-Off Module.

Migrate to 4.2.1

Upgrading from version 4.2.0 See Sign-Off 4.2.1 Release Notes.

The Sign-Off Module is using ActivePivot 5.10.10 and ActiveUI 5.0.14, and the signoff-ext module 1.5.0.

For new features and fixes included in these releases, please see:

Headline announcement

  • Renamed occurrences of ‘MRA’ to ‘MR’ in configuration and tests: The MRA accelerator is renamed to ‘MR’ from version 4.0.0 onwards.
  • Upgrade to accelerator-sdk 5.0.10

Configuration files

SignOffSettings.ts

Modification Property New value Old value
Modified signOffServers {
MR: [“VaR-ES Cube”, “Sensitivity Cube”, “PLCube”],
FRTB: [
“StandardisedApproachCube”,
“InternalModelApproachCube”,
“IMADRCCube”,
“IMASummaryCube”,
“PLCube”,
“PLSummaryCube”,
“IMADRCSummaryCube”,
“FRTBCombinedCube”,
],
}
MRA: [“VaR-ES Cube”, “Sensitivity Cube”, “PLCube”],
FRTB: [
“StandardisedApproachCube”,
“InternalModelApproachCube”,
“IMADRCCube”,
“IMASummaryCube”,
“PLCube”,
“PLSummaryCube”,
“IMADRCSummaryCube”,
“FRTBCombinedCube”,
],
}

application.yml

Deleted property:

Property Name Comment
application.rest-apis.MRA.url Renamed to application.rest-apis.MR.url

New property:

Property Name Comment Value
application.rest-apis.MR.url Renamed from application.rest-apis.MRA.url and value updated http://localhost:10010/mr-application/services/rest/v3

Databases

See section Update of existing data in Sign-Off application database below.

Datastores

Modified stores

No changes.

Cube schema

Added

No changes.

Measures

No changes.

Other changes

Update of existing data in Sign-Off application database

For existing data in the Sign-Off application database, you need to update the values of the SERVERNAME column in the PROCESSDEFINITION table to replace occurrences of ‘MRA’ to ‘MR.’